Howdy,

>Is it possible to configure Tomcat (I don't care which version) so that
>specific webapp only runs on specific port?
>
>So going to http://localhost:8080/examples would work, but
>https://localhost:8443/examples would not

Sure, easily.  Define an Engine for that webapp only: in the Engine
there will be a Connector for the port you want, a Host whose autodeploy
features are turned off, and the Context for your webapp (or
alternatively the Host's appBase would be someplace above where your
webapp is located).  If you're not sure what I mean by any of these,
make sure to read the Configuration Reference documentation for the Host
and Engine elements.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to