Re: [JBoss-user] JSP compile problem JBoss 3.2.3 (SOLUTION)

2004-03-11 Thread Eric Klimas
I've found an acceptable workaround. I found it as a solution to bug 20527 in the apache bug database: http://issues.apache.org/bugzilla/show_bug.cgi?id=20527 Basically, if you set a system property user.dir, jasper will write to that directory. So I simply added an tag to $JBOSS_HOME/server/de

RE: [JBoss-user] JSP compile problem JBoss 3.2.3

2004-03-11 Thread Rod Macpherson
compile problem JBoss 3.2.3 Hi all, I have a kinda annoying problem on JBoss 3.2.3 w/ Tomcat 4.1 on a Debian system when I go to start the jmx-console. It appears to be caused by Jasper trying to write a temporary file in whatever directory I started Jboss from. Keep in mind I have jboss

[JBoss-user] JSP compile problem JBoss 3.2.3

2004-03-10 Thread Eric Klimas
Hi all, I have a kinda annoying problem on JBoss 3.2.3 w/ Tomcat 4.1 on a Debian system when I go to start the jmx-console. It appears to be caused by Jasper trying to write a temporary file in whatever directory I started Jboss from. Keep in mind I have jboss running as a "jboss" userid. The