Need help regarding tomcat configuration to support (https)

2004-03-03 Thread saravanan.babu
Hi, We need to configure SSL on Tomcat4 server. The web service has to authenticate the client using certificate. We followed the document which has been attached along this mail. 1. If we use the admin tool to add new connecter for https (port 8443) tomcat is starting properly but the

Need help in Tomcat 4.1.29

2004-02-18 Thread suviswan
Hi all I want to add a particular directory in tomcat's shared classpath. The directory is outside tomcat home directory. I can do this by adding this path in the tomcat's startup classpath. But it throws some other exceptions. Is there any way i can do this ? Thanks

I need help please (Tomcat 4.1.24 and IIS)

2003-06-09 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. When I request a page I get the following message:- HTTP Status 404 - /tomcat/isapi_redirect.dll ___ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache

Re: I need help please (Tomcat 4.1.24 and IIS)

2003-06-09 Thread John Turner
[Sat Jun 07 09:18:40 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/localhost/tomcat/isapi_redirect.dll' [Sat Jun 07 09:18:40 2003] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match Please post your .properties files, without them we can't be

Need help w. Tomcat

2003-06-03 Thread Steve Burrus
Hello all, I need help with not using the Tomcat server, but with actually getting it set up correctly. Every single time that I try to run it, it seems to be going good for a while, but then I always get a Fatal Parse Error, and it indicates a problem in the org.apache.commons.digester file with

Re: Need help w. Tomcat

2003-06-03 Thread Kwok Peng Tuck
Any other stuff get printed besides that ? Steve Burrus wrote: Hello all, I need help with not using the Tomcat server, but with actually getting it set up correctly. Every single time that I try to run it, it seems to be going good for a while, but then I always get a Fatal Parse Error, and it

Re: Need help w. Tomcat

2003-06-03 Thread Steve Burrus
Hi Kwok, here is the entirety of the error msg. with Tomcat in DOS: Jun 2, 2003 9:44:28 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Jun 2, 2003 9:44:28 PM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry instance Jun 2, 2003

Re: Need help w. Tomcat

2003-06-03 Thread Kwok Peng Tuck
It's complaining about a xml file, which does not tally with the dtd file it references. Did you by any chance change any web.xml files in your webapps ? If so can we have a look ? Steve Burrus wrote: Hi Kwok, here is the entirety of the error msg. with Tomcat in DOS: Jun 2, 2003 9:44:28 PM

Re: Need help w. Tomcat

2003-06-03 Thread John Turner
This means that one of your web.xml files has invalid syntax, such as an element out of order, an element that shouldn't be there, or a missing tag. The error is explanatory: the problem is at line 312, column 11 in the file. The error explains that: SEVERE: Parse Error at line 312 column

Newbie here...Need help with Tomcat

2003-04-02 Thread Bryan Richardson
Hello, I am new to the Java and Tomcat world. I'm fairly experienced with Apache and Perl, but I am having to do some stuff with Tomcat and Java files that someone else has written. I have a couple of questions... If I run a version of Tomcat as a standalone web server, can I access a

Re: Newbie here...Need help with Tomcat

2003-04-02 Thread John Turner
On Wed, 02 Apr 2003 01:59:48 -0700, Bryan Richardson [EMAIL PROTECTED] wrote: If I run a version of Tomcat as a standalone web server, can I access a database with it or will I need to set it up with Apache to access a database? Tomcat facilitates database connections just fine. Apache is not

Re: Newbie here...Need help with Tomcat

2003-04-02 Thread Bryan Richardson
] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Newbie here...Need help with Tomcat Date: Wed, 02 Apr 2003 08:29:08 -0500 On Wed, 02 Apr 2003 01:59:48 -0700, Bryan Richardson [EMAIL PROTECTED] wrote: If I run a version of Tomcat as a standalone web server, can I access a database with it or will I

Re: Newbie here...Need help with Tomcat

2003-04-02 Thread John Turner
Message Follows From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Newbie here...Need help with Tomcat Date: Wed, 02 Apr 2003 08:29:08 -0500 On Wed, 02 Apr 2003 01:59:48 -0700, Bryan Richardson [EMAIL PROTECTED

Re: Newbie here...Need help with Tomcat

2003-04-02 Thread John Turner
] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Newbie here...Need help with Tomcat Date: Wed, 02 Apr 2003 08:29:08 -0500 On Wed, 02 Apr 2003 01:59:48 -0700, Bryan Richardson [EMAIL PROTECTED] wrote: If I run a version of Tomcat as a standalone web server, can I access a database with it or will I

RE: Need help with tomcat running as service with ajp13

2003-03-28 Thread Mark Prins
to debug this? Anything logged that looks interesting? Mark -Original Message- From: Mark Prins [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:45 AM To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL

Re: Need help with tomcat running as service with ajp13

2003-03-21 Thread Mark Prins
Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading to the latest version of the JDK (1.4.1_01). 1.4.1_02 is the latest. I have had this problem with 4.0.6 running standalone with 1.3.x Upgrading to 1.4.1_01 helped. I have a NT4 box with 4.0.6 standalone on

RE: Need help with tomcat running as service with ajp13

2003-03-21 Thread Strecker, Mark
To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading to the latest version of the JDK (1.4.1_01). 1.4.1_02 is the latest. I have had this problem with 4.0.6 running

RE: Need help with tomcat running as service with ajp13

2003-03-21 Thread Mark Prins
-Original Message- From: Mark Prins [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:45 AM To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading

Need help with tomcat running as service with ajp13

2003-03-20 Thread Strecker, Mark
Hello All, I have Tomcat 4.1.18 running as a service on an NT4.0 machine with Java 1.3.1 ... also it is getting requests via ajp13 from an apache server. It starts and works fine, but I am seeing a problem where it gets stuck and pegs the cpu. I can still connect to the administration page

RE: Need help with tomcat running as service with ajp13

2003-03-20 Thread Davis, Jeremy
: Thursday, March 20, 2003 4:15 PM To: Tomcat Users List Subject: Need help with tomcat running as service with ajp13 Hello All, I have Tomcat 4.1.18 running as a service on an NT4.0 machine with Java 1.3.1 ... also it is getting requests via ajp13 from an apache server. It starts and works fine

Re: Need help with tomcat running as service with ajp13

2003-03-20 Thread Jake Robb
, March 20, 2003 4:15 PM Subject: Need help with tomcat running as service with ajp13 Hello All, I have Tomcat 4.1.18 running as a service on an NT4.0 machine with Java 1.3.1 ... also it is getting requests via ajp13 from an apache server. It starts and works fine, but I am seeing a problem where

Need help configuring Tomcat (Standalone) with CGI Suppport

2003-03-18 Thread Luis Casillas
Can anyone help me configure this setup. Do I need to create the actual cgi-bin and if so where? Running on Windows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

need help with tomcat service(compiling jsps)

2003-02-26 Thread Mark Strecker
Hello All, I installed tomcat as a service and am getting errors compiling jsps ... it works fine just using the startup.bat. I am using tomcat 4.1.18 and jdk1.3.1. Here is the install command I used : d:\Programs\tomcat\bin\tomcat -install Tomcat D:\Programs\jdk1.3.1\jre\bin\hotspot\jvm.dll

Need help with Tomcat!

2002-12-03 Thread Roland Dong
I managed to install Tomcat 4.1.12 on Mac os X 1.2 However I was unable to run my applications. I am testing the tomcat by add test directory under webapps with only one file, index.html, in it. I restarted the server and typin http://localhost:8090/test/index.html. It gives me an error: The

RE: Need help with Tomcat!

2002-12-03 Thread Fenlason, Josh
Try changing the docBase attribute to the full path to the test directory. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Need help with Tomcat!

2002-12-03 Thread Roland Dong
Thanks for your reply. However, it follows the example included in Tomcat Context path=/examples docBase=examples debug=0 reloadable=true crossContext=true And examples works but test doesn't! Why? Roland On 12/3/02 11:27 AM, Fenlason, Josh [EMAIL PROTECTED] wrote: Try

RE: Need help with Tomcat!

2002-12-03 Thread Turner, John
:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 12:37 PM To: Tomcat Users List Subject: Re: Need help with Tomcat! Thanks for your reply. However, it follows the example included in Tomcat Context path=/examples docBase=examples debug=0 reloadable=true

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
again. rls Turner, John [EMAIL PROTECTED] 10/30/2002 06:03 AM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
The document has been updated now. rls M. Hockings [EMAIL PROTECTED] 10/30/2002 07:00 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
] cc: Subject:Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Newbie, In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. I've tried hard-coding it with forward slashes but the result was the same. There is probably

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Newbie, In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. I've tried hard-coding it with forward slashes but the result was the same. There is probably something very simple that I'm

AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
, please reply the correct [VM] class path line entries. thanks raibru -Ursprungliche Nachricht- Von: Robert L Sowders [mailto:rsowders;usgs.gov] Gesendet: Donnerstag, 31. Oktober 2002 10:24 An: Tomcat Users List Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2

Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2( mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
the correct [VM] class path line entries. thanks raibru -Ursprungliche Nachricht- Von: Robert L Sowders [mailto:rsowders;usgs.gov] Gesendet: Donnerstag, 31. Oktober 2002 10:24 An: Tomcat Users List Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll

AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
-Ursprungliche Nachricht- Von: M. Hockings [mailto:veeshooter;hockings.net] Gesendet: Donnerstag, 31. Oktober 2002 21:20 An: Tomcat Users List Betreff: Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Rainer, I think that by replace both he means remove

Re: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 usingjk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
Nachricht- Von: M. Hockings [mailto:veeshooter;hockings.net] Gesendet: Donnerstag, 31. Oktober 2002 21:20 An: Tomcat Users List Betreff: Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Rainer, I think that by replace both he means remove the two

Need help with TomCat 4.0.6

2002-10-31 Thread Ajit Bhingarkar
Hi, I am trying to deploy a webapp using TomCat4.0.6. My webapp internally uses Entrust libraries for PKI related functionality. When I try to log into the webapp the initialization fails throwing following error. ERROR java.lang.Error: factory already defined java.lang.Error: factory already

AW: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
-Ursprungliche Nachricht- Von: M. Hockings [mailto:veeshooter;hockings.net] Gesendet: Freitag, 1. November 2002 01:15 An: Tomcat Users List Betreff: Re: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Rainer, I think he has updated the document to reflect how

Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
List [EMAIL PROTECTED] cc: Subject:AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) hi rls, before installing i read this e-mail and your corresponding installation instruction. your e-mail says: To fix it just replace both class

need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread dave m
I've tried to find info under this mailing list's archives and I've looked under the jk2 HOW-TOs and under Tomcat's documentation, but I'm still in the dark about this. I am 'EXTREMELY' new (ultra-newbie?) to Apache and to Tomcat. I can find no step-by-step tutorial on how to set the two

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread Turner, John
help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll) I've tried to find info under this mailing list's archives and I've looked under the jk2 HOW-TOs and under Tomcat's documentation, but I'm still in the dark about this. I am 'EXTREMELY' new (ultra-newbie

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
Hello, I too am trying to get this configuration working to give me a test environment that duplicates a remote server. I have followed the instructions pointed to by John Turner very closely and only modified the line in workers2.properties that points to the jvm.dll. When I start Apache I

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-30 Thread Tomcat Newbie
How about the slashes in your path? C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar ^^^ - Original Message - From: M. Hockings [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 10:00 PM Subject: Re: need help

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar ^^^ - Original Message - From: M. Hockings [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 10:00 PM Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43

Need Help With TOMCAT.

2002-09-20 Thread Avinash Singh
Dear Team Tomcat, My Name is Avinash Singh, I a Java Developer and current developing a web application for a small organization. This web application will be used by 10-15 users, may be 2-5 concurrent users. I am in the process of installing and configuring the TOMCAT 4.1.10. I need your

RE: Need Help With TOMCAT.

2002-09-20 Thread Turner, John
Comments inline -Original Message- From: Avinash Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 5:21 PM To: [EMAIL PROTECTED] Subject: Need Help With TOMCAT. I need your help with following :- # 1 I have downloaded jakarta-tomcat-4.1.10.exe, I wanted

Still need help w. Tomcat installation

2002-09-09 Thread STEVE BURRUS
I STILL need some degree of help/assistance from someone in this newsgroup re. installing Tomcat!!! That is really a damned SAD thing to have to say at this late date now, you would think that I could have had this thing figured out by now! (Maybe I am just flat too DUMB to be a member of

RE: Still need help w. Tomcat installation

2002-09-09 Thread Vincent . Gaboriau
d'origine- De : STEVE BURRUS [mailto:[EMAIL PROTECTED]] Envoyé : dimanche 8 septembre 2002 21:53 À : [EMAIL PROTECTED] Objet : Still need help w. Tomcat installation I STILL need some degree of help/assistance from someone in this newsgroup re. installing Tomcat!!! That is really a damned

RE: Still need help w. Tomcat installation

2002-09-09 Thread jon wingfield
No trailing semi-colon. No trailing slash. :) -Original Message- From: STEVE BURRUS [mailto:[EMAIL PROTECTED]] Sent: 08 September 2002 20:53 To: [EMAIL PROTECTED] Subject: Still need help w. Tomcat installation I STILL need some degree of help/assistance from someone

Re: Still need help w. Tomcat installation

2002-09-09 Thread micael
My JAVA_HOME on my hope set up is set to: c:\j2se14 bin is at C;\j2se14\bin. Did you set PATH? My PATH is set to: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\SecureCRT3.0;C:\j2se14\bin;%ANT_HOME%\bin;%JAVA_HOME%\bin The relevant

Re[2]: Still need help w. Tomcat installation

2002-09-09 Thread Jacob Kjome
Steve, JAVA_HOME and CATALINA_HOME environment variables should *NOT* have a semicolon in them, just the full path itself (with no spaces...which means Tomcat should be installed in a path with no spaces like c:\Tomcat-4.1.10). The semicolon is used by PATH and CLASSPATH environment variables

Re: STILL need help w. Tomcat installation!!

2002-08-29 Thread Steve R. Burrus
because I INADVERTENTLY left out the info. on what my platform is! --- On Wed 08/28, micael wrote: From: micael [mailto: [EMAIL PROTECTED]] To: [EMAIL PROTECTED] Date: Wed, 28 Aug 2002 12:39:02 -0700 Subject: Re: STILL need help w. Tomcat installation!! Do you know how to set your environmental

RE: STILL need help w. Tomcat installation!!

2002-08-29 Thread Andreas Mohrig
that? Andreas Mohrig -Original Message- From: Steve R. Burrus [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 12:09 AM To: [EMAIL PROTECTED] Subject: Re: STILL need help w. Tomcat installation!! Hello Micael, I appreciate the useful [-sic]advice which you offered to me re. setting

Re: STILL need help w. Tomcat installation!!

2002-08-29 Thread micael
: Re: STILL need help w. Tomcat installation!! Do you know how to set your environmental variables on XP? If not, go to Start, Settings, Control Panel (in classic view), System, Advanced (tab), Environmental Variables (button), where you will see lots of neat stuff that is fairly

STILL need help w. Tomcat installation!!

2002-08-28 Thread STEVE R BURRUS
I STILL find myself in some degree of need from someone in this newsgroup concerning the Tomcat install!!! I THINK that I got everything alright with setting the environment variables in the System applet, but alas, when I tried again to activate Tomcat, I STILL received the error msg. saying

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Sexton, George
Message- From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] Sent: 28 August, 2002 11:04 AM To: [EMAIL PROTECTED] Subject: STILL need help w. Tomcat installation!! I STILL find myself in some degree of need from someone in this newsgroup concerning the Tomcat install!!! I THINK that I got everything

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread Michael Locasto
containing the bin\ jre\ lib\ include\ demo\) Regards, Michael - Original Message - From: STEVE R BURRUS [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 1:04 PM Subject: STILL need help w. Tomcat installation!! I STILL find myself in some degree of need from

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread micael
I STILL would like to know what OS you are on, what version of Tomcat you are talking about, what you have done, etc. The setting up of Tomcat is really pretty easy, and if you were to tell people what your situation was, you would have had an answer long ago. At 10:04 AM 8/28/2002 -0700,

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Mike Jackson
System applet strikes me as either NT, 2000, or XP. But I could be wrong. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 10:43 AM To: Tomcat Users List Subject: Re: STILL need help w

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Paul Brinkley
At 11:11 AM 8/28/2002 -0600, Sexton, George wrote: Go back and read the messages that I and everyone else sent to help you. If you don't read the messages that we respond with, we can't help you here. I, on the other hand, am a consultant and will be happy to fly to your location and assist you

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Hookom
Are you sure you aren't running Amiga Shell and not DOS? | -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, August 28, 2002 12:04 PM | To: [EMAIL PROTECTED] | Subject: STILL need help w. Tomcat installation!! | | I STILL find myself in some degree

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Turner, John
List Subject: RE: STILL need help w. Tomcat installation!! System applet strikes me as either NT, 2000, or XP. But I could be wrong. --mikej -=- mike jackson [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Turner, John
ROFLMAO! John -Original Message- From: Paul Brinkley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 2:00 PM To: Tomcat Users List Subject: RE: STILL need help w. Tomcat installation!! At 11:11 AM 8/28/2002 -0600, Sexton, George wrote: Go back and read

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Turner, John
Charge double, and get paid up front! John -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 1:12 PM To: Tomcat Users List Subject: RE: STILL need help w. Tomcat installation!! Go back and read the messages that I

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Kjome
Hello STEVE, I forget what OS you are using. Can you state that? If you are using Windows NT/2000/XP and not Windows 95/98/Millenium I can help you. Let me know. Jake Wednesday, August 28, 2002, 12:04:12 PM, you wrote: SRB I STILL find myself in some degree of need from someone in this

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread STEVE R BURRUS
You are in luck, my good friend Jakob, I am using the Windows XP Operating System, so you can certainly help me out! --- Jacob Kjome [EMAIL PROTECTED] wrote: Hello STEVE, I forget what OS you are using.

Re[2]: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Kjome
Hello STEVE, Ok, I am using Win2k, but it should be pretty much the same in WinXP. 1. right click on My Computer and choose properties 2. click on the Advanced tab 3. click on the Environment Variables... button You will see an area to add user variables for the current user and an area for

RE: STILL need help w. Tomcat installation!!

2002-08-28 Thread Jacob Hookom
@jakarta.apache.org/msg60454.html -Jacob | -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, August 28, 2002 1:40 PM | To: Tomcat Users List; Jacob Kjome | Subject: Re: STILL need help w. Tomcat installation!! | | You are in luck, my good friend Jakob, I am using

Re: STILL need help w. Tomcat installation!!

2002-08-28 Thread micael
Do you know how to set your environmental variables on XP? If not, go to Start, Settings, Control Panel (in classic view), System, Advanced (tab), Environmental Variables (button), where you will see lots of neat stuff that is fairly intuitive. If you don't have the paths set, set them. You

Re: STILL Need Help w. Tomcat Install

2002-08-22 Thread jeff . guttadauro
Need Help w. Tomcat Install 08/21/02 06:59 PM

STILL Need Help w. Tomcat Install

2002-08-21 Thread STEVE R BURRUS
This is Steve Burrus again, and I am damned sorry to have to post my plea for help/assistance again, but everyday when I first access my email there are literally 100's of postings from other members of the Tomcat newsgroup, and my original post--and any response--is VERY DIFFICULT to locate, so

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread [EMAIL PROTECTED]
what os? On Wed, 2002-08-21 at 15:50, STEVE R BURRUS wrote: This is Steve Burrus again, and I am damned sorry to have to post my plea for help/assistance again, but everyday when I first access my email there are literally 100's of postings from other members of the Tomcat newsgroup, and my

RE: STILL Need Help w. Tomcat Install

2002-08-21 Thread Sexton, George
Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] Sent: 21 August, 2002 1:50 PM To: [EMAIL PROTECTED] Subject: STILL Need Help w. Tomcat Install This is Steve Burrus again, and I am damned sorry to have

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Mona Wong-Barnum
Hi Steve: How exactly does one go about installing the Tomcat 4.0.* correctly??? What problem are you having? What platform? I installed pre-compiled tomcat 4.0.4 on my Solaris box and it worked fine. Cheers, Mona

RE: STILL Need Help w. Tomcat Install

2002-08-21 Thread Turner, John
As far as I know, Steve is using Windows XP. John Turner [EMAIL PROTECTED] -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 4:03 PM To: Tomcat Users List Subject: RE: STILL Need Help w. Tomcat Install This is nothing personal. I

RE: Need help w. Tomcat Installation

2002-08-21 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
, 2002 2:55 PM To: [EMAIL PROTECTED] Subject: Need help w. Tomcat Installation Hello all, this is steve burrus.I am an admitted Tomcat newbie user, and I find myself in need again of some advice from someone/somebody about just how the hell do you first install tomcat??! I am trying to install Tomcat

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread micael
If you will try again and document exactly what you do, I will be happy to chime in with where I think you ought to change things. You must be missing something fundamental, because the documentation on this is pretty good. Micael YOU WROTE How exactly does one go about installing the

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Will Hartung
From: STEVE R BURRUS [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 12:50 PM This is Steve Burrus again, and I am damned sorry to have to post my plea for help/assistance again, but everyday when I first access my email there are literally 100's of postings from other members of the

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Jacob Kjome
Steve, People have tried to help you. Case in point, you emailed me directly asking me the following Now, would you please list, very methodically, all of the various steps involved in installing Tomcat?! Incidentally, I am trying/attempting to install version 4.0.4 without too damned

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread micael
I made the same offer, with no response. At 06:59 PM 8/21/2002 -0500, you wrote: Steve, People have tried to help you. Case in point, you emailed me directly asking me the following Now, would you please list, very methodically, all of the various steps involved in installing Tomcat?!

Need help w. Tomcat Installation

2002-08-18 Thread STEVE R BURRUS
Hello all, this is steve burrus.I am an admitted Tomcat newbie user, and I find myself in need again of some advice from someone/somebody about just how the hell do you first install tomcat??! I am trying to install Tomcat 4.0.4, and I get everything alright EXCEPT for getting an error msg. in

RE: Need help w. Tomcat Installation

2002-08-18 Thread Jacob Hookom
| -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Sunday, August 18, 2002 3:55 PM | To: [EMAIL PROTECTED] | Subject: Need help w. Tomcat Installation | | Hello all, this is steve burrus.I am an admitted Tomcat newbie user, | and I | find | myself in need

RE: Need help w. Tomcat Installation

2002-08-18 Thread Randall R Schulz
Steve, At 14:04 2002-08-18, Jacob Hookom wrote: | -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Sunday, August 18, 2002 3:55 PM | To: [EMAIL PROTECTED] | Subject: Need help w. Tomcat Installation | | Hello all, this is steve burrus.I am an admitted

Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
I am using Windows 2000 server NTFS file system If someone could help me configure my Apache 2.0.39 I am using Java 2 SDK Standard editiom 1.3.1_03 I believe I am using the Binary version for everything. I got most of the good info regarding mod_jk , I had no Idea where to find this

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
Can anyone help me please! From: Joey Kovacs [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 13:24:56 + I am using Windows 2000 server NTFS file system If someone could

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Jacob Kjome
You can grab the binary for mod_jk for Apache 2.0.39 from here: http://www.acg-gmbh.de/mod_jk/ just grab mod_jk.dll, put it in your Apache2/modules directory, configure everything else like it says on the flashguides page, and you should be up and running. Jake At 01:24 PM 6/29/2002 +,

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
it? Include c:/apps/jakarta-tomcat-4.0.3/conf/auto/mod_jk.conf can you have a look pls From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 10:44:57

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Jacob Kjome
[EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 10:44:57 -0500 You can grab the binary for mod_jk for Apache 2.0.39 from here: http://www.acg-gmbh.de/mod_jk/ just grab mod_jk.dll, put it in your Apache2/modules directory, configure everything else

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
-Apache Apache Tomcat/4.0.3 Is this normal? From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 11:31:19 -0500 No need to use the debug

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
I get a the requested operation failed as soon as I add in the Include statement. My computer just dosent like that what ports should everyhting be on? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Steve R. Burrus
Joey, this is Steve Burrus, and I believe that this is the FIRST time that I have bothered to try/attempt to electronically reach u!! (Incidentally, you spell it e-v-e-r-y-t-h-i-n-g, not the way that you did!) Listen, in direct response to your query to the group, I wold first try port 80, then

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 14:32:46 -0500 Joey, this is Steve Burrus, and I believe that this is the FIRST time that I have bothered to try/attempt to electronically reach u!! (Incidentally, you spell it e-v-e-r-y-t-h-i-n-g, not the way that you did

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 14:32:46 -0500 Joey, this is Steve Burrus, and I believe that this is the FIRST time that I have bothered to try/attempt to electronically reach u!! (Incidentally, you spell it e-v-e-r-y-t-h-i-n-g, not the way that you did

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 16:11:30 -0400 Joey, yes, if you want to connect apache and tomcat you'll want to leave them on their respective ports. What exactly was your

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
a Include statement, I get an error. and I cant even start the apache service? is this strange? here is my httpd.conf file From: Liam Morley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache

RE: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Andrew Conrad
PROTECTED]] Sent: Saturday, June 29, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Thank you Liam My connector I believe in ANT I am using Tomcat 4 Apache 2 Java SDK 1.3 - this is supposed to be my JKD?? I got everything from this site http

Need help : Embedded Tomcat and classloaders

2002-05-16 Thread Sankaranarayanan (Ganesh) Ganapathy
Can some experts answer this one for me? Thanx! I want to use embedded tomcat in my application and I want to include only bootstrap.jar in my classpath. I am wondering how to achieve this. I wrote a class called EmbeddedTest that does what is given org.apache.catalina.startup.Embedded. I

Need help for Tomcat SSL enabling on unix

2002-05-10 Thread Ajay Chauhan
Hi, If some one can help me in enabling the Tomcat running on unix. When i try to run the keytool to generate the keystore on HP unix machine i get the error: $ keytool -genkey -alias tomcat -keyalg RSA Enter keystore password: changeit keytool error: java.security.NoSuchAlgorithmException:

Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Shannon Brown
I re-ran the application this morning and am getting the sun/tools/javac/Main error. (This was not appearing yesterday. I am using JDK 1.4.0 final and Tomcat 4.0.2 RPM version. Very odd. Servlets run fine. javax.servlet.ServletException: sun/tools/javac/Main at

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Jolet, John
yup, that's EXACTLY what i'm seeingno solutions yet -Original Message- From: Shannon Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:09 AM To: Tomcat Users List Subject: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default I re-ran the application

Re: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread rsequeira
Trying adding tools.jar to your classpath or better still in the Tomcat/lib directory. Thanks. RS Shannon Brown [EMAIL PROTECTED] on 02/19/2002 07:09:21 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Still Need Help RE

  1   2   >