I am developing an jsp/serlvet demo using the JSP 1.0 refernce implementation.
Most things are now working but I am stuck on where to put the following:
properties files used by servlets
bean classes when the bean is populated with data by a servlet and then
used by a jsp
It could well be that the answer lies in setting up the default.cfg file, so I'd
love some documentation. What I know so far is that .jsp and .html files go in
jsp1.0\webpages. Servlets go in jsp1.0\webpages\web-inf\servlets. The only way I
can pass data from a servlet to a jsp is through the session object, but I want
to use the bean tags.
Paula Lumby
IBM VisualAge for Java/C++/RPG Services
tel: 448-2517 (T/L) 778-2517
Room: 2G42C 2G/KB4/1150/TOR
e-mail: [EMAIL PROTECTED]
External Address:
IBM Toronto Laboratory
1150 Eglinton Avenue East
Toronto, Ontario, Canada, M3C 1H7
FAX: (416) 448-4414
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
where to put properties files when using jsp1.0 reference implementation
/servlet-interest Paula Lumby Mon, 17 May 1999 12:17:16 -0700
- Re: where to put properties files when using... /servlet-interest Paula Lumby
- Re: where to put properties files when ... Pascal Guilloteau
