RE: Migration from Tomcat 4.1 to 6.0

2009-04-08 Thread Jorge Medina
ge -Original Message- From: Rashid Malik [mailto:rma...@dhmh.state.md.us] Sent: Wednesday, April 08, 2009 10:48 AM To: Tomcat Users List Subject: Re: Migration from Tomcat 4.1 to 6.0 <<>> Chris/Chuck, You are probably right about httpd. Please see the attached images for detai

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-08 Thread Rashid Malik
interface/port combination. In your case, port 80 is already taken (by Tomcat 4.1). If you want both Tomcat 4.1 ans 6.0 to appear to be using port 80, you will need to put another piece of software out in front in order to play traffic cop and properly route the requests to the appropriate server

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Christopher Schultz
ey are running? It sounds like the answer is "I have 3 webapps and at least one of them requires Tomcat 6.0". If there are no other constraints, then just move all your webapps to Tomcat 6.0, uninstall Tomcat 4.1, and change Tomcat 6.0's to port="80" as I said pre

RE: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Caldarale, Charles R
> From: Rashid Malik [mailto:rma...@dhmh.state.md.us] > Subject: Re: Migration from Tomcat 4.1 to 6.0 <<>> > > There is tomcat 2.2 application (using port 80) There was never any Tomcat 2.2 release. You may actually have httpd on port 80, since there is a 2.2 version

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Rashid Malik
port 8080. The older version of this application was using tomcat 4.1 and listening on port 8080 also. However, after upgrading the application to 6.0, I shutdown the tomcat 4.1 application. From the tomcat 2.2 homepage, I can just click the link that will take me directly to > http://localh

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Christopher Schultz
hat. Only one process may bind to a particular interface/port combination. In your case, port 80 is already taken (by Tomcat 4.1). If you want both Tomcat 4.1 ans 6.0 to appear to be using port 80, you will need to put another piece of software out in front in order to play traffic cop and properly rout

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Rashid Malik
: > To give you an example, the URL to get to the application in 4.1 is: > > http://localhost/MyWebAPP/ > > However, after shutting down tomcat 4.1, installing and configuring > tomcat 6.0, I can use the new web app only using the following URL. > > http://localhost:8080/MyWeb

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashid, On 4/7/2009 4:45 PM, Rashid Malik wrote: > To give you an example, the URL to get to the application in 4.1 is: > > http://localhost/MyWebAPP/ > > However, after shutting down tomcat 4.1, installing and configuring > tom

Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Rashid Malik
To whom it may concern: I am new to Tomcat and anyone's help will be greatly appreciated. I have recently deployed an application in Tomcat 6.0 that works flawlessly. However, previous version of this same application was running on Tomcat 4.1. My issue is that I want to basically re

RE: Tomcat 4.1 security container

2009-02-10 Thread Propes, Barry L
YOU DA MAN, Chris!! THAT WAS IT! -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, February 10, 2009 2:33 PM To: Tomcat Users List Subject: Re: Tomcat 4.1 security container -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 2/10

RE: Tomcat 4.1 security container

2009-02-10 Thread Propes, Barry L
mcat Users List Subject: Re: Tomcat 4.1 security container -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 2/10/2009 12:49 PM, Propes, Barry L wrote: > I did check the catalina output log and it shows this: > == > 2009-02-10

Re: Tomcat 4.1 security container

2009-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 2/10/2009 12:49 PM, Propes, Barry L wrote: > I did check the catalina output log and it shows this: > == > 2009-02-10 10:22:34 JDBCRealm[Standalone]: Exception performing > authentication >

Tomcat 4.1 security container

2009-02-10 Thread Propes, Barry L
Hello, TC developers and users, I have an interesting issue with my setup to my Oracle connection. I've been using DBCP for some time in my configuration. Recently, our Oracle DBAs reassigned the IP address of the server. Where I show oraservername in my param attribute, I previously ran the IP a

RE: Tomcat 4.1 - SSL and Certificates

2008-12-31 Thread Rick Cone,Secure Payment Systems
Martin, I fixed the problem with: keystoreType="PKCS12" Thanks, Rick -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, December 30, 2008 7:49 PM To: Tomcat Users List Subject: RE: Tomcat 4.1 - SSL and Certificates Hi Rick- any reaso

RE: Tomcat 4.1 - SSL and Certificates

2008-12-31 Thread Rick Cone,Secure Payment Systems
Martin, That is the version that is installed as MP on the system I'm on. Any thoughts on my problem? Thanks, Rick -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, December 30, 2008 7:49 PM To: Tomcat Users List Subject: RE: Tomcat 4.1 - SS

RE: Tomcat 4.1 - SSL and Certificates

2008-12-30 Thread Martin Gainty
; Subject: Tomcat 4.1 - SSL and Certificates > Date: Tue, 30 Dec 2008 18:02:20 -0700 > > Hi, > > I am using Tomcat 4.1 and I want to use SSL. I have a normal "openssl > created" Apache VeriSign certificate that I would like to use with Tomcat > 4.1.I have seen a

Tomcat 4.1 - SSL and Certificates

2008-12-30 Thread Rick Cone,Secure Payment Systems
Hi, I am using Tomcat 4.1 and I want to use SSL. I have a normal "openssl created" Apache VeriSign certificate that I would like to use with Tomcat 4.1.I have seen and read, and even tested, using "openssl pkcs12 ...", but it seems to fail with 4.1, and perhaps only app

Re: Upgrade Tomcat 4.1 to 5.5

2008-07-08 Thread Mark Thomas
[EMAIL PROTECTED] wrote: How would I proce= ed to upgrade? Do I need to stop the current version and install it ov= er the current =24Catalina_Home or do I install it to a new directory=2E = I'd install Tomcat to a new directory so it is easy to go back if things don't work. Also would I ne

Upgrade Tomcat 4.1 to 5.5

2008-07-08 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=43409 Posted on behalf of a User Hi All, I would like to upgrade Apache Tomcat/4=2E1=2E36-LE-jdk14 = to Apache Tomcat 5=2E5=2E26=2E I currently have the following installa= tion: OS =3D Windows 2003 JDK =3D Version 1=2E5=2E0_11 Build 149023=

Re: Compatibility Apache 1.3.x & Tomcat 4.1 and BO 6.5

2008-06-29 Thread Christopher Schultz
us on that if I were you. Silly question: what is BO? | The thing is that the apache 2.0.46, the tomcat 4.1 and BO | 6.5 came together in a single cd pkg, and would like to know from you | if there´s compatibility. Tomcat doesn't really care what version of Apache httpd you use. Tomcat doesn

Compatibility Apache 1.3.x & Tomcat 4.1 and BO 6.5

2008-06-27 Thread Tan, Liao
Folks, (posting this question here too, ´cause there´s tomcat issue) I´m finding problems to compiling my original apache 2.0.46 in order to get the ssl working, so I think switching to 1.3 would be an option. The thing is that the apache 2.0.46, the tomcat 4.1 and BO 6.5 came together in a

Hard problem with tomcat 4.1 and jwsdp-1.3

2008-02-18 Thread Alex Florentino
Hi all, I installed java jdk 1.4, tomcat 4.1 and jwsdp-1.3, it are configured and is working ok. I create a servlet that handle SOAP messages, but it have strange result. see my codes... *base servlet class* package test; import java.io.IOException; import java.io.OutputStream; import

RE: IIS-Tomcat 4.1 integration

2008-02-04 Thread Propes, Barry L
n IIS, is that correct at all? -Original Message- From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 4:22 PM To: 'Tomcat Users List' Subject: RE: IIS-Tomcat 4.1 integration Tomcat is running on 8080 and IIS on the default 80 port. -Original Message-

Re: IIS-Tomcat 4.1 integration

2008-02-01 Thread Martin Gainty
Take a look at this documentation on fronting Tomcat with IIS http://people.apache.org/~mturk/docs/article/ftwai.html M- - Original Message - From: "Chacko Kuruvilla" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Friday, February 01, 2008

RE: IIS-Tomcat 4.1 integration

2008-02-01 Thread Chacko Kuruvilla
Tomcat is running on 8080 and IIS on the default 80 port. -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 4:11 PM To: Tomcat Users List Subject: RE: IIS-Tomcat 4.1 integration sounds like Tomcat might be using port 80 (default) instead

RE: IIS-Tomcat 4.1 integration

2008-02-01 Thread Propes, Barry L
riday, February 01, 2008 1:00 PM To: users@tomcat.apache.org Subject: IIS-Tomcat 4.1 integration Hello, I am in the process of trying to integrate IIS 6.0 and Tomcat 4.1. I get a page not found error when I try to access my web site using IIS. It works just fine using Tomcat though. The error

IIS-Tomcat 4.1 integration

2008-02-01 Thread Chacko Kuruvilla
Hello, I am in the process of trying to integrate IIS 6.0 and Tomcat 4.1. I get a page not found error when I try to access my web site using IIS. It works just fine using Tomcat though. The error I see in httperr1.log is, #Software: Microsoft HTTP API 1.0 #Version: 1.0 #Date: 2008

Re: thead pool in Tomcat 4.1

2008-01-21 Thread Mark Thomas
madhu sudhan bandari wrote: can any one suggest me how to configure Thread pool in tomcat 4.1. http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html my application users are 500. Concurrent? Total? With what sort of workload? To be perfectly honest the answers to the above questions

thead pool in Tomcat 4.1

2008-01-21 Thread madhu sudhan bandari
Hi can any one suggest me how to configure Thread pool in tomcat 4.1. my application users are 500. Regards Madhu

Re: Tomcat 4.1 question(viewing html pages)

2008-01-16 Thread ram . sriharsha
reate a sub-folder in webapps and put the html page inside it. Then >> using the right URL, I can access the page...This does not work in >> Tomcat >> 4.1 as I'm now finding out. Could anyone please explain the difference >> between Tomcat 4.1 and 5.5 in this reg

Re: Tomcat 4.1 question(viewing html pages)

2008-01-16 Thread Mark Thomas
does not work in Tomcat 4.1 as I'm now finding out. Could anyone please explain the difference between Tomcat 4.1 and 5.5 in this regard, and how to fix the problem? It is related to the spec versions they implement. In Tomcat 4 you'll need to create a WEB-INF directory and (I think) add

Tomcat 4.1 question(viewing html pages)

2008-01-16 Thread ram . sriharsha
Hi, I have the following question: to view a html page from the webapps directory of Tomcat, what do I need to do? In Tomcat 5.5 all I had to do was create a sub-folder in webapps and put the html page inside it. Then using the right URL, I can access the page...This does not work in Tomcat 4.1

Re: ISAPI redirector error in Tomcat 4.1

2007-12-28 Thread Rainer Jung
bout my other points? > Thanks. > > -Original Message- > From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 27, 2007 1:43 PM > To: Tomcat Users List > Subject: Re: ISAPI redirector error in Tomcat 4.1 > > Hi Chacko, > > if you can reprodu

RE: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Chacko Kuruvilla
PROTECTED] Sent: Thursday, December 27, 2007 1:43 PM To: Tomcat Users List Subject: Re: ISAPI redirector error in Tomcat 4.1 Hi Chacko, if you can reproduce the problem easily, please do the following: - make sure you are using the latest version of the isapi redirector (at the moment 1.2.26) -

Re: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Rainer Jung
t; Thanks a lot. > > -Original Message- > From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 26, 2007 1:23 PM > To: 'Tomcat Users List' > Subject: RE: ISAPI redirector error in Tomcat 4.1 > > Here it is... > > Crea

RE: ISAPI redirector error in Tomcat 4.1

2007-12-27 Thread Chacko Kuruvilla
Can somebody help me with this error? Thanks a lot. -Original Message- From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 26, 2007 1:23 PM To: 'Tomcat Users List' Subject: RE: ISAPI redirector error in Tomcat 4.1 Here it is... Created MBeanServ

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
: RE: ISAPI redirector error in Tomcat 4.1 all i see in the attachment is the tomcat standard annotation lines can you inline the relevant log errors? ThanksMartin Gainty__Disclaimer and confidentiality noteEverything in this e-mail and any attachments

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Martin Gainty
all i see in the attachment is the tomcat standard annotation lines can you inline the relevant log errors? ThanksMartin Gainty__Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of Sende

RE: ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
AM To: [EMAIL PROTECTED] Subject: Re: ISAPI redirector error in Tomcat 4.1 Error 2 is 'directory program or file not found' the best tutorial on fronting Tomcat with IIS is to follow Mladen Turk's advice at http://people.apache.org/~mturk/docs/article/ftwai.html In the meanwh

ISAPI redirector error in Tomcat 4.1

2007-12-26 Thread Chacko Kuruvilla
Hello, I am in the process of setting up Tomcat 4.1 and IIS on a Windows 2003 server. Our web application is in JSP and Java servlets. The application works just fine off Tomcat 4.1 which is setup to run as a service. However, I am having trouble getting it to integrate with IIS 6.0. Initially

Re: I got the following error while running my very simple JSP on Tomcat 4.1. server

2007-12-02 Thread Mark Thomas
peri wrote: > Hello, > I'm trying to run my very simple JPS on tomcat 4.1 sever. I also use struts > 1.1. framework (I know it is very old) Also I'm using JDK 1.6.03 and eclipse > 3.3 ide. > class file has wrong version 49.0, should be 48.0 This suggests you have a

I got the following error while running my very simple JSP on Tomcat 4.1. server

2007-12-01 Thread peri
Hello, I'm trying to run my very simple JPS on tomcat 4.1 sever. I also use struts 1.1. framework (I know it is very old) Also I'm using JDK 1.6.03 and eclipse 3.3 ide. My problem is when I try to run my very simple JSP on tomcat I got following error.I cannot find out the reason of

Re: unable to deploy myfaces-impl-1.1.3.jar in tomcat 4.1

2007-11-13 Thread Mark Thomas
Nethra Devegowda -X (ndevegow - WIPRO at Cisco) wrote: > I am not able to deploy the myfaces-impl-1.1.3 version in tomcat4.1LE. > > otherthan myfaces-impl.jar no other versions are not deploying in the > 4.1. > > what is the reason? How to deploy it in the same. > > I want the solution for he

unable to deploy myfaces-impl-1.1.3.jar in tomcat 4.1

2007-11-13 Thread Nethra Devegowda -X (ndevegow - WIPRO at Cisco)
Hi, I am not able to deploy the myfaces-impl-1.1.3 version in tomcat4.1LE. otherthan myfaces-impl.jar no other versions are not deploying in the 4.1. what is the reason? How to deploy it in the same. I want the solution for he problem. Regards, Nethra

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
Exception in JSP: /index.jsp:5 > > 2: > 3: > 4: > 5: > 6: > 7: > > > > > On 10/30/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > From: itay sahar [mailto:[EMAIL PROTECTED] >

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
:[EMAIL PROTECTED] > > Subject: Re: migration from tomcat 4.1 to 5.5 > > > > 3. But i still get the error: "java.lang.NoSuchMethodError: > > javax.servlet.jsp.tagext.TagAttributeInfo" > > when tring launch the application. > > There are three ver

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > well i change the classpath to work with the new "servlet-api.jar" and " > jsp-api.jar" (new version from tomcat) > After deploy i removed from the folder the two jar mention above since they > already exist in common/lib. >

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Caldarale, Charles R
> From: itay sahar [mailto:[EMAIL PROTECTED] > Subject: Re: migration from tomcat 4.1 to 5.5 > > 3. But i still get the error: "java.lang.NoSuchMethodError: > javax.servlet.jsp.tagext.TagAttributeInfo" > when tring launch the application. There are three vers

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Propes, Barry L
: Tomcat Users List Subject: Re: migration from tomcat 4.1 to 5.5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > The type javax.servlet.jsp.tagext.TagSupport cannot be resolved. It is > indirectly referenced from required .class files > *The application is up and ru

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
well i change the classpath to work with the new "servlet-api.jar" and " jsp-api.jar" (new version from tomcat) After deploy i removed from the folder the two jar mention above since they already exist in common/lib. so now: 1. No errors in eclipse ( after using the new jars). 2. Tomcat is startin

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > The type javax.servlet.jsp.tagext.TagSupport cannot be resolved. It is > indirectly referenced from required .class files > *The application is up and running but when click on the application from > tomcat manager i got the

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
hi thanks for reply, The details is in "applicationContext.xml" (spring). There is no data moved from context.xml/server.xml from tomcat 4.1 to tomcat 5.5. (i just don't have it...) succeeded run on the default 4.1 version. I'm using the default files as they created b

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread David Smith
Throw out servlet-api.jar, servlet.jar. Servlet-api.jar is provided in the common/lib folder. As to TagSupport and JspException, they should be provided by common/lib/jsp-api.jar. --David itay sahar wrote: hi, i have an application running on tomcat 4.1. i want to make a huge addings to

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > i have an application running on tomcat 4.1. > i want to make a huge addings to this application but first i want to work > on tomcat 5.5 version. > is there a way i can do it ? (i know it's not easy). I re

migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
hi, i have an application running on tomcat 4.1. i want to make a huge addings to this application but first i want to work on tomcat 5.5 version. is there a way i can do it ? (i know it's not easy). my project lib include the following jar files: (works fine on tomca

Tomcat 4.1

2007-10-24 Thread Velurethu, Abi J
All, I am trying to setup SSL on Tomcat 4.1. The ssl connection would work for a few attempts and then stop while the non-ssl connection still remains. If I restart tomcat, I can connect again using ssl, but it stops after few successful connections. Any ideas? Thanks

RE: Tomcat 4.1 SSL Question [Broadcast] [Broadcast]

2007-09-17 Thread Caldarale, Charles R
> From: Velurethu, Abi J [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 4.1 SSL Question [Broadcast] [Broadcast] > > Sorry for the confusion. I meant I will set the non-ssl on > port 80 and ssl on 8443. If you are encountering the IE problem, you'll need to put SSL on 4

RE: Tomcat 4.1 SSL Question [Broadcast] [Broadcast]

2007-09-17 Thread Velurethu, Abi J
Users List Subject: RE: Tomcat 4.1 SSL Question [Broadcast] [Broadcast] > From: Velurethu, Abi J [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 4.1 SSL Question [Broadcast] > > I will setup SSL on Tomcat 4.1 on port 80 and give it try. Don't do that. The standard HTTPS port is

RE: Tomcat 4.1 SSL Question [Broadcast]

2007-09-17 Thread Caldarale, Charles R
> From: Velurethu, Abi J [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 4.1 SSL Question [Broadcast] > > I will setup SSL on Tomcat 4.1 on port 80 and give it try. Don't do that. The standard HTTPS port is 443; enabling SSL on 80 will create a real mess. - Chuck THIS

RE: Tomcat 4.1 SSL Question [Broadcast]

2007-09-17 Thread Velurethu, Abi J
Thank your for all the replies. The full version of Tomcat 4.1 is installed on port 80. I did switch Tomcat 1 (the one that I am attempting to make SSL) to port 80 and redirect port to 8443 still the same problem. My configurations has Tomcat one using files in Tomcat 4.1 folder, therefore

Re: Tomcat 4.1 SSL Question

2007-09-14 Thread Bill Barker
Since TC 4 does a redirect to the welcome-file, this also causes problems with IE when you use a non-default SSL port. "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > From: Propes, Barry L [mailto:[EMAIL PROTECTED] > Subject: RE: T

RE: Tomcat 4.1 SSL Question

2007-09-14 Thread Caldarale, Charles R
> From: Propes, Barry L [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 4.1 SSL Question > > I thought I'd seen that port was usually 8443. Or 443. There's a problem with at least some versions of IE that insist on using 443 for HTTPS, regardless of what was used to r

RE: Tomcat 4.1 SSL Question

2007-09-14 Thread Propes, Barry L
I thought I'd seen that port was usually 8443. Or 443. -Original Message- From: Velurethu, Abi J [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 2:15 PM To: users@tomcat.apache.org Subject: Tomcat 4.1 SSL Question > Hello, > > I have an issue with tomcat 4.1 SS

Tomcat 4.1 SSL Question

2007-09-14 Thread Velurethu, Abi J
> Hello, > > I have an issue with tomcat 4.1 SSL setup. I am running multiple > instances of Tomcat on one server, Tomcat 1, Tomcat 2, Tomcat 3... > > I am setting up SSL on one of the Tomcat instances...the non-ssl port > is 8180 and it is working fine. The ssl port is

RE: Tomcat 4.1 and JDK 1.4 error

2007-09-12 Thread Caldarale, Charles R
> From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 4.1 and JDK 1.4 error > > Is there a way to find out if I have other JVM's > installed along with 1.4? Search for instances of jvm.dll; make sure you enable searching through system-, hidden-, and su

RE: Tomcat 4.1 and JDK 1.4 error

2007-09-12 Thread Chacko Kuruvilla
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 10:32 AM To: Tomcat Users List Subject: RE: Tomcat 4.1 and JDK 1.4 error > From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] > Subject: Tomcat 4.1 and JDK 1.4 error > > bad class file: > c:\j

RE: Tomcat 4.1 and JDK 1.4 error

2007-09-12 Thread Caldarale, Charles R
> From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] > Subject: Tomcat 4.1 and JDK 1.4 error > > bad class file: > c:\j2sdk1.4.1_05\jre\lib\rt.jar(java/lang/Object.class) > > class file has wrong version 48.0, should be 47.0 Your JVM installation continues to be hosed. V

Tomcat 4.1 and JDK 1.4 error

2007-09-12 Thread Chacko Kuruvilla
Hello, I currently have a web application running on Tomcat 4.0.6 and JDK 1.3. I am in the process of trying to upgrade to Tomcat 4.1 on JDK 1.4 mainly to run Tomcat as a service since I am not sure if I can run Tomcat 4.0.6 as a windows service. I was able to successfully install and setup

RE: Tomcat 4.1 error

2007-09-11 Thread Chacko Kuruvilla
Everything works just fine if I start Tomcat using startup.bat. Look like the issue is with running Tomcat 4.1 as a service on JDK 1.3. Not sure what the problem is though. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 4:21 PM

Re: Tomcat 4.1 error

2007-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chacko, Chacko Kuruvilla wrote: > Yep, I uninstalled both JDK 1.4 and Tomcat completely, then re-installed JDK > 1.3 followed by Tomcat 4.1. Something is obviously still wrong. Does that path exist that the service was trying to access?

RE: Tomcat 4.1 error

2007-09-11 Thread Caldarale, Charles R
> From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] > Subject: Tomcat 4.1 error > > I am trying to setup Tomcat 4.1 on JDK 1.3.1. I don't think you're going to find too many people interested in debugging anything on such an ancient JDK. (It passed end-of-life over 9 month

Tomcat 4.1 error

2007-09-11 Thread Chacko Kuruvilla
Can somebody help me with this issue? I am trying to setup Tomcat 4.1 on JDK 1.3.1. Installation was successful. However, got the following error in the log file when trying to start the Tomcat service. [2007-09-11 13:11:00] [394 javajni.c] [error] CreateJavaVM Failed [2007-09-11 13:11:00

RE: Tomcat 4.1 error

2007-09-11 Thread Chacko Kuruvilla
Yep, I uninstalled both JDK 1.4 and Tomcat completely, then re-installed JDK 1.3 followed by Tomcat 4.1. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 2:59 PM To: Tomcat Users List Subject: Re: Tomcat 4.1 error -BEGIN PGP

Re: Tomcat 4.1 error

2007-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chacko, Chacko Kuruvilla wrote: > It sounds like Tomcat is having issues starting JVM to run Tomcat as > a Windows service. I did see similar issue reported by other users, > but could not get a specific one to resolve my issue. I re-installed > with

RE: Tomcat 4.1 error

2007-09-11 Thread Chacko Kuruvilla
[mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 2:53 PM To: Tomcat Users List Subject: Re: Tomcat 4.1 error -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chacko, Chacko Kuruvilla wrote: > Thanks Chris, that took care of the login page issue. However, since > I ran into database conn

Re: Tomcat 4.1 error

2007-09-11 Thread Christopher Schultz
4.0.6. I > reinstalled jdk1.3.1_09 and Tomcat 4.1 on my test machine and tried to > start Tomcat 4.1. But, now I am unable to start Tomcat 4.1 and see the > following error in the log. > > [2007-09-11 13:11:00] [394 javajni.c] [error] CreateJavaVM Failed > [2007-09-11 13:11:00] [992

RE: Tomcat 4.1 error

2007-09-11 Thread Chacko Kuruvilla
Thanks Chris, that took care of the login page issue. However, since I ran into database connection problems, I decided to go back to jdk1.3.1_09 which is what I am currently using with Tomcat 4.0.6. I reinstalled jdk1.3.1_09 and Tomcat 4.1 on my test machine and tried to start Tomcat 4.1. But

Re: Tomcat 4.1 error

2007-09-11 Thread Christopher Schultz
le in the > appropriate places. > > The requested resource (/servlet/dchqweb.Userlogin) is not available Tomcat 4.1 might have the "invoker" servlet (the one that actually runs servlets invoked using the /servlet/... URL space) disabled by default. Check the global web.xml file (in TOMCAT_H

RE: Tomcat 4.1 error

2007-09-11 Thread Chacko Kuruvilla
Any idea why? Thanks, Chacko. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 10:18 AM To: Tomcat Users List Subject: Re: Tomcat 4.1 error -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chacko, Chacko Kuruvilla

Re: Tomcat 4.1 error

2007-09-11 Thread Christopher Schultz
m 4.1 to 5.5 and it wasn't bad at all. > C:\Program Files\Apache Software Foundation\Tomcat > 4.1\work\Standalone\localhost\_\dchqweb\UserLogin_jsp.java:7: > expected > > import ; > >^ > > 1 error You wrote a JSP that the compiler can't compile. The

Tomcat 4.1 error

2007-09-11 Thread Chacko Kuruvilla
Hello, I am in the process of trying to upgrade from Tomcat 4.0.6 to 4.1. I installed JDK 1.4 and then installed Tomcat 4.1 using the Windows installer package. I am able to successfully get to the Tomcat administration page. However, I get the following error when I try to navigate to the

The description for Event ID ( 5 ) in Source ( Apache Tomcat 4.1 ) cannot be found.

2007-08-31 Thread DonnaG
I had to restart Apache Tomcat 4.1 this morning and the following appeared in the application logs. Any one got any ideas? Thanks in advance. Event Type: Information Event Source: Apache Tomcat 4.1 Event Category: None Event ID: 5 Date: 8/31/2007 Time: 9:25:37 AM

Re: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Markus Schönhaber
Caldarale, Charles R wrote: From: Craig Skinner [mailto:[EMAIL PROTECTED] Subject: Re: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, Oh? That's a new one on me. I thought that

Re: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
On Wed, Jul 25, 2007 at 10:31:19AM -0500, Caldarale, Charles R wrote: > > > If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, > > > > Oh? That's a new one on me. I thought that JSP's are complied > > at run time. > > They are, but TC 5.5 and above come with Jasper built in, and th

RE: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Caldarale, Charles R
> From: Craig Skinner [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat-4.1 & kaffe; IllegalArgumentException: > Attribute must be readable or writable > > > If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, > > Oh? That's a new one on me. I tho

Re: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
I have jikes installed. > and there are Linux-compatible JREs downloadable from Sun. > > Not an option: Sun does not release a JKD for BSD. Linux is not BSD compatible, in the same way that Solaris SPARC binaries will not run on i386 Linux. > Actually, even > with Tomcat 4.1, the o

RE: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Caldarale, Charles R
> From: Craig Skinner [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat-4.1 & kaffe; IllegalArgumentException: > Attribute must be readable or writable > > Not an option: Sun does not release a JKD for BSD. If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK,

Re: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
On Wed, Jul 25, 2007 at 09:06:39AM -0500, Caldarale, Charles R wrote: > > From: Craig Skinner [mailto:[EMAIL PROTECTED] > > Subject: tomcat-4.1 & kaffe; IllegalArgumentException: > > Attribute must be readable or writable > > > > I have a bog standard tomcat-

RE: tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Caldarale, Charles R
> From: Craig Skinner [mailto:[EMAIL PROTECTED] > Subject: tomcat-4.1 & kaffe; IllegalArgumentException: > Attribute must be readable or writable > > I have a bog standard tomcat-4.1 & kaffe install on OpenBSD 4.0 i386. What happens when you use a real JVM? - Chuck

tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
I have a bog standard tomcat-4.1 & kaffe install on OpenBSD 4.0 i386. dmesg head shows that the box has little memory, JAVA_OPTS tuned to suit. Getting this exception (no search engine hits) as below, then tomcat bails out, any pointers? (I fiddled about in catalina.policy with attributes,

Re: Exception occurs when shutdown my apache-tomcat 4.1

2007-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Senthil, senthil gugan wrote: > I am using the apache-tomcat 4.1 in my Linux Suse OS. > An exception is occurs every time I shutdown the tomcat server. > > Catalina.stop: java.net.ConnectException: Connec

Exception occurs when shutdown my apache-tomcat 4.1

2007-07-23 Thread senthil gugan
Hi all, I am using the apache-tomcat 4.1 in my Linux Suse OS. Here is my question, An exception is occurs every time I shutdown the tomcat server. Here is the Exception, manickam:~ # $CATALINA_HOME/bin/shutdown.sh Using CATALINA_BASE: /root/Tomcat/apache-tomcat-4.1.34-LE-jdk14 Using

RE: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Peter Crowther
> From: Tim Funk [mailto:[EMAIL PROTECTED] > If you have an evil admin, there is nothing stopping the him from > sniffing the network, or starting tomcat with a debugger > which can look > at the memory or {insert evil action here} ;) Sure. Or do the old trick we used to do with Suns - L1-A o

Re: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Tim Funk
If you have an evil admin, there is nothing stopping the him from sniffing the network, or starting tomcat with a debugger which can look at the memory or {insert evil action here} ;) -Tim Peter Crowther wrote: From: Nelson, Tracy M. [mailto:[EMAIL PROTECTED] An easier approach might be to wr

RE: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Peter Crowther
> From: Nelson, Tracy M. [mailto:[EMAIL PROTECTED] > An easier approach might be to write your encrypting logger > as a filter > and have it take its input from a named pipe. I thought about suggesting that, but there's a weak point - there's nothing to stop an admin killing the encrypting logge

RE: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Nelson, Tracy M.
| From: Yulius [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 20 June, 2007 05:07 | | I'm currently need to do the encryption towards the log files that has | been created by the webserver and the webapplication, so that only those | who has the password to decrypt the log files can read them. So

Re: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Johnny Kewl
gging engines... getting it back will require some parsing. Thats different good luck - Original Message - From: "Yulius" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 20, 2007 12:06 PM Subject: Encrypt Tomcat 4.1 log and log4j.properties log with MD5 Hi, I&#

Re: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Andrew Miehs
a few times. Think you need to explain more, maybe can find another way I dont think this is an option. - Original Message - From: "Yulius" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 20, 2007 12:06 PM Subject: Encrypt Tomcat 4.1 log and log4j.properties log

Re: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Johnny Kewl
properties, I've managed to do that by accident a few times. Think you need to explain more, maybe can find another way I dont think this is an option. - Original Message - From: "Yulius" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 20, 2007 12:06 PM Subjec

Re: Encrypt Tomcat 4.1 log and log4j.properties log with MD5

2007-06-20 Thread Mladen Turk
Yulius wrote: Hi, I'm currently need to do the encryption towards the log files that has been created by the webserver and the webapplication, so that only those who has the password to decrypt the log files can read them. Huh, why would you need to encrypt those files? Isn't OS access

  1   2   >