aspose file tools
The moose likes Servlets and the fly likes Access one web app object from another running in the same Web Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Access one web app object from another running in the same Web Server" Watch "Access one web app object from another running in the same Web Server" New topic
Author

Access one web app object from another running in the same Web Server

sudip Kumar
Greenhorn

Joined: Apr 21, 2008
Posts: 14
Access one web app object from another ...both running in the same Web Server There are two Web Applications A and B running on one Web Server say 1. Is there any way by which I can access objects of Application B while running Application A.

Kishore Tulsiani
Greenhorn

Joined: Jan 15, 2010
Posts: 21
first of all can you specify the scenario or why you want to do this, like objects of application b in objects of application a.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56152
    
  13

No.

Whatever design needs for you to do this is wrong. What are you really trying to accomplish?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: Access one web app object from another running in the same Web Server
 
Similar Threads
Is it possible to pass an object in a request from one app server to another?
session sharing between two different application
Scope differences
deploying applications in remote managed servers
HTTP Session Object