| Author |
How to use bean with Java web server ????
|
Dharmin Desai
Ranch Hand
Joined: Feb 28, 2002
Posts: 81
|
|
I m using jsp : useBean tag to call bean from jsp page. I hv compiled .java file (of bean) with javac and put it at Classes folder at JAvaWebServer dir. But my jsp page is unable to find that bean class. Please help me : How to use bean within jsp file while using Java Web Server ? Thanks, Dhamrin
|
SCJP2 (93%),SCWCD(88%)<br />-------------------------------<br />Never under estimate yr self, just represent yr profile in proper manner.
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
I am not sure about JWS, but some servers require that your bean class be in a package. If you put it in a package, create a corresponding folder in the classes directory to hold your class files. You are probably better of downloading Tomcat from www.apache.org
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
 |
|
|
subject: How to use bean with Java web server ????
|
|
|