Hello,
  I'm pretty new to Struts but just inherited a project from a prior
developer and am getting up to speed. Currently, I can run my project
as a JBuilder project, and under the covers, JBuilder runs Tomcat for
me and everything just works.
  However, now I want to run it without JBuilder, under a manual start
of Tomcat. I have moved the project folder under the webapps folder of
the Tomcat home, verified my JAVA_HOME, CATALINA_HOME, and STRUTS_HOME
environment variables, and run the startup.sh tomcat script. The
initial jsp's do appear correctly when I navigate to
http://localhost:8080/[project_name], but when the first Action takes
place after a submit of my form, I get an exception that says it can't
find a custom class, which is located in a jar at
[tomcat_home]/webapps/[project_name]/WEB-INF/lib/[custom_jar].jar.

  Here is my CLASSPATH environment variable (WinXP):

C:\j2sdk1.4.2_07\lib\tools.jar;C:\Tomcat 5.5\common\lib\servlet-api.jar;
C:\Borland\JBuilder2005\thirdparty\jakarta-tomcat-4.1.30\webapps\dynagg\WEB-INF\lib\;.

  Is there some other place I need to set up pointers for jars to be
used in my project?

thanks in advance
Chad

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to