how to detect if web app is deployed

  • Thread starter Willian Irving Zumwalt
  • Start date
W

Willian Irving Zumwalt

Hey all,

I'd like to know how to detect if a web application has been deployed
from my main web application and if so, have another tab in my main
web application appear for the newly installed web app. BTW - I'm
using jboss if that matters.

Any advice on how something like this works?

Any help much appreciated.
 
O

Oscar kind

Willian Irving Zumwalt said:
I'd like to know how to detect if a web application has been deployed
from my main web application and if so, have another tab in my main
web application appear for the newly installed web app. BTW - I'm
using jboss if that matters.

Any advice on how something like this works?

A web application has a context root. You can check if it exists / is
deployed by performing a HTTP GET request on it.

Now, if you meant "I want to detect any newly installed web application",
you're out of luck: this is highly specific to the application server
you're using. Maybe your application server supports getting a list of
running web applications, maybe not.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top