简体   繁体   中英

Is it possible to host one webapp on 1 port and another webapp on another port in Apache tomcat?

I have 2 webapps in jsp, one of them is for public use, and the other is for local use.

Is it possible to host one webapp on 1 port and another webapp on another port in Apache tomcat? I see the appBase in the connecter in server.xml file, what does it do?

You should look more on stackoverflow.

I have found this, it might help you

How to run different apps on single Tomcat instance behind different ports?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM