This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes How to run servlet program (Apache+Tomcat) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to run servlet program (Apache+Tomcat)" Watch "How to run servlet program (Apache+Tomcat)" New topic
Author

How to run servlet program (Apache+Tomcat)

newman
Greenhorn

Joined: Nov 06, 2001
Posts: 1
Hi,all Sponsor
I have question about java servlet programs.
Now I want to run JSP and Servlet programs in the web server(Apache+Tomcat+UNIX).
For example,server.xml deployment
<Context path="/test"
docBase="/opt/web/test"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
In the case,JSP application is the entire folder "test" and have subfolder "/test/WEB-INF" save Servlet application. Runing all JSP application,It is fine.but Servlet application is failed.
Who can help me ,Hope something from you.

------------------
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to run servlet program (Apache+Tomcat)
 
Similar Threads
Tomcat 404 error
servlet not running but examples does
Problem loading a servlet
Unable to run external JSP sample files in Tomcat/Win95
Tomcat Restarting