Re: Windows 2000 problems with HttpSession

2001-06-13 Thread James Manna

Just thought I would let  everyone know how this was solved.

You cannot use different version of the java plug-in and html converter.
They must be the same for an applet to run properly. The applet wil load and
run, but strange things such as HttpSession not working will occur.

This was a devious little problem.

Have fun!

James
- Original Message -
From: "William Kaufman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 11:17 PM
Subject: RE: Windows 2000 problems with HttpSession


> 1) Do you have cookies turned on in your browser?
>
> 2) Did you call HttpServletResponse.encode[Redirect]URL() on all your
links?
> (See the javadoc for that method.)
>
> -- Bill K.
>
> -Original Message-
> From: James Manna [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 13, 2001 2:39 AM
> To: [EMAIL PROTECTED]
> Subject: Windows 2000 problems with HttpSession
>
>
> Hi All,
>
> I  am having problmes with maintaing sessions on a win 2000 machine
running
> tomcat 3.2.1.
> I seem to always get a  new session everytime.
>
> We are only having this problme on some of our development machines.
> A basic example servlet that returns html works fine on all machines and
> maintains session state.
>
> The full system uses an Applet, serialized objects, request dispatching
and
> forwarding, multiple servlets, DB backend etc. It works fine on some
> machines and not on others. All machines are runnig Win 200 with the same
> user, and environment variable setup etc
>
> I access the session in the main servlet and access it after I forward it
on
> to other servlets.
>
> Any one got even any remote thoughts?
>
> We have investigated:
> - using windows machine name and IP instead of localhost:8080
> - variations in tomcat config
> - variations in source code
> But no luck so far.
>
> Regards
> James Manna
> Power Solutions
>
>




Re: installation of tomcat on windows 98

2001-06-13 Thread James Manna



Try http://jakarta.apache.org and find the 
installation guides.
They wil take you through all set up 
instructions

  - Original Message - 
  From: 
  Prasad 
  Medepalli 
  To: [EMAIL PROTECTED] 
  Cc: [EMAIL PROTECTED] 
  Sent: Thursday, June 14, 2001 12:32 
  PM
  Subject: installation of tomcat on 
  windows 98
  
  Hi, 
  I downloaded JDK 1.3 and tomcat 3.2 on my c 
  drive.
  How do I make tomcat run.
  What are the changes I need to make in my autoexe bat for 
  windows 98 and in configuration files. I am rearry stuck and want to move 
  forward. I hope someone could help me with the list to go about. sorry I am 
  new and a student
  thanks
   


Windows 2000 problems with HttpSession

2001-06-13 Thread James Manna

Hi All,

I  am having problmes with maintaing sessions on a win 2000 machine running
tomcat 3.2.1.
I seem to always get a  new session everytime.

We are only having this problme on some of our development machines.
A basic example servlet that returns html works fine on all machines and
maintains session state.

The full system uses an Applet, serialized objects, request dispatching and
forwarding, multiple servlets, DB backend etc. It works fine on some
machines and not on others. All machines are runnig Win 200 with the same
user, and environment variable setup etc

I access the session in the main servlet and access it after I forward it on
to other servlets.

Any one got even any remote thoughts?

We have investigated:
- using windows machine name and IP instead of localhost:8080
- variations in tomcat config
- variations in source code
But no luck so far.

Regards
James Manna
Power Solutions