Problem using tomcat5.5 with sun java studio creator 2 update 1

Hi,

I磎 receiving this information when I try to run my application.

I did a very simple one just to test if no problem exists.

I磎 not using any data base yet...

When I did in sun java studio creator, the application runs fine...

but... when I export to war file, uploaded to tomcat and tried to run i got this exception... please... help me!

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception

com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)

root cause

java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:123)

com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.ja va:311)

com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87 )

com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)

com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)

javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)

com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.

Apache Tomcat/5.5.17

[1497 byte] By [Callou] at [2007-11-26 8:38:09]
# 1
I hit the same problem everytime I drop the WAR file into tomcat.Just deploy the jstl.jar into the WEB-INF/lib directory and reload your project from the tomcat manager will resolve the issue.--regards,Michael
michaelguok at 2007-7-6 22:11:31 > top of Java-index,Development Tools,Java Tools...
# 2
Hi!You have to copy jstl.jar and standard.jar to Tomcat's lib directory.Look at this: http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/depl oy/howtodeploy/deploy_tomcat.htmlI think this will be helpful for
Grif at 2007-7-6 22:11:31 > top of Java-index,Development Tools,Java Tools...