Re: tomcat mod_jk error log

2007-11-18 Thread lanes
Hi Rainer, my os is Red Hat Linux v7.3 2.96-112. this my workers.properties = workers.tomcat_home=/usr/local/tomcat workers.java_home=/usr/java/j2sdk1.4.1_02 ps=/ worker.list=ajp12, ajp13 worker.ajp12.port=8007 worker.ajp12.host=localhost worker.ajp12.type=ajp12 worker.ajp12.lbfactor=1 worker.aj

Running tomcat as a service on 64 bit windows

2007-11-18 Thread Asawari
Hi , I want to run tomcat as a service on 64 bit windows XP. I followed the following link http://blog.granilus.com/2007/06/running-tomcat-as-64-bit-windows.html I downloaded the tomcat binaries and renamed them appropriately. My service gets installed, however when i try to start the service

[server.xml]Is there a file that defines the server.xml of tomcat?

2007-11-18 Thread zhongliang zhang
As the thread title,is there a file(xsd or dtd)that defines the syntax of the server.xml of tomcat? if there is one,can anybody send it to me? thanks a lot. _ Explore the seven wonders of the world http://search.msn.com/results.aspx?

RE: simple question on Tomcat-apache

2007-11-18 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: RE: simple question on Tomcat-apache > > Does 5.5 version falls into newer version ? Yes, but 6.0 is better for several reasons, including simplified classloading and the availability of an NIO connector. - Chuck THIS COMMU

RE: simple question on Tomcat-apache

2007-11-18 Thread Shekhar . Dhotre
>>>Using both Tomcat and httpd together is fairly >>common, but performance of the newer versions of Tomcat eliminate that >>reason for doing so. Does 5.5 version falls into newer version ? Thanks for the explanation Chuck . "Caldarale, Charles R" <[EMAIL PROTECTED]> 11/18/2007 10:12 PM P

RE: simple question on Tomcat-apache

2007-11-18 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: simple question on Tomcat-apache > > does Tomcat -apache contains http server Tomcat is a capable web server as well as a Servlet/JSP container, and can be used standalone for most environments. As downloaded, the default instal

RE: simple question on Tomcat-apache

2007-11-18 Thread Timothy Wonil Lee
Tomcat and HTTP Server are completely different product, and when you download Tomcat, it does not include http server. The only reason why "Tomcat" is also called "Apache Tomcat" is because it is a product/project under Apache Software Foundation. Apache HTTP server: http://httpd.apache.org/ Apa

simple question on Tomcat-apache

2007-11-18 Thread Shekhar . Dhotre
Hello , does Tomcat -apache contains http server bundled in or Do I have to install apache-tomcat and http server separately ? I can browse the default web page when I started apache-tomcat server ,but could`nt locate the httpd.conf file . So downloaded http server . Can someone clarify the

Re: Problem with Tomacat 4.1

2007-11-18 Thread David Smith
Provided there are no requirements you have to match the version used by your company or hosting provider, use the highest available stable version. The latest Tomcat 5.5.x and 6.0.x versions are both excellent releases and both implement serious performance improvements over the 4.1 branch.

make error : during apache install.

2007-11-18 Thread Shekhar . Dhotre
Hello , I`m trying to install and configure apache http server on AIX . Running into error below . Please advise . Thx os version : AIX5.3 gcc : [EMAIL PROTECTED] /opt/apache2.0/httpd-2.0.61]: rpm -qa|grep -i gcc gcc-4.0.0-1 [EMAIL PROTECTED] /opt/apache2.0/httpd-2.0.61] [EMAIL PROTECTED] /o

Re: problem with starting tomcat4.1.31

2007-11-18 Thread Markus Schönhaber
Please keep your replies to the list. Sneha Manohar wrote: > Can you pls mention the web site from which I can download Tomcat version > is 6.0.14. The Tomcat homepage, of course: http://tomcat.apache.org Regards mks - To

Re: Problem with Tomacat 4.1

2007-11-18 Thread Martin Gainty
Can you verify the port is not already bound? Assuming your CATALINA is configured on 8080 netstat -a | grep 8080 M- - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, November 18, 2007 10:45 AM Subject: Re: Problem with Tomacat 4.1 > Sneh

Re: Tomcat 5.5 - Virtualhost - context configuration for the zero path

2007-11-18 Thread Martin Gainty
Johann- What is context-root specified as? Martin-- - Original Message - From: "Schadler Johann" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Sunday, November 18, 2007 9:31 AM Subject: Tomcat 5.5 - Virtualhost - context configuration for the zero path > We usually use Tomcat inst

RE: Problem with Tomacat 4.1

2007-11-18 Thread Caldarale, Charles R
> From: Sneha Manohar [mailto:[EMAIL PROTECTED] > Subject: Re: Problem with Tomacat 4.1 > > Can you pls suggest which version of tomact should I use ?. Changing the version of Tomcat won't fix your current problem - you have to give Tomcat full access to the files it needs. However, there's no

RE: Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
Thank chuck :) "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Sneha Manohar [mailto:[EMAIL PROTECTED] > Subject: Re: Problem with Tomacat 4.1 > > javax.naming.NamingException: Cannot rename original file to > C:\Program Files\Apache Group\Tomcat 4.1\conf\tomcat-users.xml.old It ap

Re: Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
Hi, Can you pls suggest which version of tomact should I use ?. It Will be help full if you can mention path for downloads Thank In Advance sneha David Smith <[EMAIL PROTECTED]> wrote: 'tis a Vista issue. I don't have Vista but I suspect it's firewall is blocking your tomcat. Just cu

RE: Problem with Tomacat 4.1

2007-11-18 Thread Caldarale, Charles R
> From: Sneha Manohar [mailto:[EMAIL PROTECTED] > Subject: Re: Problem with Tomacat 4.1 > > javax.naming.NamingException: Cannot rename original file to > C:\Program Files\Apache Group\Tomcat 4.1\conf\tomcat-users.xml.old It appears that the Tomcat account doesn't have the necessary permissions

Re: Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
Hi, Thanks Markus for your help... I used 'catalina run command instead of startup..I get following exception GlobalResourcesLifecycleListener: Exception processing Global JNDI Resources javax.naming.NamingException: Cannot rename original file to C:\Program Files\Ap ache Group\Tomcat 4.1\con

Re: jk issue

2007-11-18 Thread Rocco Scappatura
Thanks, I missed to put alias for relative URL '/roller' that permits Apache2 to serve static pages. Please, red the other thread (mod_jk or mod_proxy?) that I have opened and consider ths as closed. Still thanks, rocsca > Hi Rocco, > > we can't identify your problem without knowing your confi

Re: Best Linux distribution

2007-11-18 Thread Lionel Crine
Hi Steve, CentOs had troubles with Dell blade video card and ACPI functions. Sorry, I can't be more precise because it was quite a time ago. Maybe, the problem was around dell server...isn't it!! Steve Ochani wrote: On 14 Nov 2007 at 22:58, Lionel Crine wrote: another distribution to kn

Re: Problem with Tomacat 4.1

2007-11-18 Thread Markus Schönhaber
Sneha Manohar wrote: [The same as 4 days ago] What about this: http://mail-archives.apache.org/mod_mbox/tomcat-users/200711.mbox/[EMAIL PROTECTED] ? Regards mks - To start a new topic, e-mail: users@tomcat.apache.org To unsu

Re: Problem with Tomacat 4.1

2007-11-18 Thread Mark Thomas
Sneha Manohar wrote: > Hi , > I have Microsoft window vista OS .I have downloaded Tomcat verision 4.1. > I have set JAVA_HOME ,CATALINA_HOME. > When I start server new window comes & disappears. Use catalina.bat run to start Tomcat in the current window so you can see what the errors are. Alternat

Re: Tomcat 5.5 - Virtualhost - context configuration for the zero path

2007-11-18 Thread Mark Thomas
Schadler Johann wrote: > I would prefer to use an explicit method to define a context, not only the > implicit possibility by naming the WAR file to something which doesn't refer > anyway to the service provided in the physical directory "ROOT". Is there a > possibility to do this in may way? Plac

Re: Tomcat vs (other container) compatibility

2007-11-18 Thread Mark Thomas
Johnny Kewl wrote: > But then I also think when a container is based on Tomcat, and doesnt > expose it as such... thats kinda a like theft;) That would be a breach of section 4 of the AL2 license. If you are aware of any such breaches for any Apache software, please let the relevant PMC know. Che

Re: Problem with Tomacat 4.1

2007-11-18 Thread David Smith
'tis a Vista issue. I don't have Vista but I suspect it's firewall is blocking your tomcat. Just curious though -- why are you using such an old version of tomcat? --David Sneha Manohar wrote: Hi , I have Microsoft window vista OS .I have downloaded Tomcat verision 4.1. I have set JAVA_HOME

Tomcat 5.5 - Virtualhost - context configuration for the zero path

2007-11-18 Thread Schadler Johann
We usually use Tomcat instances without Apache connector and we could do this without problems with Tomcat 4.x until now by defining a docBase to the path="" in a context located in the server.xml. (Usually we configure virtualhosts for a service with the default path "" - no additional context mus

RE: "Incorrect function" error w/isapi_redirect 1.2.25

2007-11-18 Thread myrealbruno
Dmitry, In the past eight years I have been using several isapi_redirect 1.x and 2 versions with IIS 4, 5.x and 6 and never had the need to recompile anything. I currently have several production machines with IIS 5 and isapi_redirect 1.2.25. I read somewhere that deprecated directives in the wor

Re: tomcat mod_jk error log

2007-11-18 Thread Rainer Jung
Hi, we can't identify your problem without knowing your configuration. Please give us - your operating system - your Tomcat connector configuration for the connector you talk to via mod_jk - your workers.properties - your httpd JK-directives - your Tomcat-version and mod_jk-version You can furt

Re: jk issue

2007-11-18 Thread Rainer Jung
Hi Rocco, we can't identify your problem without knowing your configuration, your test cases and the precise error observation. Please give us - your Tomcat connector configuration for the connector you talk to via mod_jk - your workers.properties - your httpd JK-directives - your Tomcat-version

Re: Tomcat vs (other container) compatibility

2007-11-18 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- - Original Message - From: "Mark Thoma

RE: log4j error

2007-11-18 Thread Reich, Matthias
Hi, another approach is the use of a RepositorySelector. - you rely on the container to provide the log4j classes and to install a suitable RepositorySelector (should happen as early as possible, e.g. in a ServerLifeCycleListener) - each webapp can still provide it's own logging configuration - th

Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
Hi , I have Microsoft window vista OS .I have downloaded Tomcat verision 4.1. I have set JAVA_HOME ,CATALINA_HOME. When I start server new window comes & disappears. when I shutdown I get following eror. Using CATALINA_BASE: C:\Program Files\Apache Group\Tomcat 4.1 Using CATALINA_HOME: C:\Progr

Re: mod_proxy or mod_jk?

2007-11-18 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- - Original Message - From: "Rocco Scap

Re: Tomcat vs (other container) compatibility

2007-11-18 Thread Mark Thomas
Wade Chandler wrote: > As far as others "stole" Tomcat, I think we need to make sure we always know > the entire story Indeed. The other point is that the AL2 license permits this. It isn't theft, it is people/organisations using the software in exactly the way it was intended. Mark -