Hear us Roar
Article:
 |
|
Deploying Web Applications to Tomcat
|
| Subject: |
|
Solution works with servlets, but what about javabeans? |
| Date: |
|
2003-01-12 10:44:24 |
| From: |
|
qrobur
|
Response to: Another Solution
|
|
I was very happy when these two messages put me on the road to running this example web application in Tomcat 4.1.18.
However, it is not a solution for my jsp pages that use javaBeans rather than servlets. This is the error I get:
description: The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Cannot find any information on property 'uName' in a bean of type 'coreBeans.FormBean'
etc.
If anybody can throw some light on this aspect of the problem I would be grateful.
Also, does anyone know why we are having to resort to mapping our servlets anyway?
|
|
| |