Howdy, >I've just installed tomcat 4.1.24, because it supports multiple developers >using a single install (we used to use tomcat 3. The guy who set that up is
As an aside, for development I strongly suggest each developer have a completely separate tomcat installation. It doesn't cost you any money, doesn't take much space nor time to install, and can save a lot of headaches. >Tomcat runs fine using my own specific CATALINA_BASE, but as soon as I put >in my own war file into the $CATALINA_BASE/webapps, I can't get it to >start. Is the war packed? Does the server.xml have unpackWARs="true"? >I'm NOT running startup.sh with the '-security' flag, but these are my >(edited) error messages: > >java.security.AccessControlException: access denied (java.io.FilePermission >/tmp/giera_l/tomcat/webapps/vpp/WEB-INF >/classes/my/package/uk/vportal/service/frontend/ServiceManager.class read) > at >java.security.AccessControlContext.checkPermission(AccessControlContext .jav >a:272) > at >java.security.AccessController.checkPermission(AccessController.java:39 9) > at >java.lang.SecurityManager.checkPermission(SecurityManager.java:545) Something is starting the security manager... ;) 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]
