File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Embbedded web apps? 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 "Embbedded web apps?" Watch "Embbedded web apps?" New topic
Author

Embbedded web apps?

K. Tsang
Ranch Hand

Joined: Sep 13, 2007
Posts: 1222

Hello all

Not sure if this is the correct forum to ask this. Suppose I have a web app called ABC deploy to localhost/ABC.

Now I have another web app called XYZ but want to deploy inside existing web app ABC such that it can be accessed as localhost/ABC/XYZ instead of localhost/XYZ.

Would this XYZ web app an "embedded web app"? How does the project structure look like? Cos when I create web apps in Eclipse or Netbeans, there is any options to embed or include this web project to another web project. Yet I can do so if the parent project (eg ABC in this case) is an enterprise project.

Thanks in advance.


K. Tsang JavaRanch SCJP5 SCJD/OCM-JD
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
The servlet specification does not support this. You need to integrate the XYZ web app into the ABC web app.


Android appsImageJ pluginsJava web charts
K. Tsang
Ranch Hand

Joined: Sep 13, 2007
Posts: 1222

Thanks Ulf for the quick response.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Embbedded web apps?
 
Similar Threads
remote access to tomcat webapps
Using Eclipse with Tomcat and Sysdeo Plugin
site transfer context path problem
How to make a web project in My eclipse 4.1
Accessing Java WebApp from Jboss 4.3 EAP via ip address and not localhost