Thank you, David. I am using the JDK. It looks as if the jar files in the lib directory are not recognised in a integrated JBoss/Tomcat enviornment. I also tried installing jetspeed on a pure Tomcat412 environment, and that had no problems what so ever.
I am suspecting it has something to do with the classloader in the integrated server. F --- "Cummins, David" <[EMAIL PROTECTED]> wrote: > What are the logs saying? If you have installed > tomcat and have verified > that the installation works then you should just be > able to take the war > file and extract it in the $TOMCAT_HOME/webapps > directory. > > One thing that you might have done is used a JRE > instead of the J2SDK as > your JVM. Tomcat requires that you use the J2SDK > rather than just a JRE > as it will attempt to compile JSP templates that you > might be using. > Though this will complain about a class not found.. > javac.Main > > Cheers, > Dave > > > -----Original Message----- > > From: Fred So [mailto:[EMAIL PROTECTED]] > > Sent: 08 October 2002 18:09 > > To: [EMAIL PROTECTED] > > Subject: Installing Jetspeed on Integrated > Jboss/Tomcat > > > > > > Hi All > > > > Have successfully installed Jetspeed on integrated > JBoss303/Tomcat412. > > > > However, I have to move all the Jetspeed jar files > > from the web-inf\lib directory to the > > tomcat\server\lib for it to work. It looks as if > the > > libs are not recognised inside web-inf\lib and was > > giving ClassNotFound exceptions. > > > > Any idea ? > > > > Thanks > > F > > > > __________________________________________________ > > Do you Yahoo!? > > Faith Hill - Exclusive Performances, Videos & More > > http://faith.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
