What version of Tomcat, Apache to Install

2005-04-18 Thread Daxin Zuo
Hi, I need to install Apache, tomcat, and all related software on a UNIX computer: MACHTYPE=sparc-sun-solaris2.9 What version of Tomcat, and Apache is the best match? I try to install Apache 2.0.53. When I compile it, there is only one .so file in the modules filder. It may be the wrong

RE: What version of Tomcat, Apache to Install

2005-04-18 Thread Caldarale, Charles R
From: Daxin Zuo [mailto:[EMAIL PROTECTED] Subject: What version of Tomcat, Apache to Install What version of Tomcat, and Apache is the best match? Are you sure you really need the additional complexity of Apache httpd on the same box as Tomcat? The current level of Tomcat (5.5 series

Tomcat 5.0.24 Service Install Syntax

2004-05-19 Thread Hector Adolfo Alonso
Hi Tomcat gurus: I've read carefully service.bat from Tomcat 5.0.19 and Apache Commons Daemon, and built a customized script for Windows 2000. But service installation syntax changed in Tomcat 5.0.24. I could'n find any new explanation in Commons Daemon page. I've observed tomcat.exe has

Re: Tomcat 5.0.24 Service Install Syntax

2004-05-19 Thread Jacob Kjome
Quoting Hector Adolfo Alonso [EMAIL PROTECTED]: Hi Tomcat gurus: I've read carefully service.bat from Tomcat 5.0.19 and Apache Commons Daemon, and built a customized script for Windows 2000. But service installation syntax changed in Tomcat 5.0.24. I could'n find any new explanation in

Re: Tomcat 5.0.24 Service Install Syntax

2004-05-19 Thread Hector Adolfo Alonso
Thanks Jacob: There is a paragraph in changelog.txt about Procrun 2 binaries. The Apache Commons Daemon page still does not reflect this change. I've found the sources in http://jakarta.apache.org/~mturk/procrun2M3.zip. There is no html documentation there, but reading the sources, I'm

Newbie needs help with Tomcat 5.0.16 application install

2004-01-16 Thread Barry Kimelman
=/tomcat1; war=file:/home/bkimelman/tomcat1/dist/tomcat1-1-dev.war I was successfull in deploying my application (and I was able to run my application). Any ideas as to why I can't use ant to install my tomcat application ?

Re: Tomcat will not install

2003-08-14 Thread Rick Roberts
The error you are getting has nothing to do with Tomcat. Your error has to do with the fact that xerces needs JDK in order to install. You dont need xerces before you install tomcat anyways. Just grab the tomcat RPM and install it, or better yet; get the binary from here: http://www.apache.org

Tomcat will not install

2003-08-05 Thread batristain
I'm trying to install xerces so I can install TOMCAT but I keep getting this message although my path is set bash-2.05b# rpm -ivh xerces-j-1.3.0-1.noarch.rpm error: Failed dependencies: jdk = 1.2 is needed by xerces-j-1.3.0-1 Bobbie Atristain Internet Systems Administrator Media General

Tomcat 4.1.12 silent install

2002-11-04 Thread Anthony Shawver
I've looked through the archives and cannot seem to find mention of a silent install for the 4.1.12 exe. Does anyone know if one exists? If so, could you point me to a page describing the parameters that it accepts? Tony

Tomcat 4.1+ Ant install + JNDI DataSource

2002-10-15 Thread Thomas Tolborg
Hi all I have set up a development environment for tomcat. I am using ant to install and reload my webapp with the tomcat manager. I followed the App Developer Guide to set it up. The basic stuff works just fine. My webapp is hot deployed with ant and I can reload on the fly! I wanted to

Re: Tomcat 4.1+ Ant install + JNDI DataSource

2002-10-15 Thread Jacob Kjome
-INF/ccf.xml in your ccf.xml, you just have a Context ... element and anything that is valid within that context element. Now you have a place to put all your JNDI resource config for you app. You can also use the catalina ant tasks to do this for you. See examples in the tomcat docs (appdev

Re: Tomcat 4.1+ Ant install + JNDI DataSource

2002-10-15 Thread Thomas Tolborg
examples in the tomcat docs (appdev). My install target looks like this: target name=install depends=compile,manager.init description=Install application to servlet container install url=${manager.url} username=${manager.username

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-09-02 Thread Mathew Pole
To: [EMAIL PROTECTED] Subject: Adding HTTPS to Tomcat/Apache/mod_jk install on NT Hello again all listers. I was wondering if anyone could point me in the right direction on setting up HTTPS on my Apache 2.0.40 / Tomcat 4.0.4 / mod_jk installation on WinNT 4? Any help would be greatly

JWSDP-TOMCAT - how to install Running a bookStore example

2002-08-26 Thread Sundar Manyapu
Hi Friends, I am facing the following problem when i am trying to build, install and run the example. Here is the link what i am trying. http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSTL2.html upto step 3 it is ok. when i try to run ant install i am facing the problem. Here is the

JWSDP-TOMCAT - how to install Running a bookStore example

2002-08-26 Thread Sundar Manyapu
Hi Friends, I am facing the following problem when i am trying to build, install and run the example. Here is the link what i am trying. http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSTL2.html upto step 3 it is ok. when i try to run ant install i am facing the problem. Here is the

Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Kenny G. Dubuisson, Jr.
Hello again all listers. I was wondering if anyone could point me in the right direction on setting up HTTPS on my Apache 2.0.40 / Tomcat 4.0.4 / mod_jk installation on WinNT 4? Any help would be greatly appreciated. Thanks, Kenny -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Andreas Mohrig
http://httpd.apache.org/docs-2.0/ssl/ Andreas Mohrig -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: Adding HTTPS to Tomcat/Apache/mod_jk install on NT Hello again all listers. I

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Turner, John
install on NT http://httpd.apache.org/docs-2.0/ssl/ Andreas Mohrig -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: Adding HTTPS to Tomcat/Apache/mod_jk install on NT Hello again all listers

Fw: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Kenny G. Dubuisson, Jr.
: Adding HTTPS to Tomcat/Apache/mod_jk install on NT http://httpd.apache.org/docs-2.0/ssl/ Andreas Mohrig -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: Adding HTTPS to Tomcat/Apache

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Turner, John
Go to the source, Luke, go to the source: http://www.modssl.com/ John Turner -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 10:00 AM To: [EMAIL PROTECTED] Subject: Fw: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Peter Choe
To: [EMAIL PROTECTED] Subject: Fw: Adding HTTPS to Tomcat/Apache/mod_jk install on NT That's great information on how it works but does anyone know where there is an easy How-To on how to install it? Thanks, Kenny - Original Message - From: Andreas Mohrig [EMAIL PROTECTED] To: 'Tomcat Users

Re: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Randall Jameson
Here is also a good starting point if you are on windows: http://www.opensa.org/ regards, Randall Jameson -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-08-22 Thread Turner, John
Subject: RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT i believe apache 2 has the source for modssl already. At 10:02 AM 8/22/2002, you wrote: Go to the source, Luke, go to the source: http://www.modssl.com/ John Turner -Original Message- From: Kenny G. Dubuisson, Jr. [mailto

Tomcat 4.0 Manager Install -- Brittle??

2002-06-13 Thread Eric Armstrong
I've been using the ant install task to add a servlet to a Tomcat 4.0 container. Symptoms: 1) The install script hangs. 2) Tomcat crashes. 3) Catalina.out shows that the app threw an exception at startup. I understand having to fix my application, but its weird that I have

Re: Tomcat 4.0 Manager Install -- Brittle??

2002-06-13 Thread Remy Maucherat
Eric Armstrong wrote: I've been using the ant install task to add a servlet to a Tomcat 4.0 container. Symptoms: 1) The install script hangs. 2) Tomcat crashes. 3) Catalina.out shows that the app threw an exception at startup. I understand having to fix my

Re: Tomcat 4.0 Manager Install -- Brittle??

2002-06-13 Thread Eric Armstrong
Remy Maucherat wrote: Eric Armstrong wrote: I've been using the ant install task to add a servlet to a Tomcat 4.0 container. Symptoms: 1) The install script hangs. 2) Tomcat crashes. 3) Catalina.out shows that the app threw an exception at startup. I

Re: Tomcat 4.0 Manager Install -- Brittle??

2002-06-13 Thread Eric Armstrong
times didn't turn up anything wrong with it. (It was the same file I had used successfully with 3.1) I reformated a bit for readability, and after saving the file, the error went away. Strange and mysterious for me, but it may be another way to reproduce the install-hangs- and-crashes-Tomcat

Re: Tomcat 4.0 Manager Install -- Brittle??

2002-06-13 Thread Remy Maucherat
the install-hangs- and-crashes-Tomcat problem. Tomcat 3.1 didn't do proper validation of the web.xml. Tomcat 4.x does, and this includes the element order. That may have been the problem. Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Tomcat 4.0 Manager Install -- Brittle??

2002-06-13 Thread Eric Armstrong
, but it may be another way to reproduce the install-hangs- and-crashes-Tomcat problem. Tomcat 3.1 didn't do proper validation of the web.xml. Tomcat 4.x does, and this includes the element order. That may have been the problem. Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Tomcat 4.0.2 (rpm install on linux) fails to start

2002-03-06 Thread Edward Haynes
- From: Kevin Geraghty [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 8:37 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.2 (rpm install on linux) fails to start running linux, 2.2.19, Mandrake 7.0, much modified (glibc 2.2.4). I am using the .rpm binary off the jakarta site, and have

Tomcat 4.0.2 (rpm install on linux) fails to start

2002-03-05 Thread Kevin Geraghty
running linux, 2.2.19, Mandrake 7.0, much modified (glibc 2.2.4). I am using the .rpm binary off the jakarta site, and have installed all the ancillary packages (xerces-j-1.4.4-2, regexp-1.2-1, servletapi4-4.0.2-1, tomcat4-webapps-4.0.2-3) The symptoms are completely silent failure. Eight

Tomcat 4.0.1 rpm install - test fails??

2002-02-10 Thread kalbee
I used the rpm install for Tomcat 4.0.1 onto RHLinux 7.1, and I can start/stop Tomcat using /etc/rc.d/init.d/tomcat start|stop|restart. I don't receive any errors doing this. However, when I go to test the tomcat installation using my browser: http://localhost:8080 I don't get the site, I get

RE: Tomcat 4.0.1 rpm install - test fails??

2002-02-10 Thread Mike Millson
: Sunday, February 10, 2002 9:48 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 rpm install - test fails?? I used the rpm install for Tomcat 4.0.1 onto RHLinux 7.1, and I can start/stop Tomcat using /etc/rc.d/init.d/tomcat start|stop|restart. I don't receive any errors doing this. However, when I

Re: Tomcat 4.0.1 rpm install - test fails??

2002-02-10 Thread Tore Skogly
] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 9:48 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 rpm install - test fails?? I used the rpm install for Tomcat 4.0.1 onto RHLinux 7.1, and I can start/stop Tomcat using /etc/rc.d/init.d/tomcat start|stop|restart. I don't receive any

Re: Tomcat 4.0.1 rpm install - test fails??

2002-02-10 Thread Frank
Message - From: Mike Millson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 6:17 PM Subject: RE: Tomcat 4.0.1 rpm install - test fails?? I initially tried to install it using the rpms and got the same result as you - it didn't work. I'm also

Apache+Tomcat mod_jk 3.2.2 install problem

2001-06-15 Thread Edilmar Alves
I installed Tomcat 3.2.2 with Linux RedHat k2.2.17-14cl, and http://localhost:8080/ works fine, all examples servlets/JSPs. Then, I tried to install the integration with Apache 1.3.14. This is the error: [root@email conf]# /etc/rc.d/init.d/httpd start Iniciando httpd: BUG IN DYNAMIC LINKER

RE: Apache+Tomcat mod_jk 3.2.2 install problem

2001-06-15 Thread istvan bereti
PROTECTED] Subject: Apache+Tomcat mod_jk 3.2.2 install problem I installed Tomcat 3.2.2 with Linux RedHat k2.2.17-14cl, and http://localhost:8080/ works fine, all examples servlets/JSPs. Then, I tried to install the integration with Apache 1.3.14. This is the error: [root@email conf]# /etc/rc.d