RE: simple jsp forwarding

2001-02-02 Thread Debra Locke
We typically use a jsp template which dynamically creates all display pages using several jsp pages. However we do not use links to accomplish this. Instead we have a class file that defines "defaults" for request attributes (i.e. public static final String ATTR_CONTENT_JSP = "DisplayContent";)

RE: boggling problem with jsp

2001-01-31 Thread Debra Locke
I don't know how you are attempting to forward/load the next page, but try using: pageContext.forward("/servlet/Home") Where "/servlet/Home" is the location you want to load. Regards, Debbie -Original Message- From: Thomas Bartels [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31,

RE: server.xml help (i think)

2001-01-24 Thread Debra Locke
Andrea, The following comment was in my system.xml file: You can add a "home" attribute to represent the "base" for all relative paths. If none is set, the TOMCAT_HOME property will be used, and if not set "." will be used. webapps/, work/ and logs/ will be

WinNT 4.0, Apache 1.3.14, tomcat 3.2.1, mod_jk

2001-01-22 Thread Debra Locke
All, I have an applications that is currently running correctly on a Unix environment (using different versions of apache/tomcat and mod_jserv) that I need to port over to a WindowsNT environment. So, I installed Apache 1.3.14, tomcat 3.2.1, and mod_jk on WindowsNT 4.0 with SP 6a. All test and

RE: WinNT 4.0, Apache 1.3.14, tomcat 3.2.1, mod_jk - EXISTING BUG REPORT FOUND

2001-01-22 Thread Debra Locke
fyi - A co-worker found a bug reported back in December which is the cause of my problem. Bug Report #578 (RequestDispatcher includes automatically commit response). Regards, Debbie -Original Message- From: Debra Locke [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 11:26 AM