Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I had Tomcat installed on c: cjakarta-tomcat, but need to run .jsp stored on d:abc est. How can I accomplish this?

0
Posted

I had Tomcat installed on c: cjakarta-tomcat, but need to run .jsp stored on d:abc est. How can I accomplish this?

0

Location: http://www.jguru.com/faq/view.jsp?EID=111366 Created: Jul 26, 2000 Modified: 2000-07-28 19:49:24.93 Author: Simon Brown (http://www.jguru.com/guru/viewbio.jsp?EID=44588) Question originally posed by Wen L. (http://www.jguru.com/guru/viewbio.jsp?EID=96750 Unless you are using a “J2EE web application” there is no simple way to do this. I would suggest creating a new web application and registering it with tomcat. A web application is essentially a standardised directory structure containing all of the resources for your application. Using this standardised approach means that you can migrate your application to another JSP 1.1/Servlet 2.2 compatible server in the future very easily. The examples directory under your tomcat webapps directory (c:\tc\jakarta-tomcat\webapps) is a good example of how to setup a webapp, and the important points to note are the WEB-INF directory and its web.xml file. Once you’ve setup your web application, you can register it with tomcat by opening up

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.