|
Pardon the basics here:
Is Tomcat installed correctly? If you enter simply
http://localhost/, do you get the Tomcat Home
page? Can you run both Servlet examples and JSP examples using the links
there?
I'm looking at your classpath. I'm guessing that in
your Jetspeed/lib folder there are a bunch of Jar files. You need (or is it
changed in JDK1.3) to add the individual .jar files to the classpath. For
example, my classpath is:
D:\CLASSPATH;D:\classpath\tools.jar;D:\classpath\activation.jar;D:\classpath\ant.jar;D:\classpath\ecs.jar;
D:\classpath\jasper.jar;D:\classpath\jndi.jar;D:\classpath\mail.jar;D:\classpath\servlet.jar;
D:\classpath\Turbine.jar;D:\classpath\village.jar;D:\classpath\webserver.jar;D:\classpath\xml.jar;
D:\classpath\jetspeed.jar
note that the servlet.jar is from the Tomcat
distribution and is not included in Jetspeed.
BTW - your web.xml is in the right place if you
made no changes in Tomcat/conf/server.xml.
Steve B.
|
- Problems out of the gate GregPreston
- Re: Problems out of the gate Steve B.
- Re: Problems out of the gate GregPreston
- Re: Problems out of the gate Steve B.
- Re: Problems out of the gate Frank Conradie
- Re: Problems out of the gate sbelt
- Re: Problems out of the gate Frank Conradie
- Re: Problems out of the gate jon *
- Re: Problems out of the gate Frank Conradie
- Re: Problems out of the gate Guido Leister
- Re: Problems out of the gate Frank Conradie
- Re: Problems out of the gate ---Success!!!!! .... GregPreston
- Re: Problems out of the gate ---Success!!!... GregPreston
- Problems out of the gate Jian He
