This is a discussion on Apache & Tomcat Query within the Apache Web Server forums, part of the Web Server and Related Forums category; Please bear with me while I try to explain my issue. I can go to my server http://10.0....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Please bear with me while I try to explain my issue.
I can go to my server http://10.0.0.4:8080 and the tomcat page appears ok, http://10.0.0.4 returns the apache screen http://10.0.0.4/examples returns the tomcat jsp examples page I have create a test.jsp application that I put in the root of http://10.0.0.4 (apache$common:[htdocs]) but it wont execute. I am on version 1.3 of apache web server and tomcat 4.1.24 Thanks John |
|
|||
|
On 2004-08-24, John <hayes1966@yahoo.com> wrote:
> http://10.0.0.4 returns the apache screen > http://10.0.0.4/examples returns the tomcat jsp examples page So, you have a connector between Apache and Tomcat that process /exampls. > I have create a test.jsp application that I put in the root of > http://10.0.0.4 (apache$common:[htdocs]) but it wont execute. Because he (Apache) doesn't know anything about it. Create a Context in tomcat and configure the connector to call TomCat for that application. Davide -- The trouble with being punctual is that nobody's there to appreciate it. -- Franklin P. Jones |
| Thread Tools | |
| Display Modes | |
|
|