I'm having problems getting LSWS to work with tomcat and was wondering if anyone had ideas...
I've got lsws and tomcat 5 installed on the same box. Tomcat is configured for ajp 1.3 listening on port 8009 (basically the default installation). Connecting to port 8080 gets a positive response from tomcat. The /jsp-examples/ web app is installed and running fine, so I don't think it is a tomcat problem so far...
So in my server I define an external app named Tomcat5 pointing at 127.0.0.1:8009 but no script handler (I'm trying to use the context hander).
In my virtual host I create a context handler, define the web app type, set the uri to /jsp-examples/ (so it matches the path for the external app), set up the path to the /opt/tomcat5/webapps/jsp-examples/, then saved all of the configuration changes.
Restarted the lsws server (just to make sure we're staring fresh) and point at
, but all I get is a 404 response. There is absolutely nothing in either the server logs nor the virtual host logs (outside of the single line entry in the access logs) to indicate what the problem might be...
Can anyone make a suggestion as to how I would resolve this?
Thanks in advance...
I've got lsws and tomcat 5 installed on the same box. Tomcat is configured for ajp 1.3 listening on port 8009 (basically the default installation). Connecting to port 8080 gets a positive response from tomcat. The /jsp-examples/ web app is installed and running fine, so I don't think it is a tomcat problem so far...
So in my server I define an external app named Tomcat5 pointing at 127.0.0.1:8009 but no script handler (I'm trying to use the context hander).
In my virtual host I create a context handler, define the web app type, set the uri to /jsp-examples/ (so it matches the path for the external app), set up the path to the /opt/tomcat5/webapps/jsp-examples/, then saved all of the configuration changes.
Restarted the lsws server (just to make sure we're staring fresh) and point at
Code:
http://localhost/jsp-examples/
Can anyone make a suggestion as to how I would resolve this?
Thanks in advance...
Last edited by a moderator: