AW: got javax.servlet.UnavailableException when setting unpackWar to false

2002-08-19 Thread Juri Frommer
solved it by myself... The problem was, that the servlett was trying to read a properties file included in the war file. Any suggestions for a workaround? I.e. using webresources or the like... Best regards Juri -- To unsubscribe, e-mail: For additional commands,

got javax.servlet.UnavailableException when setting unpackWar to false

2002-08-19 Thread Juri Frommer
Hi there, I'm using Tomcat 4.1.9 Standalone and got the following Problem: When copying my war file to the webapps directory and setting unpackWar to true everything works fine (the war file is unpacked and the application works). But when setting unpackWar to false I get the following exception