| Author |
jsp issue with appserver jboss 7.1
|
maheedar sand
Greenhorn
Joined: Feb 26, 2008
Posts: 16
|
|
Hi,
I shifted to appserver from webserver. I'm currently using JBOSS 7.1 appserver for my personal development.
I deployed an .ear file into appserver. Deployment successful.
When I started the server and tried to access my application URL, it is reporting an error that "Unable to compile class for JSP"
I tried to search in the Internet but I haven't found any working solution. Some suggested to use a jar file for jsp compilation, some said we have to add some params.
Not able to understand properly.
My application files:
1.oralib.tld
2. web.xml
3.message.jsp
4.output
Please help me...
Thanks and Regards,
sathish.g.
|
 |
maheedar sand
Greenhorn
Joined: Feb 26, 2008
Posts: 16
|
|
Hi,
I haven't typed another class which extends itself from SimpleTagSupport.
Sorry, for wrong coding skills.
Thanks and Regards,
sathish.g.
|
 |
T Mishra
Ranch Hand
Joined: Apr 04, 2006
Posts: 107
|
|
|
the error does seem like its missing jsp jar at runtime. Has ii been added to your project ?.
|
Thanks,
Tushar (SCJP 1.5)
|
 |
 |
|
|
subject: jsp issue with appserver jboss 7.1
|
|
|