Anders Forsgren wrote:


- The WEB-INF/work and logs directories are not created when the webapp loads, probably a problem with file access. What directories and permissions do I need to give to the user running the tomcat process?
if they are not created, it should be enough to create these directories using the user that tomcat runs as.


- I have some small dynamic images made with svg and svg2jpeg, which will not render. I have read some things about problems with batik on headless setups, but also that It should not be a problem since jdk 1.4. Where do I start looking for the problem?
make sure CATALINA_OPTS has the correct property setting so tomcat can pick it up.
Put
CATALINA_OPTS=-Djava.awt.headless=true
export CATALINA_OPTS


in .bash_profile (if your shell account runs bash, which is quite likely).

The only traces of errors I can find are in the /etc/jakarta-tomcat/logs/catalina.out , where cocoon complains about not being able to create the log files.


Check if your tomcat user has access to /etc/... or set it to a directory local to your user account.

I also have some problems with xsp-actions, but I figure these errors are just following from the write-access problems (i.e. the /work directory needs to be created before an xsp will work)? Am I correct?
probably - have not used XSP

I was hoping to be able to merely upload the whole directory structure from the windows machine to the linux machine, but unfortunately this was not the case (how naive). :)
The server administrator is a busy person, and there are loads of other webapps running in the same tomcat process, so I'd rather not be experimenting to much with it either.
now this could be a problem. If there are loads of other webapps in the same tomcat process you are probably not allowed to start/stop it. You need to get tech support to setup the SVG environment variables - hairy.
Are you sure you're sharing the tomcat instance? It will get tedious very quick asking tech support for a restart every time.


Hope this sets you on your way.
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to