RE: Which user executes JSP in Tomcat?

2009-04-05 Thread raga2
ow IO access to a specific folder? Thanks for your help everyone. I'm looking through the log files. Caldarale, Charles R wrote: > >> From: raga2 [mailto:ragabo...@gmail.com] >> Subject: Re: Which user executes JSP in Tomcat? >> >> ps -aef tells me it's

Re: Which user executes JSP in Tomcat?

2009-04-03 Thread raga2
Thanks guys for the reply. ps -aef tells me it's root running tomcat. I'm using tomcat 5.5 and Java 1.5.0 Update 16. If it's root running, then why doesn't the directories get created anywhere? Something I'm doing wrong. Thanks for your replies again. Pid-

Which user executes JSP in Tomcat?

2009-04-03 Thread raga2
Hello, Running tomcat on linux. I've written a simple JSP script to create a directory and a file. When I run it via tomcat, the code runs fine, no errors, but the directory nor the file get created where I specified. I have a feeling it's some sort of permission issue. Any help is welcome, pret