Newbie: Tomcat Can't Find My App

2010-03-23 Thread Reuven Koblick
If anyone can give me a pointer, it would be much appreciated. This is very frustrating. I cannot get this app to run. No servlet in this app will run. Tomcat6 is installed at CATALINA_BASE and the app, sp00 is installed in CATALINA_BASE/webapps. A war file, sp00.war was placed into that directory

Re: Newbie: Tomcat Can't Find My App

2010-03-25 Thread Reuven Koblick
Thanks Charles, Your's was the advice that worked. I've been trying to get an app written by others to work. Their web.xml file was hopelessly out of date. BTW, I tried enabling the invoker and even that wouldn't run because it was "priviledged". Reuven Koblick On Tue,

Classpath for JSP

2010-04-26 Thread Reuven Koblick
t was not found is indeed in /WEB-INF/classes. Also, classes in *.jar files in WEB-INF/lib are found. Does anyone have any thoughts or suggestions? Thanks in advance, Reuven Koblick

Re: Classpath for JSP

2010-04-26 Thread Reuven Koblick
ific. Reuven On Mon, Apr 26, 2010 at 1:42 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Reuven, > > On 4/26/2010 1:22 PM, Reuven Koblick wrote: > > I'm getting an error when code in a

Re: Classpath for JSP

2010-04-26 Thread Reuven Koblick
Apr 25, 2010 3:25:33 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 2033 ms Thanks Tobias, I'll check out lambdaprobe On Mon, Apr 26, 2010 at 2:15 PM, Tobias Crefeld wrote: > Am Mon, 26 Apr 2010 13:22:49 -0400 > schrieb Reuven Koblick : > > > I verified

Re: Classpath for JSP

2010-04-26 Thread Reuven Koblick
y Chris Schultz asked for more specifics. I'm new here and can't tell everyone how much I appreciate your help and how quick it all came. I'm new to Tomcat and JSP -- usually work with a different framework in a different language. You all couldn't be more helpful. Reuven Kobli