L
LB
Is there a way to set up a tomcat server such that .jsp servlets
canNOT write to a file other than in a /tmp folder?
In the contrary, if I am on a shared server, can I override a setting
that only allows my .jsp / javabeans / servlets to only successfully
write to a simple text file in "/tmp" directory only. (Perhaps
something in the .htaccess file?) I'm trying to fight the dreaded
"access denied (java.io.FilePermission..." error in GoDaddy Shared
Hostings.
Note: I would normally posted this in
comp.infosystems.www.servers.unix, except that I know the Apache
server allows for file writes from both Perl and PHP... That makes me
suspect a Tomcat setup, and that pushes me to post here instead...
Anybody been here before? Many thanks in advance,
LB
canNOT write to a file other than in a /tmp folder?
In the contrary, if I am on a shared server, can I override a setting
that only allows my .jsp / javabeans / servlets to only successfully
write to a simple text file in "/tmp" directory only. (Perhaps
something in the .htaccess file?) I'm trying to fight the dreaded
"access denied (java.io.FilePermission..." error in GoDaddy Shared
Hostings.
Note: I would normally posted this in
comp.infosystems.www.servers.unix, except that I know the Apache
server allows for file writes from both Perl and PHP... That makes me
suspect a Tomcat setup, and that pushes me to post here instead...
Anybody been here before? Many thanks in advance,
LB