upgrade to 5

2005-08-26 Thread David Ellis
Hello,

I'm extremely new to all this.  I was wondering if it is possible to upgrade
from tomcat version 3.2.3 to version 5?

I've read that the upgrade from version 3 to 4 was difficult, so my guess is
that I will have to go to version 4 before I can go to 5.

Thanks

Dave


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: upgrade to 5

2005-08-26 Thread Allistair Crossley
Hi there,

Of course you can, you just need to be aware of what elements of Tomcat you 
need to configure, e.g JNDI resources and so on and then lookup the way you do 
that in Tomcat 5. It's not a *far* cry from Tomcat 3/4, you still use 
server.xml for a bunch of stuff, but it's recommended that you configure your 
Context using a separate file. It's all online, just be aware of what 
configuration you need, look at the docs, and test. Make a backup of course.

Allistair.

 -Original Message-
 From: David Ellis [mailto:[EMAIL PROTECTED]
 Sent: 26 August 2005 16:46
 To: Tomcat Users List
 Subject: upgrade to 5
 
 
 Hello,
 
 I'm extremely new to all this.  I was wondering if it is 
 possible to upgrade
 from tomcat version 3.2.3 to version 5?
 
 I've read that the upgrade from version 3 to 4 was difficult, 
 so my guess is
 that I will have to go to version 4 before I can go to 5.
 
 Thanks
 
 Dave
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: upgrade to 5

2005-08-26 Thread David Ellis
Thanks, that's somewhat of a relief, although I'm sure I have plenty of work
cut out for me :)

Off I go

- Original Message - 
From: Allistair Crossley [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Friday, August 26, 2005 11:48 AM
Subject: RE: upgrade to 5


 Hi there,

 Of course you can, you just need to be aware of what elements of Tomcat
you need to configure, e.g JNDI resources and so on and then lookup the way
you do that in Tomcat 5. It's not a *far* cry from Tomcat 3/4, you still use
server.xml for a bunch of stuff, but it's recommended that you configure
your Context using a separate file. It's all online, just be aware of what
configuration you need, look at the docs, and test. Make a backup of course.

 Allistair.

  -Original Message-
  From: David Ellis [mailto:[EMAIL PROTECTED]
  Sent: 26 August 2005 16:46
  To: Tomcat Users List
  Subject: upgrade to 5
 
 
  Hello,
 
  I'm extremely new to all this.  I was wondering if it is
  possible to upgrade
  from tomcat version 3.2.3 to version 5?
 
  I've read that the upgrade from version 3 to 4 was difficult,
  so my guess is
  that I will have to go to version 4 before I can go to 5.
 
  Thanks
 
  Dave
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
 ---
 QAS Ltd.
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: upgrade to 5

2005-08-26 Thread Allistair Crossley
Hey,

Yep, there's always toothache to be had with these things :) 

Cheers, Allistair.

 -Original Message-
 From: David Ellis [mailto:[EMAIL PROTECTED]
 Sent: 26 August 2005 16:55
 To: Tomcat Users List
 Subject: Re: upgrade to 5
 
 
 Thanks, that's somewhat of a relief, although I'm sure I have 
 plenty of work
 cut out for me :)
 
 Off I go
 
 - Original Message - 
 From: Allistair Crossley [EMAIL PROTECTED]
 To: Tomcat Users List tomcat-user@jakarta.apache.org
 Sent: Friday, August 26, 2005 11:48 AM
 Subject: RE: upgrade to 5
 
 
  Hi there,
 
  Of course you can, you just need to be aware of what 
 elements of Tomcat
 you need to configure, e.g JNDI resources and so on and then 
 lookup the way
 you do that in Tomcat 5. It's not a *far* cry from Tomcat 
 3/4, you still use
 server.xml for a bunch of stuff, but it's recommended that 
 you configure
 your Context using a separate file. It's all online, just be 
 aware of what
 configuration you need, look at the docs, and test. Make a 
 backup of course.
 
  Allistair.
 
   -Original Message-
   From: David Ellis [mailto:[EMAIL PROTECTED]
   Sent: 26 August 2005 16:46
   To: Tomcat Users List
   Subject: upgrade to 5
  
  
   Hello,
  
   I'm extremely new to all this.  I was wondering if it is
   possible to upgrade
   from tomcat version 3.2.3 to version 5?
  
   I've read that the upgrade from version 3 to 4 was difficult,
   so my guess is
   that I will have to go to version 4 before I can go to 5.
  
   Thanks
  
   Dave
  
  
   
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: 
 [EMAIL PROTECTED]
  
  
 
 
  FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
  ---
  QAS Ltd.
  Registered in England: No 2582055
  Registered in Australia: No 082 851 474
  ---
  /FONT
 
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: upgrade to 5

2005-08-26 Thread Brian Cook


I would skip straight to 5.  No point in going though 2 painful 
migrations instead of just one.  All the cores stuff is the same.  Read 
over the config docs, step up a test server play with it and when your 
ready update your production server.



David Ellis wrote:

Hello,

I'm extremely new to all this.  I was wondering if it is possible to upgrade
from tomcat version 3.2.3 to version 5?

I've read that the upgrade from version 3 to 4 was difficult, so my guess is
that I will have to go to version 4 before I can go to 5.

Thanks

Dave


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Brian Cook
Digital Services Analyst
Print Time Inc.
[EMAIL PROTECTED]
913.345.8900

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: sendRedirect not working same after upgrade to 5...26

2004-07-29 Thread Williams, Bret M.
It works fine in 3.3.a.  

-Original Message- 
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Thu 7/29/2004 8:21 AM 
To: Williams, Bret M. 
Cc: 
Subject: RE: sendRedirect not working same after upgrade to 5...26



Hi,
I'll look at this if I have time.  Can you try Tomcat 3.3.x?  That has
the same HTTP Connector as Tomcat 5, so the behavior should be the same.
If it also breaks in Tomcat 3.3.x, that'd be helpful for us to narrow
down the code location.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Williams, Bret M. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 5:19 PM
To: Shapira, Yoav
Subject: RE: sendRedirect not working same after upgrade to 5...26

   Thanks for the MARC Info. That helped.  Sorry for the direct
mailing
but again the company I work for bounced the SPAM I was sending to
tomcat-user.

   I have narrowed the problem down a little by coming up with a
small
test. It seems to be an issue with using Tomcat 5.x (Tomcat 3.2.1
works) to
sendRedirect() to a servlet that renders application/pdf contenttype
to
IE 6.x (Mozilla works). I get a blank page that needs to be refreshed.
The
fact that Tomcat 3.2.1 works makes me think it's a Tomcat bug. What do
you
think?

   I attached my simple little test servlets. There's a test.pdf
file in
the .jar that is used for the servlet output. Its location is hardcoded
to
c:\test.pdf in the TestPDFOutputServlet.

   Thanks, Bret.

   -Original Message-

   From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ]

   Sent: Tuesday, July 27, 2004 1:10 PM

   To: Tomcat Users List

   Subject: RE: sendRedirect not working same after upgrade to
5...26



   Hi,

   It's not a problem that's been discussed to death, that's for
sure.

   Enable the AccessLogValve (it's commented out by default in
server.xml) and observe the URL requested and server response code for
your
redirect request.

   As for archives, try the ones at AIMS (marc.theaimsgroup.com or
something like that), as they are just a normal site and not likely to
be
blocked.

   Yoav Shapira

   Millennium Research Informatics



   -Original Message-

   From: Williams, Bret M. [mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ]

   Sent: Tuesday, July 27, 2004 2:04 PM

   To: [EMAIL PROTECTED]

   Subject: sendRedirect not working same after upgrade to 5...26

   

   Hi,

   I recently upgraded from Tomcat 3.2.1 to 5.xxx and noticed that

   sendRedirect() did not work the same between the two versions.
In

   Tomcat 5

   when I tried to redirect to a servlet whose output contenttype
was

   text/plain or application/pdf I would get a blank page and
be

   forced

   to refresh from the browser to see the results. I can get it to
work

   with

   forward(req,res), but forward() doesn't register in the
browser. Any

   help

   would be appreciated.

   

   If this is a problem that has been discussed to death - sorry -
the

   company I work for blocks me accessing the Tomcat-user
Archives.

   

   Thanks, Bret

   



-

   To unsubscribe, e-mail:
[EMAIL PROTECTED]

   For additional commands, e-mail:
[EMAIL PROTECTED]







   This e-mail, including any attachments, is a confidential
business
communication, and may contain information that is confidential,
proprietary and/or privileged. This e-mail is intended only for the
individual(s) to whom it is addressed, and may not be saved, copied,
printed

sendRedirect not working same after upgrade to 5...26

2004-07-27 Thread Williams, Bret M.
Hi,
I recently upgraded from Tomcat 3.2.1 to 5.xxx and noticed that sendRedirect() did not 
work the same between the two versions.  In Tomcat 5 when I tried to redirect to a 
servlet whose output contenttype was text/plain  or application/pdf I would get a 
blank page and be forced to refresh from the browser to see the results.  I can get it 
to work with forward(req,res), but forward() doesn't register in the browser.  Any 
help would be appreciated.
 
If this is a problem that has been discussed to death - sorry  - the company I work 
for blocks me accessing the Tomcat-user Archives.
 
Thanks, Bret

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: sendRedirect not working same after upgrade to 5...26

2004-07-27 Thread Shapira, Yoav

Hi,
It's not a problem that's been discussed to death, that's for sure.

Enable the AccessLogValve (it's commented out by default in server.xml)
and observe the URL requested and server response code for your redirect
request.

As for archives, try the ones at AIMS (marc.theaimsgroup.com or
something like that), as they are just a normal site and not likely to
be blocked.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Williams, Bret M. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 27, 2004 2:04 PM
To: [EMAIL PROTECTED]
Subject: sendRedirect not working same after upgrade to 5...26

Hi,
I recently upgraded from Tomcat 3.2.1 to 5.xxx and noticed that
sendRedirect() did not work the same between the two versions.  In
Tomcat 5
when I tried to redirect to a servlet whose output contenttype was
text/plain  or application/pdf I would get a blank page and be
forced
to refresh from the browser to see the results.  I can get it to work
with
forward(req,res), but forward() doesn't register in the browser.  Any
help
would be appreciated.

If this is a problem that has been discussed to death - sorry  - the
company I work for blocks me accessing the Tomcat-user Archives.

Thanks, Bret

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]