Session with IE

2001-06-18 Thread Jose Luis Rodriguez
My developed employment is IIS 4.0, Tomcat 3.2.1 under Windows Nt 4.0 I have a problem when I run mi application with IE 5.5, this lose the session inmediatly that I run another time. With Netscape Communicator that's Ok. In SYSTEM32/LogFiles/W3SVC1 I see an error number 200 that say so: 06:42:14

Re: How to integrate Tomcat with IIS

2001-06-13 Thread Jose Luis Rodriguez
he DLLs in memory. ). Type pws to start it > again) > > Regards, > Rajeshwar rao. > > -Original Message- > From: Jose Luis Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 2:50 PM > To: [EMAIL PROTECTED] > Subject: Re: How to integrate Tom

Re: How to integrate Tomcat with IIS

2001-06-13 Thread Jose Luis Rodriguez
You need only go step by step in http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html. But there is a problem whith method Post and Ms IE. Please say us if you have the same problem. Saludos, José Luis "Rajeshwar Rao.V" wrote: > > Hi all, > > I am new to this list. > > I would

Error with method Post

2001-06-11 Thread Jose Luis Rodriguez
Hello. Please I need help. My environment is Tomcat 3.2.1, IIS 4.0 on Nt 4.0 and browser IE 5.0. I have error whith method Post, its'nt recognized for Jsp request. I think that is a problem with my configuration, but I don't know what. Thanks in advance, José Luis

Many problems whith Post method

2001-06-07 Thread Jose Luis Rodriguez
I have many problems with method Post when I use Tomcat 3.2.1 + Nt 4.0 + IIS + IE 5.x. When I use Netscape Communicator that's OK. For example: Page HTML: Login: Password: Page Jsp: <% String login = request.getParameter("login"); %> LOGIN = <%=login%> Result: 1) Me