Re: Path problem

2009-03-16 Thread popprem
in a format that I can create a file under the logs directory, without assuming where Tomcat is deployed? -d Caldarale, Charles R wrote: From: David.Meldrum [mailto:david.meld...@verizon.net] Subject: Re: Path problem actually in my case I am trying to read/write from a ContextListenr It's

Re: Path problem

2009-03-13 Thread David Smith
popprem wrote: Hi, I'v really stuck with an issue. I have done a web program using struts framework. I have a plugin class there for which i have to pass a configuration file as parameter. That file is in webapps/Myapp/WEB-INF/ directory. So i mentioned relative path as

RE: Path problem

2009-03-13 Thread Caldarale, Charles R
From: popprem [mailto:popp...@gmail.com] Subject: Path problem David answered the critical part of your question, but I thought I'd take a crack at the rest. That means tomcat defaultly points to bin directory Tomcat doesn't defaultly [sic] point to anything. The current directory

Re: Path problem

2009-03-13 Thread David.Meldrum
FileInputStream(propPath); . } Is this the proper way to do it? -d Caldarale, Charles R wrote: From: popprem [mailto:popp...@gmail.com] Subject: Path problem David answered the critical part of your question, but I thought I'd take a crack at the rest. That means tomcat

RE: Path problem

2009-03-13 Thread Caldarale, Charles R
From: David.Meldrum [mailto:david.meld...@verizon.net] Subject: Re: Path problem actually in my case I am trying to read/write from a ContextListenr It's generally a bad idea to ever *write* into the webapp deployment space. You have no guarantee that the space is writable, nor

Re: Path problem

2009-03-13 Thread André Warnier
Caldarale, Charles R wrote: [...] It's generally a bad idea to ever *write* into the webapp deployment space. You have no guarantee that the space is writable, nor that the container will provide any write access. You're much better off writing to files outside of Tomcat's directory

Re: Path problem

2009-03-13 Thread Gregor Schneider
Or the war-file doesn't get unpacked, but the app is started from within the war, and the ressource is inside the war. And please note the difference: It's not Class.getRessourceAsStream(), but ServletContext.getRessourceAsStream(); So in your example: ServletContext sctx =

Re: Path problem

2009-03-13 Thread Gregor Schneider
...and please forgive me all my typos Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

Re: Path problem

2009-03-13 Thread David.Meldrum
a file under /logs? Is there some way to determine the path to the /logs directory in a format that I can create a file under the logs directory, without assuming where Tomcat is deployed? -d Caldarale, Charles R wrote: From: David.Meldrum [mailto:david.meld...@verizon.net] Subject: Re: Path problem

RE: Path problem

2009-03-13 Thread Caldarale, Charles R
From: David.Meldrum [mailto:david.meld...@verizon.net] Subject: Re: Path problem For example, how do I get a reference to the /webapps/MyWebApp/WEB-INF/foo.properties file? Gregor already told you here: http://marc.info/?l=tomcat-userm=123697177925016w=2

Re: Path problem

2009-03-13 Thread David Smith
Caldarale, Charles R wrote: From: David.Meldrum [mailto:david.meld...@verizon.net] Subject: Re: Path problem actually in my case I am trying to read/write from a ContextListenr It's generally a bad idea to ever *write* into the webapp deployment space. You have no guarantee

Path problem

2009-03-12 Thread popprem
answer. Thanks in advance. -- View this message in context: http://www.nabble.com/Path-problem-tp22490662p22490662.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Multilevel context path problem

2007-04-11 Thread Johnny Kewl
, April 10, 2007 7:32 PM Subject: Multilevel context path problem I have a problem deploying war file and specifying multilevel context path. Similar question was asked in this forum before but without definitive answer. My scenario is as follow, I have a war file, say webtest.war and I'd like

Multilevel context path problem

2007-04-10 Thread mrpapini
via /test/webtest context? Regards, -pp -- View this message in context: http://www.nabble.com/Multilevel-context-path-problem-tf3554394.html#a9924480 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start

Re: Multilevel context path problem

2007-04-10 Thread Rashmi Rubdi
. Anybody can share light on this? Is there any combinations of settings/naming that would allow me to access webtest app via /test/webtest context? Regards, -pp -- View this message in context: http://www.nabble.com/Multilevel-context-path-problem-tf3554394.html#a9924480 Sent from the Tomcat - User

Session cookie path problem

2005-12-01 Thread Christian Rudh
Hi I have set up so all users on my server can use Tomcat from their home directories. They access servlets through domain/~user/java/servlet/TestServlet and it works fine. But I tried setting a session value in a servlet and the session value was never stored. So I checked the session cookie