Which JVM version are you using on Linux?  I had a very similar problem when I
installed the latest 1.3.1 for Linux on RedHat.  With that version, I recieved
a "page fault" fatal error from javac while compiling jetspeed.  So I compiled
it on another Linux machine running JDK 1.3.0 with no problem.   I moved the
.war to the first machine, and tomcat kept dying with no obvious log errors.
So, I uninstalled jdk 1.3.1 and rolled back installing jdk 1.3.0.  Now both
the compile and execution under tomcat work fine!

Maybe this will work for you...

-- Dave Carlson

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 10:53 AM
Subject: RE: Tomcat and Jetspeed


> Yes...I did notice a jetspeed folder in the tomcat_home/webapps directory so
> I removed the jetspeed directory.  I made sure on the jetspeed.war was in
> /webapps and restarted Tomcat but it was unsuccessful.  When I take all
> jetspeed out of /webapps and restart I'm successful...no problems.  It seems
> like everytime I put the jetspeed.war in the /webapps directory Tomcat
> doesn't want to start anymore.  Is there anything/anywhere else that I
> should have configured??  For example, in the server.xml file should add the
> context for jetspeed??  As follows...
>
> <Context path="/jetspeed"
> docBase="webapps/jetspeed"
> crossContext="false"
> debug="0"
> reloadable="true" >
> </Context>
>
> I'm pretty sure everything else with Tomcat and mod_jk have been set up
> properly.  However, when I add jetspeed into the equation everything fails.
> Help??
>
> Thanks in advance,
> Bob Wilson.
>
>
>
> -----Original Message-----
> From: Anthony Smith [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 13, 2001 6:10 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Tomcat and Jetspeed
>
>
> In your tomcat directory, is there a jetspeed folder under webapps? If so
> delete it and try again. Also, if that does not work take out the .lwar and
> jetspeed folder from Tomcat to make sure it can stil start that way.
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 10, 2001 6:41 PM
> To: [EMAIL PROTECTED]
> Subject: Tomcat and Jetspeed
>
>
> After successfully installing and configuring Tomcat (3.2.3) on SuSE Linux
> 7.1, I downloaded Jetspeed (1.3a1).  Following the instructions I tried to
> build the war file.  No success.  The error was as follows...
>
> : command not found
> : command not found
> : command not found
> : command not found
> : command not found
> : command not found
> : command not found
> : command not found
> : command not found
> : command not found
> : command not found
> '/build.sh: line 57: syntax error near unexpected token 'do
> '/build.sh: line 57: 'do
>
> With some help from another member, Bob Rich, he determined that the script
> was fried with DOS CR/LFs and suggested using a dos2unix.  I found a script
> to do so and then proceeded to return to attempt another build.  This time
> the build worked.  HOWEVER...here is the problem....after copying the
> jetspeed.war file into Tomcat_Home/webapps directory and stopping Tomcat, I
> can no longer get Tomcat to restart.
>
> Anyone ever come across this problem??  Help, please?!?
>
> Thanks,
> Bo
>


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

Reply via email to