Posted By:
Irene_Vermaak
Posted On:
Monday, March 10, 2003 10:48 PM
If I specify the port (Tomcat's 8080) in my URL, my program runs fine and my servlet ../servlet/ReportsProcessSrv is found. But, if I only type in the URL and the servlet is called, I get the following error message: The requested URL /servlet/ReportsProcessSrv was not found on this server. Apache/1.3.26 Server at citrussa.trial.co.za Port 80 The people hosting the site, explained that Apache is running as the primary server and then it delegates the JSP pages to Tomcat, which sends it back to Apache. Tomcat is running on port 8080 and Apache on port 80. ReportsProcessSrv.class is in the folder /public_html/WEB-INF/classes/ From the error message I think that the server is looking f
More>>
If I specify the port (Tomcat's 8080) in my URL, my program runs fine and my servlet ../servlet/ReportsProcessSrv is found.
But, if I only type in the URL and the servlet is called, I get the following error message:
The requested URL /servlet/ReportsProcessSrv was not found on this server.
Apache/1.3.26 Server at citrussa.trial.co.za Port 80
The people hosting the site, explained that Apache is running as the primary server and then it delegates the JSP pages to Tomcat, which sends it back to Apache. Tomcat is running on port 8080 and Apache on port 80.
ReportsProcessSrv.class is in the folder /public_html/WEB-INF/classes/
From the error message I think that the server is looking for the servlet on Apache, while it should be looking on Tomcat??
I was wondering if I should put my servlet in another folder or if a setting on Apache can be changed so the server can look for my servlet on Tomcat?
Thanks,
Irene
<<Less