Ok rookie question I perhaps and here it goes...  I'm trying to figure out a
clean way of deploying my app so that no matter
which app server I deploy it to 2 things happen:

1- The app is bound to a domain name of the user's choice, after they edit
the appropriate descriptor when the war file expands of course.

2- The app is bound to the 'root' of the domain name (i.e.
http://domain.com/ and not http://domain.com/myapp) and not break other apps
already running with their servlets perhaps pointing to the root also.

I am trying to deploy using a war file, and would like for most of the
settings to be in place for the end-user-admin to edit quickly in a couple
of steps.  Don't want the /servlet name in there either.  Just as clean as
can be.

So my question is, is this something that is specific to every app server or
is there something that I need to look at somewhere to get that info?  I
can't seem to find anything in the web.xml dtd and I'm guessing at this
point that this is app server specifc and that this type of info will reside
in appserver-web.xml (i.e. orion-web.xml jboss-web.xml etc...)

Any clues would be helpful.  I'm using JSP 1.2 and Servlet 2.3 code base.

Thanks
R

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to