Re: accessing servlets from webapps like my-webapp/sub-dir/

2002-06-18 Thread Sam Joseph
if I do not specify this and attempts to specify things like /directory1/** have failed, which is a shame because I really need ot be able to generate new directories automatically and call servlets from within them. CHEERS SAM Sam Joseph wrote: Hi There, [Apologies for potential repeat

JSP include and Japanese Characters

2002-01-09 Thread Sam Joseph
Hi There, So I am trying to create some pages using JSP that include a call to a servlet. In tomcat 3.2 (at least) it is clear that I can't use the getOutputStream() command because getWriter() has already ben called by the JSP implementation. Thus if I want to include output from my serlvet

JSP include and calling servlets: Error: Writer is already being used for this request

2001-08-07 Thread Sam Joseph
Hi, I've been trying to use JSP to call servlets like this: jsp:include page="/servlet/NewsServlet?news_id=980" flush="true"/ The jsp include successfully initializes the servlet, however, I get the error appended below. I'm using tomcat 3.2. I'm downloading 3.2.3 to try that out, but I

Re: JSP include and calling servlets: Error: Writer is already being used for this request

2001-08-07 Thread Sam Joseph
to support the JSP and once by my own servlet. I'd happily not call the getOutputStream() method in my own servlet, but if I don't how can I send the output of the servlet to the JSP servlet it is embedded in? Thanks in advance. CHEERS SAM Sam Joseph wrote: Hi, I've been trying to use JSP

Weird thread/security problem

2001-07-26 Thread Sam Joseph
Hi, So I think this is a thread/security issue, but I am not sure. However it is definitely weird. I have been conducting some tests with multiple users. Various servlets are contacted that supply pages to each user, that include information such as user name etc. The version of tomcat in use

Re: Weird thread/security problem

2001-07-26 Thread Sam Joseph
classes to encapsulate the appropriate data, and either store that in the session or in some instance variable like a hashtable ... Thanks again. CHEERS SAM -Original Message- From: Sam Joseph [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 11:18 AM To: [EMAIL PROTECTED

Tomcat with Java 1.3 under NT

2000-11-16 Thread Sam Joseph
Hi there, I just upgraded to Java 1.3 but now my tomcat won't run, complaining that it wants to see jre 1.2 instead of jre 1.3 (which it finds in the registry). I tried to re-install tomcat, both the latest stable and milestone builds, but to no avail. I giess I am about to start uninstalling

Re: Tomcat with Java 1.3 under NT

2000-11-16 Thread Sam Joseph
Jens Rehpöhler wrote: Hello Sam, [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment] "CurrentVersion"="1.3" You changed the registry key back to 1.2? Changed something else? No, I changed it not back, I changed it to "1.3". Perhaps you should check the