Issues with Tomcat on AIX?

2004-12-29 Thread bricker
I am migrating a dozen apps from Solaris and Tomcat 4.0.6 to AIX 5.2 and Tomcat 4.0.6. Has anyone done this migration? If not, does anyone run Tomcat on AIX 5.2 ( I would assume so)? Do you use IBMs JDK? I am using the 1.3, 64-bit J2SDK. If you do, do you use Java Security (-security on

Re: Issues with Tomcat on AIX?

2004-12-29 Thread bricker
I had not checked that, although it is true that the JDK was installed under the same user (well, now it is; I was using the AIX installed 1.3.1 smit pkg but I since coped it to a work directory). I do not see WHY the owner of the JDK has to be the the same user as the Tomcat PID owner. I can see

Re: FW: j2sdk problems

2004-12-29 Thread bricker
You probably have not had help because there is no PROBLEM listed. What is the issue? Your question is hoplessly vague as presented. If you see no errors, then what is the problem? :] Ben Ricker Can anyone help me on this issue please? I have reviewed the log files to no end on this issue.

RE: FW: j2sdk problems

2004-12-29 Thread bricker
Again you are unclear. What do you mean by fail? The JBoss process? If you mean that, then you are on the wrong list. This is for tomcat users, not JBoss users. Here is what I would do: 1) If you are having process problems with Jboss, contact a JBoss related list. 2) If you cannot get access

Issue with J2SSE on Solaris and AIX

2004-12-28 Thread bricker
I am working on migrating approx 10 applications from Tomcat 4.0.6 on Solaris to Tomcat 4.0.6 on AIX. I am running into an issue related to having Java Security turned on. On the Solaris catalina.policy, I was getting the following security exception: Security Violation, attempt to use Restricted

Re: Issue with J2SSE on Solaris and AIX

2004-12-28 Thread bricker
One more thing to add: I am using the default catalina.policy verbatim and just added the grant statement below. So it already contained this: grant codeBase file:${catalina.home}/server/- { permission java.security.AllPermission; }; I was surprised that this grant staement did not imply