Tomcat
Run
bin/startup.sh
bin\startup.bat
Folder
- conf
- webapps
- Maven folder structure vs. WebContent
Tomcat Architecture
Eclipse(STS) Tomcat Tip
- Server Options
- Check
Serve modules without publishing
application.getRealPath("/")
- External Web Browser
- Disable all validations
SSL
curl https://localhost:8443 -k
Sharing Session
conf/context.xml
- clear cookie and test
checker.jsp
in each webapp
ref