cobalt JSP classpath
I've been using the cobalt pkg for JSP/servlets and it works well. However, I am curious as to how it works for multiple domains.Here are my questions:
1) Is there a JVM process for each virtual domain? If so, is there a way to start/stop just that one process vs. restarting everything?
2) How do you configure classpath, etc. for each domain? In the documentation, it says to put it in /etc/profile.d/tomcat.sh. Does this mean that all domains share the same classpath?
Thanks.