Lind Jürgen wrote:
> 
> Hi,
> 
> after the discussion on using JBuilder for Web Development, I decided
> to try the Enterprise Edition... While my stuff worked fine with the
> Foundation version (and an "external" Tomcat), I cannot get it running
> within the JBuilder Environment. After I managed to tell the internal
> Tomcat where to find the struts TLDs, Tomcat complains about some missing
> attribute:
> 
> javax.servlet.ServletException: Missing resources attribute
> org.apache.struts.action.MESSAGE
Discard JB4's internal Tomcat (older version). Download tomcat 3.2.1,
and new struts nightly build.

create a new library set (call it tomcat3.2.1 if you want), add all jar
files in tomcat-3.2.1/lib directory. I do database apps with
interclient, so I put my interclient.jar there. Also I used
GenericDataSource class of struts, so I put jdbc2_0-stdext.jar there
(download from Sun).

I have been using these for one of my projects for a while. Debugging is
ok in Linux even for struts calls. Debugging can be slow in windows
unless you include a -class VM parameters.

If you updrade to another version of JBuilder or struts, you should
delete all the work files. Otherwise, it is very likely to have
problems.


Deping

>  at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
> l.java:386)
>  at
> www.p_00025blic_0005fhtml.webapps.odin_0002dtracer.jsp._0002fwww_0002fpublic
> _0005fhtml_0002fwebapps_0002fodin_0002dtracer_0002fjsp_0002flogon_0002ejsplo
> gon_jsp_0._jspService(_0002fwww_0002fpublic_0005fhtml_0002fwebapps_0002fodin
> _0002dtracer_0002fjsp_0002flogon_0002ejsplogon_jsp_0.java:305)
> 
> Any ideas what this means and how to fix it?
> 
> Regards,
> 
> Jürgen

Reply via email to