Using Packages in iPlanet WSEE

2000-08-17 Thread Kenneth McCord
I need to know to use packages in iPlanet. For example: If i have a servlet in /usr/netscape/server4/docs/servlets/com/folder1/folder2/registration/ note: registration is not a servlet directory (maybe this is what's wrong) I should be able to call it like... http:\\servername:\com.folder1.fold

iPlanet Servlet Caching

2000-08-23 Thread Kenneth McCord
I am trying to disable servlet caching in iPlanet Web Server 4.0 SP2 or force the server to reload the servlet every time the page is loaded. Can anyone help? Thanks, Kenneth A. McCord Email: [EMAIL PROTECTED] Work: (703) 288-8232 X4641 Cell: (703) 338-9619 MSN IM: [EMAIL PROTECT

Re: iPlanet Servlet Caching

2000-08-23 Thread Kenneth McCord
quot;,0); thats's only necessary if the browsers still cache your response header. in your doGet(HttpServletRequest req, HttpServletResponse res) or do Post(HttpServletRequest req, HttpServletResponse res) methods. I guess if you code the three lines in your code it will work. Hope that he

UNSUBSCRIBE

2000-09-25 Thread Kenneth McCord
-Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Yan Zhu Sent: Thursday, September 21, 2000 4:52 PM To: [EMAIL PROTECTED] Subject: Re: weblogic question oops, sorry, wrong list. Angus Mezick wrote: > 1: