I would think the easiest way to do this is with a single server and use public and private ip addresses for your public and private sites. I think you can also do it with valves that would restrict access based on the client ip number. Never tried it though.
Eel ----- Original Message ----- From: "Keith Ng" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 6:58 AM Subject: Running 2 Tomcat server and making one intranet > > > > Hi > > Please guide me on the following.... > > I need to run two tomcat server for my sch assignment, one being Internet > and the other Intranet on the same machine(different ports , 1 8080 the > other 9080). > Im using 4.0.2. I need to noe the steps for running 2 tomcat servers on the > same machine and the configuration. > > next, how to make 1 of the server accessible only to local intranet and > network? den means ppl from internet are able to access the server at > abc.abc.abc.abc:8080 but not abc.abc.abc.abc:9080 > > another way is to make both of the web app running in 1 server, which one > can be accessed by internet and the other intranet. Can someone guide me > please? Thanks... > > > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
