This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Tomcat webapp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat webapp " Watch "Tomcat webapp " New topic
Author

Tomcat webapp

basha khan
Ranch Hand

Joined: Jan 26, 2002
Posts: 516
I have a web application which is deployed in Tomcat. But it�s not deployed as the normal way. That is, normally tomcat uses a default package structure. But this is different.

In this app, JSP pages are compiled using JSPC from apache, and all the compiled files are put into a jar file. But I can invoke the JSP pages by giving corresponding URL�s.

In WEBAPP directory, there is a folder for classes but the classes for the app are in a jar file that is not in WEBAPP directory.

In WEBAPP/appContext/WEB-INF directory only web.xml and �classes� folder are available but in classes folder, there is no classes.(Classes are in jar file outside the context path).

But Tomcat runs fine and application runs fine. I am not getting it�s configuration.

Anybody have a good web resource that specify the tomcat webapp configuration in NON-CONVENTIONAL way?. Or any suggestions to tame the application?.

Thanks,
Basha
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcat webapp
 
Similar Threads
JAR file is locked when doing a remove
Struts Application Deployment
compiling and deploying into Tomcat
deploying a jsf application to tomcat
Reading property file in a jar file