Hitesh Raghav wrote:
> Hi Mark,
> 
> I'm little confused about it.
> 
> Let assume my m/c ip is: 10.212.85.8
> SSL connector are configured on ports: 8443 & 8553
> 
> I need to deploy one web app (myapp01.war) on port 8443 and another on
> web app (myapp02.war) on 8553. Is there any way to configure to access
> these web apps as:
> https://10.212.85.8:8443/myapp01/
> and
> https://10.212.85.8:8553/myapp02/

If you want each port to only allow access to a single webapp then you
would need to configure a service (with a connector, engine, host etc) for
each webapp.

Mark


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

Reply via email to