Hi,
I read your posting on apple developer's forum regarding Tomcat: Servlet WOServletAdaptor is currently unavailable. I am a newbie to WebObjects and have no experience with scripting as well. I have an application (made as a Servlet Single Directory Deployment) which I am trying to deploy onto a Tomcat container in a Unix box. Please note the following information
Frameworks are stored in /opt/tomcat/webapps ----- Hence, I have chosen the WOROOT = "/opt/tomcat" Local frameworks are stored in /opt/tomcat/local/lib and /opt/tomcat/server/lib -- Hence I have chosen the Local parameter to be /opt/tomcat/local Since all the applications are stored in /opt/tomcat/webapps --- I have chosen the install directory to be /opt/tomcat/webapps
Once I have converted the WEB-INF file to a WAR file and deployed it on Tomcat (using the TOMCAT MANAGER INTERFACE), whenever, I run it, it says that the requested resource is not available. Moreover, when I deploy a TRUE WAR file, it says that the ServletAdapter is not available
Could you please tell me what am I doing wrong and what should I do in order to get it straight. Please note that I have tried to follow the steps posted by Andrew Lindesay found at
I highly appreciate your help.
Thanks Regards Asim
|