RE: additional URL redirect question

2006-09-19 Thread Caldarale, Charles R
> From: Steacy, Christina [mailto:[EMAIL PROTECTED] 
> Subject: additional URL redirect question
> 
> How can I get http://events.mycompany.com
> <http://events.mycompany.com/>  to bring up the homepage of 
> my astraweb hompage?

1) Install your astraweb app in webapps/ROOT (or webapps/ROOT.war, if
packaged that way).

2) Place a ROOT.xml file in conf/Catalina/localhost containing a
 element with its docBase attribute pointing to the location of
astraweb.  In this case, do not put astraweb under webapps, or it will
be deployed twice.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



additional URL redirect question

2006-09-19 Thread Steacy, Christina
Hello,

I have just recently installed an application (astraweb) that uses
tomcat for its' web client.

 

I'm trying to setup events.mycompany.com to bring up the astraweb
client.  I already have one web server on the network which is the main
website (www.mycompany.com) and astraweb is a secondary website on a
totally different server.  The main website is running on Windows with
IIS.  The Astraweb client app is running on a Windows 2003 server with
only Tomcat installed.  Astraweb is installed under the webapps
directory under the directory of astraweb.  Also in the webapps
directory is the ROOT folder.  Right now if I were to go to the astraweb
server and type in localhost in the browser it would bring up the Tomcat
pages.  If I type in localhost/astraweb it brings up my astraweb
homepage.  How can I get http://events.mycompany.com
  to bring up the homepage of my astraweb
hompage?  I've tried editing the only  information in the
server.xml I could find but nothing worked when I did that (I guarantee
I'm lost about what to put there).  In addition to this, I do have
'events' set up in the DNS servers to forward to my astraweb server.

 

I did read over the previous question on URL redirection but I'm still
at a bit of a loss but learning.

Please let me know if I need to submit further information.  Thank you
in advance for the help.

 

- Christy