You might be able to do it by:

1.) Define a new Service, called for example "Intranet"
2.) Define a Connector in that service which listens on a port like 8090
3.) Define an Engine in that service to contain the Host entries
4.) Define the Host "localhost" in that engine pointing to your intranet files

Of course, what you should REALLY do is probably run a second machine if you have the 
resources.

You could also run two instances of Tomcat as you mentioned.

Finally, you might try adding a connector on a new port and then see if you can 
specify a virtual host as:

<Host name="localhost:8090" appBase="/path/to/intranet/pages/">

I have never tried this though, so I don't know if it will work.


Good luck.

Sincerely,
Anthony Eden

> -----Original Message-----
> From: Edam Cheeseman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 30, 2002 10:09 AM
> To: [EMAIL PROTECTED]
> Subject: intranet/virtual host
> 
> 
> Hi,
> 
> I'm running apache-1.3, tomcat-3.3.1, redhat Linux-7.2
> 
> I have a servlet which handles uploading new data to a database table which 
> is read from by the publicly accessable website.
> 
> Ideally I'd like to set up some kind of intranet running on the websever 
> which is not accessable from the outside - like say, run the intranet on 
> port 81 which is blocked from access by the firewall - on which this servlet 
> runs.
> 
> can anyone point me in the right direction as to how to go about setting 
> this up? Is virtual hosts the answer? And if so can I set it up so that it 
> runs on a seperate port? Would I need a second instance of tomcat to do 
> this?
> 
> thanks for any advice,
> 
> Paul
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to