Re: [JBoss-user] JBoss on Linux Problem (SOLVED)

2002-12-09 Thread Phuwarin . Supawarapong
cc: [EMAIL PROTECTED]Subject: Re: [JBoss-user] JBoss on Linux Problem eforge.net No Phon

Re: [JBoss-user] JBoss on Linux Problem

2002-12-02 Thread Eric Klimas
JSP's need to be compiled to a servlet prior to running. My guess is if you java home variable is set to the jre (/usr/java/j2sdk1.4.0/jre or so) there is no java compiler under that path. Install the full SDK (if you haven't) and point your java_home variable to the there so it will find $JAVA_H

Re: [JBoss-user] JBoss on Linux Problem

2002-12-02 Thread James Cleary
Can you run with 1.4 when you first boot JBoss? I've seen problem when redeploying. Have to restart JBoss every time I deploy. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 1:42 AM Subject: [JBoss-user] JBoss

[JBoss-user] JBoss on Linux Problem

2002-11-28 Thread Phuwarin . Supawarapong
I have some problem when run application on Linux. I was able to start JBoss and deploy the application. But facing the problem when try to call the jsp page, return nothing. But when I change JRE to version 1.3, it able to run without any problem. Server spec: Linux RedHat 8.0 JBoss 3.0.4 JRE 1.