I am using JBoss 4.00. Once I deploy the application, I am getting following error
Abhijit Das
SCJP 5.0 | SCWCD 1.5
Ali Gohar
Ranch Hand
Joined: Mar 18, 2004
Posts: 572
posted
0
it seems that your jsp page has got some problems.. Paste the code of your jsp page
Praveen Sridharan
Greenhorn
Joined: Dec 12, 2006
Posts: 2
posted
0
Hi,
This is not because of the JSP problem. Its because of the Java version you are using. Just try to switch from Java 1.4 to Java 1.5. Make ensure that your JAVA_HOME points to JDK 1.5 and your JBoss points to that.