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: mailto:[EMAIL PROTECTED] For additional commands,

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

2002-08-19 Thread Jacob Kjome
Hello Juri, Well, don't use File io in a servlet application unless you are reading/writing to a place guaranteed to be read/writable such as each context's temp dir made available by any server implementing the Servlet 2.3 spec. To read a config file in a servlet portable way, do the