Do this.
Forget the installer. I never use it anyway. Just grab the zipped or gzipped archive, extract it to a directory of your choice (I suggest using a path without spaces to be safe), set JAVA_HOME to the directory where you have the JDK installed (not the JRE, the full JDK).
Now, you should set up your own webapp under your own context, not dump servlets into the existing ROOT context. But if you want to do that, fine. Then you'll have to uncomment the invoker servlet in CATALINA_HOME/conf/web.xml. After that, start Tomcat and you should be able to access your servlet.
Jake
At 04:00 PM 1/1/2004 -0700, you wrote:
Is there any one out there I could correspond with concerning this problem.. Every thing I've tried does not work.. It can't be that hard. I've missed something some where.
> Well I'm still at it.. Its clear I still have a lot to learn on the > tomcat xml and workers files... I've turned IIS off as I can get all of > the examples to work doing > http://localhost:8080/servlets-examples/index.html. So I'll just run the > app on http://localhost:8080/app/dir/<html files> > > JAVA_HOME envir var set to c:\program files\java\j2re1.4.2_03 > CATALINA_HOME envir var set to c:\tomcat_5016 > > Wouldn't of thought there would be a problem with the app in the ROOT > directory but I get the tomcat error message > > HTTP Status 404 - > /servlet/com.datatel.server.servlets.webadvisor.WebAdvisor > > The requested resource > (/servlet/com.datatel.server.servlets.webadvisor.WebAdvisor) is not > available. > > during installation of the app it asks where to put the servlets and jar > files. I put the servlet.jar files in > > C:\tomcat_5016\webapps\ROOT\WEB-INF\lib > > and the jre jar files in > > c:\program files\java\j2re1.4.2_03\jre\lib\ext > > Is this correct? or do they go into one of the lib directories hanging off > off of c:\j2sdk directories.. > > if not > could some one explain how I can get tomcat to find the servlets. > Thanks > Stew > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]