*.do URLs dont work in apache web server+tomcat
Hi folks,
All the *.do URLs I've written in Struts Framework can work very fine just in the level of Tomcat application server. When I want to send the *.do URLs at first to Apache Http Server and afterwards let the http server in turn hand over the request to tomcat, there was a error, which says "Object not found".
I guessed there must be something wrong between the two levels of web and application servers, cause the web application can work well just in tomcat alone, which should at least mean that all the codes and mappings should be right, arent they?
Hope some of you guys can help me figure out the solution to my problem, thanks in advance!
|