RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-11-05 Thread Gary Hirschhorn
the time to respond so thoroughly and accurately. Regards, Gary -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 11:27 AM To: Tomcat Users List Subject: RE: Classes in tomcat\server\lib folder sometimes are visible to web application

a cookie question of one Server with two tomcat server

2008-11-05 Thread Bon
Hi all, In my environment there are two tomcat server runing with different port in one server , and both two must set its own cookies into client, now, when I open a browser and browe both site and I can find two site write their own cookie into my computer, but when I logout

Re: Tomcat Server .pac Script configuration for outgoing connection.

2008-10-28 Thread Eswaramoorthy Ramesh
: RE: Tomcat Server .pac Script configuration for outgoing connection. I agree this has nothing to do with tomcat but a misconfiguration by the admin on Proxy Server if you want a working solution you'll have to bypass the admin's configuration and try it with a 'clean' tomcat install

Tomcat server with two websites with two different authentications

2008-10-27 Thread Hisham Farahat
Dear All, Can i configure tomcat to host to different websites? How can i do it? any directions? Moreover i need to have two different authentication methods for the two websites, (e.g. one using LDAP and the other using normal tomcat user list ( tomcat-users.xml) I hope some one help me in this.

Re: Tomcat server with two websites with two different authentications

2008-10-27 Thread Tim Funk
You need to configure a Realm per Virtual Host (or if different webapps in the same vhost need different authentication schemes - the Realm element can be per context too) http://tomcat.apache.org/tomcat-6.0-doc/config/realm.html -Tim Hisham Farahat wrote: Dear All, Can i configure tomcat

Re: Tomcat server with two websites with two different authentications

2008-10-27 Thread Hisham Farahat
Thanks for your reply. How can i configure the virtual hosts in tomcat? On Mon, Oct 27, 2008 at 1:49 PM, Tim Funk [EMAIL PROTECTED] wrote: You need to configure a Realm per Virtual Host (or if different webapps in the same vhost need different authentication schemes - the Realm element can be

Re: Tomcat server with two websites with two different authentications

2008-10-27 Thread Serge Fonville
In Tomcat there is already a host defined (localhost)Copy that block and you have a new host (change the path though) And look at the docs about realms, virtual hosts, engine and services and their nesting Regards, Serge Fonville On Mon, Oct 27, 2008 at 12:09 PM, Hisham Farahat [EMAIL

Re: Tomcat server with two websites with two different authentications

2008-10-27 Thread Mark Thomas
Hisham Farahat wrote: Thanks for your reply. How can i configure the virtual hosts in tomcat? http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html Mark - To start a new topic, e-mail: users@tomcat.apache.org

Tomcat Server .pac Script configuration for outgoing connection.

2008-10-26 Thread Eswaramoorthy Ramesh
All, Tomcat - 5.0.28, Java - 1.4.2, OS - Windows XP We have a web application that sets up a local tomcat server with an application deployed into the client machine. To complete the setup, the application on Tomcat needs to access the internet from the client machine and verify with the source

Re: Tomcat Server .pac Script configuration for outgoing connection.

2008-10-26 Thread Hassan Schroeder
On Sun, Oct 26, 2008 at 2:12 PM, Eswaramoorthy Ramesh We have a web application that sets up a local tomcat server with an application deployed into the client machine. To complete the setup, the application on Tomcat needs to access the internet from the client machine and verify

RE: Tomcat Server .pac Script configuration for outgoing connection.

2008-10-26 Thread Martin Gainty
this transmission. Date: Sun, 26 Oct 2008 21:12:12 + From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Tomcat Server .pac Script configuration for outgoing connection. All, Tomcat - 5.0.28, Java - 1.4.2, OS - Windows XP We have a web application that sets up a local

Re: Tomcat Server .pac Script configuration for outgoing connection.

2008-10-26 Thread Wayne Bragg
[EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 26, 2008 6:04 PM Subject: RE: Tomcat Server .pac Script configuration for outgoing connection. I agree this has nothing to do with tomcat but a misconfiguration by the admin on Proxy Server if you want

Re: Tomcat Server .pac Script configuration for outgoing connection.

2008-10-26 Thread Wayne Bragg
to get that to work either. I keep getting a tomcat native php error. - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 26, 2008 6:04 PM Subject: RE: Tomcat Server .pac Script configuration for outgoing connection

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-17 Thread Gary Hirschhorn
List Subject: RE: Classes in tomcat\server\lib folder sometimes are visible to web application From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] Subject: Classes in tomcat\server\lib folder sometimes are visible to web application According to this documentation, classes in this jar should

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-17 Thread Caldarale, Charles R
From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] Subject: RE: Classes in tomcat\server\lib folder sometimes are visible to web application The Catalina ClassLoader in server/lib creates Webapp1 ClassLoader specifically for webapp1. It's actually org.apache.catalina.loader.WebappLoader

Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-16 Thread Gary Hirschhorn
We are using Tomcat 5.5.17 and are using a custom ClassLoader, which we specify using the Loader element per the documentation at http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html. We place the jar containing our custom ClassLoader in the tomcat\server\lib folder, per

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-16 Thread Caldarale, Charles R
From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] Subject: Classes in tomcat\server\lib folder sometimes are visible to web application According to this documentation, classes in this jar should be TOTALLY invisible to web applications. That's not quite the case. Classes outside of a given

Re: Error while starting the CATLINA/TOMCAT Server: Cant configure sessionPool

2008-10-13 Thread Mark Thomas
Fabrizio Calselli wrote: please could any of you help me trying so solve the CATALINA/TOMACT problem I am getting? Initialization Problem Message: Cant configure SessionPool Description: org.apache.avalon.framework.configuration.ConfigurationException: Cant configure SessionPool

Error while starting the CATLINA/TOMCAT Server: Cant configure sessionPool

2008-10-13 Thread Fabrizio Calselli
Hi everyone, please could any of you help me trying so solve the CATALINA/TOMACT problem I am getting? Thank you in advance. Kind Regards, Fabrizio Initialization Problem Message: Cant configure SessionPool Description:

Re: Error while starting the CATLINA/TOMCAT Server: Cant configure sessionPool

2008-10-13 Thread Kusuma Pabba
Fabrizio Calselli wrote: Hi everyone, please could any of you help me trying so solve the CATALINA/TOMACT problem I am getting? Thank you in advance. Kind Regards, Fabrizio Initialization Problem Message: Cant configure SessionPool Description:

is possible Single sign on authentication with unique page login on the same tomcat server?

2008-10-10 Thread Mariano López
Hi all, I have implemented a custom single sign on JAAS login for a tomcat 6.018 server, it's works perfectly with my only context that I had until now. I have added the second context into the same server and i like to set form-login-page/form-login-page in web.xml context file to access a page

Re: is possible Single sign on authentication with unique page login on the same tomcat server?

2008-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mariano, Mariano López wrote: I have added the second context into the same server and i like to set form-login-page/form-login-page in web.xml context file to access a page from the other context, but always starts the URL's page login with its

Re: is possible Single sign on authentication with unique page login on the same tomcat server?

2008-10-10 Thread Mariano López
Hi Christopher, that is what I have, but tomcat always put the current context name before login page URL of other context and gives bad reference to page. Regards, Mariano 2008/10/10 Christopher Schultz [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mariano, Mariano

Re: is possible Single sign on authentication with unique page login on the same tomcat server?

2008-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mariano, Mariano López wrote: Hi Christopher, that is what I have, but tomcat always put the current context name before login page URL of other context and gives bad reference to page. I'm not suggesting that you do:

Re: is possible Single sign on authentication with unique page login on the same tomcat server?

2008-10-10 Thread Mariano López
Hi Christopher, I will try this and well see. Thank you for your attention, Mariano 2008/10/10 Christopher Schultz [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mariano, Mariano López wrote: Hi Christopher, that is what I have, but tomcat always put the current

Re: Reloading Tomcat Server

2008-10-07 Thread Barry Fawthrop
Pid wrote: No! Bad! Your tomcat version operating system variant (some version of linux?) would be useful. Try to locate the main tomcat logfile, 'catalina.out' in the tomcat/logs directory. This logfile should contain a detailed error stacktrace for the 500 error page, please send

RE: Reloading Tomcat Server

2008-10-07 Thread Peter Crowther
From: Barry Fawthrop [mailto:[EMAIL PROTECTED] [...] wget -O .../local_news http://www.topix.com/rss/county/citrus-fl [...] java.io.FileNotFoundException: http://www.topix.com/rss/county/citrus-fl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Htt

Re: Reloading Tomcat Server

2008-10-07 Thread Barry Fawthrop
Peter Crowther wrote: From: Barry Fawthrop [mailto:[EMAIL PROTECTED] [...] wget -O .../local_news http://www.topix.com/rss/county/citrus-fl [...] java.io.FileNotFoundException: http://www.topix.com/rss/county/citrus-fl at

Reloading Tomcat Server

2008-10-06 Thread Barry Fawthrop
it the first time or within 3 minutes and then it stops and Tomcat shows the 500 Error Page. I still do not understand tomcat enough to be able to trace or debug correctly the error messages received. My current solution is to stop and start the tomcat server every 2 minutes. I have tried

Re: Reloading Tomcat Server

2008-10-06 Thread Pid
the same Issue. You can get it the first time or within 3 minutes and then it stops and Tomcat shows the 500 Error Page. I still do not understand tomcat enough to be able to trace or debug correctly the error messages received. My current solution is to stop and start the tomcat server

RE: Reloading Tomcat Server

2008-10-06 Thread Martin Gainty
other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Mon, 6 Oct 2008 13:53:14 -0400 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Reloading Tomcat Server To All I have a simple website that reads third party

Re: AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steffen, Steffen Heil wrote: Hi The method yielding the problem is the following one: private static PageLifecycleFactory getDefaultInstance() { if (defaultInstance == null) { defaultInstance = new

Re: AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-10-02 Thread Jon Haitz Legarreta Gorroño
Hi Steffen and all, thanks for the suggestion. 1. How do I do that? 2. Why does it work for other projects without the synchronization? Thanks. Regards, JON HAITZ Steffen Heil escribió: Hi The method yielding the problem is the following one: private static PageLifecycleFactory

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-30 Thread Jon Haitz Legarreta Gorroño
Sorry, forgot to translate a couple of lines of the stack trace: 2008-09-29 17:57:12 StandardWrapperValve[action]: Excepción de reserva de espacio para servlet action means 2008-09-29 17:57:12 StandardWrapperValve[action]: Exception in memory space reserve for servlet action

AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-30 Thread Steffen Heil
Hi The method yielding the problem is the following one: private static PageLifecycleFactory getDefaultInstance() { if (defaultInstance == null) { defaultInstance = new DefaultStrutsPageLifecycleFactory(); } return defaultInstance; } Make

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
Hi there, thanks for the suggestion David. I am pretty new to all these Web technologies, so I hope I understood well your mail. 1. I've got two versions of the StrutsPageLifecycleFactory and DefaultStrutsPageLifeCycleFactory classes: the first ones located in the folder C:\Program

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
I forgot to mention that the application works fine when launched from my IDE. Sorry. Thanks in advance, JON HAITZ -- Jon Haitz Legarreta Gorroño Laguntzaile zientifikoa / Colaborador científico / Scientific collaborator VICOMTech - Visual Interaction and Communication Technologies Center

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread David Smith
Have you looked at any of the log files for messages that occur when you webapp starts? --David Jon Haitz Legarreta Gorroño wrote: Hi there, thanks for the suggestion David. I am pretty new to all these Web technologies, so I hope I understood well your mail. 1. I've got two versions of

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
Sorry for my ignorance, but what do you mena by the log files for messages that occur when your webapp starts? Where can I look for them? Thanks for your patience and support, JON HAITZ David Smith escribió: Have you looked at any of the log files for messages that occur when you webapp

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread David Smith
Tomcat maintains log files in it's logs directory. All the log files are just plain old text files, typically with timestamps. Just take a read through it for the moment in time when your webapp is deployed and see if there are any error messages. Because you work on a Windows environment,

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
Hi all, first of all, sorry for posting here the complete stack trace, but I don't know which other information may be of use... The log files I am looking in Tomcat are three: 1. stdout - Edited each time I restart tomcat (I stop tomcat before superseding my old webapp version). Apparently

[TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread Jon Haitz Legarreta Gorroño
Hi all, since a couple of days ago I've been experiencing problems with a Web application of mine that worked fine until then: when I deployed the application (built with Java and JSP) under my Tomcat 5.0.28 I got the following error stack (sorry for the length): HTTP Status 500 The server

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread David Smith
oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory.getDefaultInstance(StrutsPageLifecycleFactory.java:68) ... so what class is referenced at line 68 of StrutsPageLifecycleFactory.java? It's weird that it didn't include the class name it couldn't find in the stack trace.

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread Jon Haitz Legarreta Gorroño
Hi again, thanks for your interest, David. Well, found that line 68 in StrutsPageLifecycleFactory.java is empty !! The method menetioned is the following, and line 68 is the one above the return statement: private static StrutsPageLifecycleFactory getDefaultInstance() { if

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread David Smith
Hmmm... and I take it you are sure the version being used when the stack trace is produced is the same version you are looking at. In that case my next thought is to check for a classloader issue. Do StrutsPageLifecycleFactory and DefaultStrutsPageLifecycleFactory only exist once in tomcat

java version in windows and tomcat server

2008-08-19 Thread sam wun
Hi, when I create a web project in windows Eclipse (3.4), I use jre6. But in my tomcat server (linux), it s using jre5. Do I have to make the jre version to be the same for both platforms? Because if I package it in a war file in windows, the lib  jar files are all in jre6 version. Then when

Re: java version in windows and tomcat server

2008-08-19 Thread Len Popp
a web project in windows Eclipse (3.4), I use jre6. But in my tomcat server (linux), it s using jre5. Do I have to make the jre version to be the same for both platforms? Because if I package it in a war file in windows, the lib jar files are all in jre6 version. Then when I deploy this war

tomcat server hang when processing more request

2008-07-28 Thread sur_1805
. or any other solution to the above mentioned problem. -- View this message in context: http://www.nabble.com/tomcat-server-hang-when-processing-more-request-tp18685348p18685348.html Sent from the Tomcat - User mailing list archive at Nabble.com

Retriving polish characters from URL Query string in TOMCAT Server

2008-06-18 Thread Raghuveer
I had requirement of retrieving the login details like user_id, name from parent web application. At present I am retrieving by . request.getParameter(user_id) request.getParameter(name) Some times names can be in Polish language from parent web application. What changes i need

Re: Retriving polish characters from URL Query string in TOMCAT Server

2008-06-18 Thread Steve Ochani
Date sent: Wed, 18 Jun 2008 20:27:14 +0530 From: Raghuveer [EMAIL PROTECTED] Subject:Retriving polish characters from URL Query string in TOMCAT Server To: 'Tomcat Users List' users@tomcat.apache.org Send reply to: Tomcat Users List users@tomcat.apache.org Send reply

Re: Retriving polish characters from URL Query string in TOMCAT Server

2008-06-18 Thread Mark Thomas
Raghuveer wrote: What changes i need to make in my JSP Struts web application in order to retrieve the polish characters In addition to any struts configuration, you'll need to set the URIEncoding on the connector. Mark

Re: Retriving polish characters from URL Query string in TOMCAT Server

2008-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Ochani wrote: | From: Raghuveer [EMAIL PROTECTED] | | I had requirement of retrieving the login details like user_id, name | from parent web application. | | At present I am retrieving by . | | request.getParameter(user_id) | |

Re: Retriving polish characters from URL Query string in TOMCAT Server

2008-06-18 Thread Mark Thomas
Christopher Schultz wrote: Steve, Steve Ochani wrote: | From:Raghuveer [EMAIL PROTECTED] | | I had requirement of retrieving the login details like user_id, name | from parent web application. | | At present I am retrieving by . | | request.getParameter(user_id) | |

BLACK ZONE alert on Stopping Tomcat Server

2008-06-02 Thread Ghulam_Hussain
). Similarly when I shutdown TomcatB while TomcatA is running, the same problem occurs. But when the one Tomcat server is already stopped, and other Tomcat server is shutdown, then no problem occurs. Any clue, that why Black Zone alert occurs.or the Tomcat servers uses each other

Re: BLACK ZONE alert on Stopping Tomcat Server

2008-06-02 Thread Gabe Wong
is in serious state, related to system memory). Similarly when I shutdown TomcatB while TomcatA is running, the same problem occurs. But when the one Tomcat server is already stopped, and other Tomcat server is shutdown, then no problem occurs. Any clue, that why Black Zone alert occurs

RE: BLACK ZONE alert on Stopping Tomcat Server

2008-06-02 Thread Martin Gainty
@tomcat.apache.org Subject: Re: BLACK ZONE alert on Stopping Tomcat Server Hi Ghulam, Virtuozzo, is an OS level based VPS. Which means available system resources are shared between the VPS. During Shutdown, a Java process is created; this in turn utilizes a burst of RAM. So at that moment you have

Re: Redirect request to another Tomcat server

2008-05-15 Thread Liang Xiao Zhu
. --- - Original Message - From: ubekhet [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, May 15, 2008 1:35 AM Subject: Redirect request to another Tomcat server Hi everyone, I am wondering, if there is some posibility to redirect the request from one Tomcat

RE: Redirect request to another Tomcat server

2008-05-15 Thread Propes, Barry L
to another Tomcat server Hi everyone, I am wondering, if there is some posibility to redirect the request from one Tomcat Server to another one. I would like to know where is the point to change that. Basically, in one Tomcat Server I recieve the request I will check the headers and then depending

Re: Redirect request to another Tomcat server

2008-05-15 Thread Liang Xiao Zhu
: Redirect request to another Tomcat server Hi everyone, I am wondering, if there is some posibility to redirect the request from one Tomcat Server to another one. I would like to know where is the point to change that. Basically, in one Tomcat Server I recieve the request I will check

RE: Redirect request to another Tomcat server

2008-05-15 Thread Peter Crowther
. - Peter -Original Message- From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] Sent: 15 May 2008 17:42 To: Tomcat Users List Subject: Re: Redirect request to another Tomcat server Yes, maybe you are right that I couldn't salvage a session. So, How can manage that using as session, I

Re: Redirect request to another Tomcat server

2008-05-15 Thread Liang Xiao Zhu
But, what happen if I want using Session instead of Request? mean, I want to refuse session according the number of session I have currently!!! And them redirect the refused session to other tomcat server Thanks Peter Crowther escribió: I'd write a Valve that pre-processes all

RE: Redirect request to another Tomcat server

2008-05-15 Thread Peter Crowther
From: Liang Xiao Zhu [mailto:[EMAIL PROTECTED] But, what happen if I want using Session instead of Request? mean, I want to refuse session according the number of session I have currently!!! And them redirect the refused session to other tomcat server You are taking an action when

Re: Redirect request to another Tomcat server

2008-05-15 Thread Johnny Kewl
Hi Johnny Kewl, With response.sendRedirect(newUrl); I have to invoke this in some web applications, but I want to modified Tomcat sources for to do that, and the class Http11NioProtocol and Http11NioProcessor dont have sendRedirect() methods!!! Any idea for redirect the request from the

Re: Redirect request to another Tomcat server

2008-05-15 Thread Johnny Kewl
Liang, I think whats bothering all of us, is that sometimes the concept itself is going wrong, and that what I think the other guys are asking. As you can see, you now getting into cookie management and all that heavy stuff, and eventually maybe suicide ;) If its load sharing, maybe think

Re: Redirect request to another Tomcat server

2008-05-15 Thread Alan Chaney
Liang I don't understand what NIO has to do with it. The response.sendRedirect() is part of the servlet spec and what type connector you are using in Tomcat should have no effect on this. I'd appreciate it if someone would correct me here if I am wrong. As a matter of interest I use

Taking Backup of tomcat server

2008-05-14 Thread Raghavan_sat
Hi I want to take a backup of my tomcat server regularly so that if the server crashes i can use the backup in another system. How can i accomplish this.. -- View this message in context: http://www.nabble.com/Taking-Backup-of-tomcat-server-tp17232367p17232367.html Sent from the Tomcat

RE: Taking Backup of tomcat server

2008-05-14 Thread Peter Crowther
From: Raghavan_sat [mailto:[EMAIL PROTECTED] Hi I want to take a backup of my tomcat server regularly so that if the server crashes i can use the backup in another system. How can i accomplish this.. 1) Back up the Tomcat files - you may want to use an open file copier on Windows

Redirect request to another Tomcat server

2008-05-14 Thread ubekhet
Hi everyone, I am wondering, if there is some posibility to redirect the request from one Tomcat Server to another one. I would like to know where is the point to change that. Basically, in one Tomcat Server I recieve the request I will check the headers and then depending of some parameters

Re: Redirect request to another Tomcat server

2008-05-14 Thread Hassan Schroeder
On Wed, May 14, 2008 at 4:35 PM, ubekhet [EMAIL PROTECTED] wrote: I am wondering, if there is some posibility to redirect the request from one Tomcat Server to another one. http://tuckey.org/urlrewrite/ is probably the easiest :-) -- Hassan Schroeder [EMAIL

Re: Redirect request to another Tomcat server

2008-05-14 Thread Johnny Kewl
. --- - Original Message - From: ubekhet [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, May 15, 2008 1:35 AM Subject: Redirect request to another Tomcat server Hi everyone, I am wondering, if there is some posibility to redirect the request from one Tomcat Server to another one. I

Problems stopping and starting tomcat server

2008-04-14 Thread Toni Tortosa
Hello, Since Friday I have problems restarting my tomcat server. We were using one point project in our server, when we closed the explorer window suddenly and when we try to enter again It failed. I restarted tomcat server, but I can't see the first page index at http://myhost:8180 We've

RE: Problems stopping and starting tomcat server

2008-04-14 Thread Peter Crowther
From: Toni Tortosa [mailto:[EMAIL PROTECTED] [...] When I start tomcat 5.5.: [...] java.net.BindException: Address already in use:8180 Something's hanging onto port 8180. It's probably an old Tomcat instance that hasn't properly closed down, but it may be something else. Find the process

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Toni Tortosa
) and It's killed. Bind seems to say that the address is current in use at 8180 port. I'm thinking about to restart the server and/or reinstalling java jdk and tomcat server. I haven't done before because this server is an apache server hosting my webpage also. Thank you, Peter From: Toni

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Toni Tortosa
appears several dots . . . . and at the end (Killing) twice. It seems that tomcat can't stop (as we see in the log) and It's killed. Bind seems to say that the address is current in use at 8180 port. I'm thinking about to restart the server and/or reinstalling java jdk and tomcat server. I haven't

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Toni Tortosa
Philip!!! Thank you very much! It works fine. I can enter to my applications in Tomcat and the Index page of Tomcat. Best regards! Are these connections the problem? How can I close them? The top line shows a java process listening on port 8180. It has a PID of 24027. So I would

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Toni Tortosa
This is the last output from catalina log when I start tomcat: Apr 14, 2008 11:30:55 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Philip Wigg
Are these connections the problem? How can I close them? The top line shows a java process listening on port 8180. It has a PID of 24027. So I would probably just murder it with a:- kill -9 24027 and then you should be fine. Cheers, Phil.

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Toni Tortosa
Hello Philip. When Tomcat is stopped. Netstat returns this: tcp6 0 0 :::8180 :::* LISTEN 24027/java tcp6 552 0 :::217.116.20.:8180 :::84.126.238.:1137 CLOSE_WAIT - tcp6 592 0

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Philip Wigg
I've removed Tomcat, including --purge with apt-get and I've reinstalled, but I still having the same problem. What's the result of running:- netstat -tanp | grep 8180 as root. Surely something is holding that port open? -

3 instance of Tomcat Server

2008-04-08 Thread Kaushal Shriyan
Hi, How can i install 3 instance of Tomcat Server on a single host Thanks and Regards Kaushal

Re: 3 instance of Tomcat Server

2008-04-08 Thread Mikolaj Rydzewski
Kaushal Shriyan wrote: How can i install 3 instance of Tomcat Server on a single host Make each instance use its own port (for incoming requests and shutdown command). -- Mikolaj Rydzewski [EMAIL PROTECTED] smime.p7s Description: S/MIME Cryptographic Signature

Re: 3 instance of Tomcat Server

2008-04-08 Thread William Bonnet
Hi How can i install 3 instance of Tomcat Server on a single host You have to make the different instances listen on different ports. To use a different port number, back up and edit the port attribute value of Connector element in $CATALINA_HOME/conf/server.xml Exemple : !-- Define a non

Re: 3 instance of Tomcat Server

2008-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2008 at 1:26 AM, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: How can i install 3 instance of Tomcat Server on a single host Make each instance use its own port (for incoming requests and shutdown command). Or separate IP addresses, though you'll need different shutdown ports

Re: Tomcat Server output console cannot view fully

2008-03-12 Thread tlgkumar
the print statement from server, Its really simple and useful for me, Thanks for your suggestion With Regards, Ganesh Kumar.L -- View this message in context: http://www.nabble.com/Tomcat-Server-output-console-cannot-view-fully-tp15711523p16002217.html Sent from the Tomcat - User mailing

Getting Tomcat server to discriminate between domains

2008-03-07 Thread deioz
Hi, I have Apache Tomcat 5.5 installed on my box and serving requests from mydomainname.com I run several applications on this server, each with its own Context The URL http://mydomainname.com/A/ takes the user to application A The URL http://mydomainname.com/B/ takes the user to

RE: Getting Tomcat server to discriminate between domains

2008-03-07 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Getting Tomcat server to discriminate between domains In other words, I want people accessing my web site through my IP address (rather than through the domain name) to always end up on a certain web page (application K) which I

Tomcat Server output console cannot view fully

2008-02-27 Thread tlgkumar
, Thanks in advance With Regards, Ganesh kumar.L -- View this message in context: http://www.nabble.com/Tomcat-Server-output-console-cannot-view-fully-tp15711523p15711523.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat Server output console cannot view fully

2008-02-27 Thread Stephen More
On Wed, Feb 27, 2008 at 6:40 AM, tlgkumar tlgku.m wrote: using this i can create the project and got output nicely, but my problem is i cannot view the server output cosole printouts, in my project i am using lots of print statements, In general you should move away from print

FW: Certification Issue in production Tomcat server...

2008-02-22 Thread pranab.das
Hello Folks, I am getting the security certification problem in a J2EE based application which is running on our production Tomcat server. The Web applications main functionality is to update user's details in Authentication Directory and reset users password, and we are getting error while

Re: FW: Certification Issue in production Tomcat server...

2008-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pranab, [EMAIL PROTECTED] wrote: | I am getting the security certification problem in a J2EE based | application which is running on our production Tomcat server [while attempting to contact LDAP server over SSL]. [snip] | Caused

RE: getting the start time of Tomcat server.

2008-02-19 Thread Caldarale, Charles R
From: Alejandro [mailto:[EMAIL PROTECTED] Subject: getting the start time of Tomcat server. There is a java Class in tomcat api to get the start time of Tomcat? Not that I'm aware of. It's also not clear what the start time would be: startup of the JVM, load of the Tomcat Bootstrap class

Re: polish charset on tomcat server on linux system

2008-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raghuveer, Raghuveer wrote: | I cannot test on linux as it is in my customer place in Poland ..where as I | am working from a remote place locally on windows from india.. Get yourself a Linux box. Or, get yourself a VMware virtual machine. Linux is

RE: IMP - Requests not reaching Tomcat Server

2007-10-29 Thread Mrinmoy Pal
as int requestTimeout = 18; We are trying to figure out whether the problem is at Tomcat side or Siebel side or in between. The ping from Siebel to Tomcat server is fine, so we think that network is fine. Also the network team informed that the packets are not getting lost

Re: Buy a Tomcat Server for Commercial purpose site

2007-10-26 Thread Bruno Vilardo
Sathees, As far as I know Tomcat is an OpenSource software. So go to the tomcat website, download, install and have fun. Regards, Bruno On 10/26/07, satheeskumar Ramasamy [EMAIL PROTECTED] wrote: Hi Team, I need to use a Tomcat as my Web Server for my Commercial Site, Please send me the

Re: Buy a Tomcat Server for Commercial purpose site

2007-10-26 Thread Partha Goswami
yes It is a open source software.. On 10/27/07, Bruno Vilardo [EMAIL PROTECTED] wrote: Sathees, As far as I know Tomcat is an OpenSource software. So go to the tomcat website, download, install and have fun. Regards, Bruno On 10/26/07, satheeskumar Ramasamy [EMAIL PROTECTED] wrote:

how to use two certificate authorities of java in tomcat server.

2007-10-24 Thread nyatapol
hello, i am facing a problem. i have one tomcat server with two contexts. now i want to use the seperate certificate authorities for the two contexts with seperate digital certificates. how can i manage two certificate authorities in java and tomcat server. can anyone help me? Thanks, Nyatapol

Re: how to use two certificate authorities of java in tomcat server.

2007-10-24 Thread Mark Thomas
nyatapol wrote: hello, i am facing a problem. i have one tomcat server with two contexts. now i want to use the seperate certificate authorities for the two contexts with seperate digital certificates. how can i manage two certificate authorities in java and tomcat server. can anyone help me

RE: IMP - Requests not reaching Tomcat Server

2007-09-26 Thread Mrinmoy Pal
Hello, We are facing a problem related to Tomcat and so posting this query. This is a critical issue for us and so any pointer is appreciated. Problem – Some of the requests not reaching Tomcat server from Siebel Application. This is happening for some of the requests and not all of them. Both

Re: IMP - Requests not reaching Tomcat Server

2007-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mrimony, Mrinmoy Pal wrote: Problem – Some of the requests not reaching Tomcat server from Siebel Application. Sounds like this isn't a Tomcat problem. If Tomcat isn't getting the request, it certainly can't fail! Siebel is posting the message

Problem in Apache Tomcat server due to Oracle 10g XE

2007-07-25 Thread senthil gugan
Hi all, I have this problem, I am using Apache Tomcat server and the Oracle XE Database in my linux suse OS. Before installing the Oracle XE, my apache tomcat server works well. But after the installation of the Oracle XE, I had the following error. This is how I start the tomcat

<    1   2   3   4   5   6   7   8   >