Problem starting tomcat server.

2010-12-15 Thread Gaurav Pruthi
I am unable to start tomcat service using tomcat6w.exe and even I have tried on command line using commands setclasspath.bat followed by startup.bat but still no results . I have also trying changing port numbers but that too doesn't bear fruit.There is another issue also when I install some

Re: Problem starting tomcat server.

2010-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gaurav, On 12/15/2010 12:08 PM, Gaurav Pruthi wrote: I am unable to start tomcat service using tomcat6w.exe and even I have tried on command line using commands setclasspath.bat followed by startup.bat but still no results. You should just be

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
hostname on one tomcat server You can configure the host element as per http://tomcat.apache.org/tomcat-6.0-doc/config/host.html Also look at: http://wiki.apache.org/tomcat/TomcatDevelopmentVirtualHosts (Don't be scared off by the use of the word development in the above.) - Chuck

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread Felix Schumacher
Hello, even if you decided to remove httpd and go directly with virtual hosts in tomcat, there are two things in your httpd config, which could be advanced (see inline below). On Wed, 25 Aug 2010 18:13:28 +0200, arnaud icard arnaud.ic...@univ-avignon.fr wrote: Hello, I guess my subject

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
on one tomcat server You can configure the host element as per http://tomcat.apache.org/tomcat-6.0-doc/config/host.html Also look at: http://wiki.apache.org/tomcat/TomcatDevelopmentVirtualHosts (Don't be scared off by the use of the word development in the above.) - Chuck THIS COMMUNICATION

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread Pid
webapp in function of requested hostname on one tomcat server You can configure the host element as per http://tomcat.apache.org/tomcat-6.0-doc/config/host.html Also look at: http://wiki.apache.org/tomcat/TomcatDevelopmentVirtualHosts (Don't be scared off by the use

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
virtual hosts system. thank you all for your response. Caldarale, Charles R a écrit le 25/08/2010 18:31: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: How to configure different default webapp in function of requested hostname on one tomcat server

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread André Warnier
arnaud icard wrote: httpd is stopped. Here is what I have done in the /opt/tomcat/conf/server.xml : /Engine name=Catalina defaultHost=tomcat00c ... Host name=tomcat00c appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
André Warnier a écrit le 26/08/2010 14:14: arnaud icard wrote: httpd is stopped. Here is what I have done in the /opt/tomcat/conf/server.xml : /Engine name=Catalina defaultHost=tomcat00c ... Host name=tomcat00c appBase=webapps unpackWARs=true autoDeploy=true

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread André Warnier
arnaud icard wrote: ... Yes this is where I made a mistake. The parameters name and defaultHost must be the FULL name (i.e. hostname.domain) No. I mean no, it is not exactly that. For the defaultHost, it does not matter very much, because it is the default and anything that does not match

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread arnaud icard
I think I understand what you're explaining. I keep that in mind if I encounter in the future some strange behaviours from the non-default applications. Thanks, arnaud. André Warnier a écrit le 26/08/2010 14:40: arnaud icard wrote: ... Yes this is where I made a mistake. The parameters

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread Pid
On 26/08/2010 13:40, André Warnier wrote: arnaud icard wrote: ... Yes this is where I made a mistake. The parameters name and defaultHost must be the FULL name (i.e. hostname.domain) No. I mean no, it is not exactly that. For the defaultHost, it does not matter very much, because it is

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread André Warnier
gets involved) : 212.85.38.176 mira mira.wissensbank.com (and, at this IP address, is a host with a Tomcat server listening on port 80) So, as far as my local workstation is concerned, both mira and mira.wissensbank.com are aliases of eachother, in the sense that they both resolve to the same

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-26 Thread Pid
On 26/08/2010 14:52, André Warnier wrote: Pid wrote: On 26/08/2010 13:40, André Warnier wrote: arnaud icard wrote: ... Yes this is where I made a mistake. The parameters name and defaultHost must be the FULL name (i.e. hostname.domain) No. I mean no, it is not exactly that. For the

How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-25 Thread arnaud icard
Hello, I guess my subject isn't clear at all so here is my problem : I have 1 server with Apache2/Tomcat6 installed. The purpose of this server is to host multiple webapps (this one for instance : http://www.jasig.org/cas) For each of these webapps, we will contact the server with different

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-25 Thread Wesley Acheson
Hi, You can configure the host element as per http://tomcat.apache.org/tomcat-6.0-doc/config/host.html On Wed, Aug 25, 2010 at 6:13 PM, arnaud icard arnaud.ic...@univ-avignon.fr wrote: Hello, I guess my subject isn't clear at all so here is my problem : I have 1 server with Apache2/Tomcat6

RE: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-25 Thread Caldarale, Charles R
From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: How to configure different default webapp in function of requested hostname on one tomcat server You can configure the host element as per http://tomcat.apache.org/tomcat-6.0-doc/config/host.html Also look at: http

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-25 Thread Hassan Schroeder
On Wed, Aug 25, 2010 at 9:13 AM, arnaud icard arnaud.ic...@univ-avignon.fr wrote: The purpose of this server is to host multiple webapps (this one for instance : http://www.jasig.org/cas) For each of these webapps, we will contact the server with different urls : cas.domain.fr for the CAS

Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread John A Parker
Using apache-tomcat-6.0.28... We are encountering issue with catalina.sh stops IF we use a variable to set the SHUTDOWN port. e.g.: CATALINA_OPTS = ...-Dco.shutdown.port=8104 ... server.xml =... !- Server port=8104 shutdown=SHUTDOWN --

Re: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread David Fisher
If you look at catalina.sh you will see that stop does not include CATALINA_OPTS: $_RUNJAVA $JAVA_OPTS \ -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS -classpath $CLASSPATH \ -Dcatalina.base=$CATALINA_BASE \ -Dcatalina.home=$CATALINA_HOME \ -Djava.io.tmpdir=$CATALINA_TMPDIR \

Re: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread Rainer Jung
On 22.07.2010 17:02, John A Parker wrote: Using apache-tomcat-6.0.28... We are encountering issue with catalina.sh stops IF we use a variable to set the SHUTDOWN port. e.g.: CATALINA_OPTS = ...-Dco.shutdown.port=8104 ... server.xml =... !- Server

Re: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread Rainer Jung
On 22.07.2010 17:24, David Fisher wrote: If you look at catalina.sh you will see that stop does not include CATALINA_OPTS: $_RUNJAVA $JAVA_OPTS \ -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS -classpath $CLASSPATH \ -Dcatalina.base=$CATALINA_BASE \ -Dcatalina.home=$CATALINA_HOME \

RE: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread John A Parker
22, 2010 11:27 AM To: Tomcat Users List Subject: Re: Connection Refused On Tomcat Server Shutdowns if... On 22.07.2010 17:02, John A Parker wrote: Using apache-tomcat-6.0.28... We are encountering issue with catalina.sh stops IF we use a variable to set the SHUTDOWN port. e.g

Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
Hi all, just a quick question. I am currently using a stand-alone Tomcat Server to run an application. However, I plan to expand this application (which is web-based) to enable Authentication processes from external IDPs (Identity Providers). Unfortunately, to be able to implement

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Borut Hadžialić
Take a look at http://tomcat.apache.org/connectors-doc/ I think you can also use apache mod_proxy. On Mon, May 17, 2010 at 1:36 PM, Stephen . marr...@hotmail.com wrote: Hi all, just a quick question. I am currently using a stand-alone Tomcat Server to run an application. However, I plan

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Pid
On 17/05/2010 12:36, Stephen . wrote: Hi all, just a quick question. I am currently using a stand-alone Tomcat Server to run an application. However, I plan to expand this application (which is web-based) to enable Authentication processes from external IDPs (Identity Providers

RE: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
of a stand-alone Tomcat Server From: borut.hadzia...@gmail.com To: users@tomcat.apache.org Take a look at http://tomcat.apache.org/connectors-doc/ I think you can also use apache mod_proxy. On Mon, May 17, 2010 at 1:36 PM, Stephen . marr...@hotmail.com wrote: Hi all, just a quick

RE: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
Hi Pid, HTTPD doesn't help me much because I am using Windows. (I assume HTTPD is only for Unix/Linux systems) -Stephen Date: Mon, 17 May 2010 12:54:42 +0100 From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: Putting APACHE in front of a stand-alone Tomcat Server

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Stephen . marr...@hotmail.com: Hi Pid, HTTPD doesn't help me much because I am using Windows. (I assume HTTPD is only for Unix/Linux systems) :) For windows it is httpd.exe. http://httpd.apache.org/ http://httpd.apache.org/download.cgi http://www.apachelounge.com/download/

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread David kerber
On 5/17/2010 8:09 AM, Stephen . wrote: Hi Pid, HTTPD doesn't help me much because I am using Windows. (I assume HTTPD is only for Unix/Linux systems) Incorrect assumption. It has pretty much the same uses on windows as it does on *x systems. D

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Borut Hadžialić
-alone Tomcat Server From: borut.hadzia...@gmail.com To: users@tomcat.apache.org Take a look at http://tomcat.apache.org/connectors-doc/ I think you can also use apache mod_proxy. On Mon, May 17, 2010 at 1:36 PM, Stephen . marr...@hotmail.com wrote: Hi all, just a quick question

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread André Warnier
Stephen . wrote: Hi, thanks for your response. However, I would need some more explanation. Exactly where and how would I implement those Tomcat Connectors ? Apparently, all I have is the Tomcat engine itself. So, what I need is an actual Apache server. (Am I right?) Another thing : I've

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Gregor Schneider
Sorry if I drop in here getting a bit off-topic, howver: On Mon, May 17, 2010 at 1:54 PM, Pid p...@pidster.com wrote: On 17/05/2010 12:36, Stephen . wrote: HTTPD can handle authentication, or Tomcat can, but not both at the same AFAIK.  The AJP Connector will need it's 'tomcatAuthentication'

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Pid
, damage the web application itself? Could you clarify what you mean by damage? p Date: Mon, 17 May 2010 13:44:12 +0200 Subject: Re: Putting APACHE in front of a stand-alone Tomcat Server From: borut.hadzia...@gmail.com To: users@tomcat.apache.org Take a look at http://tomcat.apache.org

Re: Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Pid
On 17/05/2010 13:43, Gregor Schneider wrote: Sorry if I drop in here getting a bit off-topic, howver: On Mon, May 17, 2010 at 1:54 PM, Pid p...@pidster.com wrote: On 17/05/2010 12:36, Stephen . wrote: HTTPD can handle authentication, or Tomcat can, but not both at the same AFAIK. The

Tomcat = Server returned HTTP response code: 406 for URL

2010-05-13 Thread abdul razack
Dear All,   I am running J2EE application(JSP/servlet) on tomcat webser (apache-tomcat-5.5.23) and java = jdk_1.5.0_12.   My application is working fine and SMS are going out from server. SMS are being sent through URL.   But since three days SMS stops going from server and it giving the

RE: Tomcat = Server returned HTTP response code: 406 for URL

2010-05-13 Thread Hadole, Nishant IN BOM SISL
. With best regards, Nishant Hadole -Original Message- From: abdul razack [mailto:sh_abd...@yahoo.com] Sent: Thursday, May 13, 2010 3:43 PM To: users@tomcat.apache.org Subject: Tomcat = Server returned HTTP response code: 406 for URL Dear All, I am running J2EE application(JSP/servlet) on tomcat

Re: Java programm to Shutdwon the tomcat server

2010-03-02 Thread Pid
On 01/03/2010 14:26, dBenjamin wrote: I using customize icon to launch my application before starting the tomcat my java program will check and then it will allow to start the tomcat otherwise it will change the port and server will get start. How are you changing the port? Are you somehow

Re: Java programm to Shutdwon the tomcat server

2010-03-01 Thread Pid
On 01/03/2010 04:23, dBenjamin wrote: Thanks for helping... Can you please find my scenario? 1. I am using windows Environment. 2. I am using tomcat 6 binary distribution versions here we cannot get pid from the windows. 3. For my requirement before starting the tomcat server I

RE: Java programm to Shutdwon the tomcat server

2010-03-01 Thread Joseph Morgan
True...we still don't have a clue what the OP's really trying to do... -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, February 26, 2010 5:44 PM To: Tomcat Users List Subject: Re: Java programm to Shutdwon the tomcat server On 26/02/2010 18:40, Joseph Morgan wrote

RE: Java programm to Shutdwon the tomcat server

2010-03-01 Thread Joseph Morgan
Oops.. should have read the thread... I spoke too soon -Original Message- From: Joseph Morgan [mailto:joseph.mor...@ignitesales.com] Sent: Monday, March 01, 2010 7:06 AM To: Tomcat Users List; p...@pidster.com Subject: RE: Java programm to Shutdwon the tomcat server True...we still

Re: Java programm to Shutdwon the tomcat server

2010-03-01 Thread Pid
...@ignitesales.com] Sent: Monday, March 01, 2010 7:06 AM To: Tomcat Users List; p...@pidster.com Subject: RE: Java programm to Shutdwon the tomcat server True...we still don't have a clue what the OP's really trying to do... -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday

Re: Java programm to Shutdwon the tomcat server

2010-03-01 Thread dBenjamin
: http://old.nabble.com/Java-programm-to-Shutdwon-the-tomcat-server-tp27714568p27744212.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Java programm to Shutdwon the tomcat server

2010-03-01 Thread André Warnier
not understand why not. Try the command netstat -b and look at the last column. It shows the pid of the process using each port. Look at the help for the netstat command for more options. 3. For my requirement before starting the tomcat server I need to verify the port availability if any other

Re: Java programm to Shutdwon the tomcat server

2010-02-28 Thread dBenjamin
Thanks for helping... Can you please find my scenario? 1. I am using windows Environment. 2. I am using tomcat 6 binary distribution versions here we cannot get pid from the windows. 3. For my requirement before starting the tomcat server I need to verify the port availability

Re: Java programm to Shutdwon the tomcat server

2010-02-26 Thread Pid
On 26/02/2010 04:29, dBenjamin wrote: Thanks for helping developers… Can you please help me I am facing problem to shutdown the tomcat server in windows platform (xp, vista, windows7). if you click CTRL+ C in the tomcat console window, server getting shutdown. Like that is any specific command

RE: Java programm to Shutdwon the tomcat server

2010-02-26 Thread Joseph Morgan
@tomcat.apache.org Subject: Java programm to Shutdwon the tomcat server Thanks for helping developers… Can you please help me I am facing problem to shutdown the tomcat server in windows platform (xp, vista, windows7). if you click CTRL+ C in the tomcat console window, server getting shutdown. Like

Re: Java programm to Shutdwon the tomcat server

2010-02-26 Thread Pid
-Original Message- From: dBenjamin [mailto:d...@mail.com] Sent: Thursday, February 25, 2010 10:30 PM To: users@tomcat.apache.org Subject: Java programm to Shutdwon the tomcat server Thanks for helping developers… Can you please help me I am facing problem to shutdown the tomcat server in windows

RE: Java programm to Shutdwon the tomcat server

2010-02-26 Thread Joseph Morgan
Even better! -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, February 26, 2010 8:00 AM To: users@tomcat.apache.org Subject: Re: Java programm to Shutdwon the tomcat server On 26/02/2010 12:59, Joseph Morgan wrote: You can send any system command through a Java

Re: Java programm to Shutdwon the tomcat server

2010-02-26 Thread André Warnier
I suggest the following : I) If tomcat is running as a Windows service, then you should shut it down by stopping the Windows Service (and not by stopping down Tomcat directly). To stop the Tomcat-related Windows Service, there are two methods : a) use the Services applet of Windows (e.g.

RE: Java programm to Shutdwon the tomcat server

2010-02-26 Thread Joseph Morgan
Runtime.getRuntime().exec(...) to get it going again from within the Java UI. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, February 26, 2010 12:10 PM To: Tomcat Users List Subject: Re: Java programm to Shutdwon the tomcat server I suggest the following : I

Re: Java programm to Shutdwon the tomcat server

2010-02-26 Thread Pid
/api/org/apache/catalina/startup/Embedded.html p -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, February 26, 2010 12:10 PM To: Tomcat Users List Subject: Re: Java programm to Shutdwon the tomcat server I suggest the following : I) If tomcat is running

Java programm to Shutdwon the tomcat server

2010-02-25 Thread dBenjamin
Thanks for helping developers… Can you please help me I am facing problem to shutdown the tomcat server in windows platform (xp, vista, windows7). if you click CTRL+ C in the tomcat console window, server getting shutdown. Like that is any specific command to send through java program

download a small file from tomcat server

2010-02-12 Thread albertkao
I like to download a small file (C:\dir1\data.txt) from tomcat server to my local machine which is running a Prototype javascript. How to do that? Any sample code or tutorial? -- View this message in context: http://old.nabble.com/download-a-small-file-from-tomcat-server-tp27564758p27564758

RE: download a small file from tomcat server

2010-02-12 Thread Joseph Morgan
, and then hit tomcat to test your JS. -Original Message- From: albertkao [mailto:albertk...@gmail.com] Sent: Friday, February 12, 2010 8:55 AM To: users@tomcat.apache.org Subject: download a small file from tomcat server I like to download a small file (C:\dir1\data.txt) from tomcat server

RE: download a small file from tomcat server

2010-02-12 Thread albertkao
page with a link to the file, and then hit tomcat to test your JS. -Original Message- From: albertkao [mailto:albertk...@gmail.com] Sent: Friday, February 12, 2010 8:55 AM To: users@tomcat.apache.org Subject: download a small file from tomcat server I like to download

Re: download a small file from tomcat server

2010-02-12 Thread Pid
in the tomcat root, create an HTML page with a link to the file, and then hit tomcat to test your JS. -Original Message- From: albertkao [mailto:albertk...@gmail.com] Sent: Friday, February 12, 2010 8:55 AM To: users@tomcat.apache.org Subject: download a small file from tomcat server I like

RE: download a small file from tomcat server

2010-02-12 Thread Joseph Morgan
an HTML page with a link to the file, and then hit tomcat to test your JS. -Original Message- From: albertkao [mailto:albertk...@gmail.com] Sent: Friday, February 12, 2010 8:55 AM To: users@tomcat.apache.org Subject: download a small file from tomcat server I like to download

RE: newbie: multiple ports for same tomcat server 5.0

2010-01-22 Thread Chart
what you stated? n828cl wrote: From: Anurag Kapur [mailto:anuragka...@gmail.com] Subject: Re: newbie: multiple ports for same tomcat server 5.0 You mentioned that adding the address attribute is recommended to prevent port conflicts. I didn't say it was recommended, just

RE: newbie: multiple ports for same tomcat server 5.0

2010-01-22 Thread Caldarale, Charles R
From: Chart [mailto:ccha...@hotmail.com] Subject: RE: newbie: multiple ports for same tomcat server 5.0 I stated I am using port 8082 from the outside and need to use port 80 on the inside. If your front-end is on the same machine, you will have a port conflict, since it's already got port

RE: newbie: multiple ports for same tomcat server 5.0

2010-01-22 Thread Chart
Chuck, Yes we have a firewall that does not allow traffic from the IIS server to the tomcat server on port 80. Just for learning purposes. Could you take the line out of my original file and add information like you had stated in your original update? thanks, n828cl wrote: From: Chart

RE: newbie: multiple ports for same tomcat server 5.0

2010-01-22 Thread Caldarale, Charles R
From: Chart [mailto:ccha...@hotmail.com] Subject: RE: newbie: multiple ports for same tomcat server 5.0 Just for learning purposes. Could you take the line out of my original file and add information like you had stated in your original update? Sorry, I don't understand what you're asking

Re: newbie: multiple ports for same tomcat server 5.0

2010-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chart, On 1/21/2010 1:53 PM, Chart wrote: There is a SSI server on the outside that sends request to 8009 for this tomcat server (from what I have been told). The tomcat server is running on port 8082. You mean that Tomcat is accepting requests

Re: newbie: multiple ports for same tomcat server 5.0

2010-01-22 Thread André Warnier
Now here we have a case where I, the dummy on this forum, spend hours creating a work of ascii art explaining clearly and precisely to the OP what he needs to change, and where subsequently the two gurus manage, in just a couple of posts, to totally confuse the OP. t. (And, by the way,

Re: newbie: multiple ports for same tomcat server 5.0

2010-01-22 Thread Chart
://old.nabble.com/newbie%3A-multiple-ports-for-same-tomcat-server-5.0-tp27262778p27282311.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

newbie: multiple ports for same tomcat server 5.0

2010-01-21 Thread Chart
I have recently inherted a tomcat 5 server (today - do want want to upgrade at this point). There is a SSI server on the outside that sends request to 8009 for this tomcat server (from what I have been told). The tomcat server is running on port 8082. I have been tasked to change

Re: newbie: multiple ports for same tomcat server 5.0

2010-01-21 Thread André Warnier
Chart wrote: I have recently inherted a tomcat 5 server (today - do want want to upgrade at this point). There is a SSI server on the outside that sends request to 8009 for this tomcat server (from what I have been told). The tomcat server is running on port 8082. I have been tasked

RE: newbie: multiple ports for same tomcat server 5.0

2010-01-21 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: newbie: multiple ports for same tomcat server 5.0 What you have above, graphically (*), is like this : Nice pictures. (The lost art of ASCII art.) You just need to duplicate this section, and change one attribute : Connector

Re: newbie: multiple ports for same tomcat server 5.0

2010-01-21 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: newbie: multiple ports for same tomcat server 5.0 What you have above, graphically (*), is like this : Nice pictures. (The lost art of ASCII art.) Thanks. Unfortunately, I have a feeling that only fellow

Re: newbie: multiple ports for same tomcat server 5.0

2010-01-21 Thread Anurag Kapur
-sa.com] Subject: Re: newbie: multiple ports for same tomcat server 5.0 What you have above, graphically (*), is like this : Nice pictures. (The lost art of ASCII art.) You just need to duplicate this section, and change one attribute : Connector URIEncoding=UTF-8 acceptCount=100

RE: newbie: multiple ports for same tomcat server 5.0

2010-01-21 Thread Caldarale, Charles R
From: Anurag Kapur [mailto:anuragka...@gmail.com] Subject: Re: newbie: multiple ports for same tomcat server 5.0 You mentioned that adding the address attribute is recommended to prevent port conflicts. I didn't say it was recommended, just that it was one way to avoid port conflicts

Re: Tomcat server in Spanish language computer shows grove

2009-12-24 Thread André Warnier
SRama wrote: Dear All, I am using my application in Spanish language computer but when I start tomcat server it shows grove Catalina started. ... GRAVE: Error inicializando punto final (endpoint) java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind

Re: Tomcat server in Spanish language computer shows grove

2009-12-24 Thread Pid
On 24/12/2009 12:39, André Warnier wrote: SRama wrote: Dear All, I am using my application in Spanish language computer but when I start tomcat server it shows grove Catalina started. ... GRAVE: Error inicializando punto final (endpoint) java.net.SocketException: Unrecognized Windows Sockets

Tomcat server in Spanish language computer shows grove

2009-12-23 Thread SRama
Dear All, I am using my application in Spanish language computer but when I start tomcat server it shows grove Catalina started. But I want to know one thing server console output will show Server: Catalina started 16/12/2009 10:06:21 AM org.apache.catalina.core.AprLifecycleListener init INFO

Re: War file of my web application is not running through TOMCAT SERVER

2009-12-18 Thread Jason Bourne
Professiional, JAVA 6, TOMCAT 5.5 Thanks and Regards, Jason -- View this message in context: http://old.nabble.com/War-file-of-my-web-application-is-not-running-through-TOMCAT-SERVER-tp26825987p26841717.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: War file of my web application is not running through TOMCAT SERVER

2009-12-18 Thread Pid
On 18/12/2009 10:31, Jason Bourne wrote: Jason Bourne wrote: I have developed a web application in advance java. I am using java as front end, MySQL as Back-end and TOMCAT 5.5 SERVER to run the application. I have made a .war file of my application and pasted it in webapps folder of TOMCAT.

War file of my web application is not running through TOMCAT SERVER

2009-12-17 Thread Jason Bourne
-is-not-running-through-TOMCAT-SERVER-tp26825987p26825987.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: War file of my web application is not running through TOMCAT SERVER

2009-12-17 Thread Pid
On 17/12/2009 10:27, Jason Bourne wrote: I have developed a web application in advance java. I am using java as front end, MySQL as Back-end and TOMCAT 5.5 SERVER to run the application. I have made a .war file of my application and pasted it in webapps folder of TOMCAT. The problem is when I

Re: tomcat server start up without looking dependency jars

2009-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahmed, On 12/5/2009 7:17 AM, ahmed kasim wrote: I have few jars which need to get loaded only when the war file is getting loaded or when the request comes, to be more clear I have some jar which is having connection to DB, if I specify in my

Re: tomcat server start up without looking dependency jars

2009-12-07 Thread Pid
Medinacerebrotecnolog...@gmail.com To: Tomcat Users Listusers@tomcat.apache.org Sent: Sat, December 5, 2009 8:03:30 PM Subject: Re: tomcat server start up without looking dependency jars hi Ahmed, JAR files are not loaded by Tomcat. A jar file is just a container of classes, the classes are loaded

Re: tomcat server start up without looking dependency jars

2009-12-06 Thread ahmed kasim
cerebrotecnolog...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Sat, December 5, 2009 8:03:30 PM Subject: Re: tomcat server start up without looking dependency jars hi Ahmed, JAR files are not loaded by Tomcat. A jar file is just a container of classes, the classes are loaded

tomcat server start up without looking dependency jars

2009-12-05 Thread ahmed kasim
Hi, I have few jars which need to get loaded only when the war file is getting loaded or when the request comes, to be more clear I have some jar which is having connection to DB, if I specify in my context.xml file it is getting loaded when the server getting started up initially, so I want

Re: tomcat server start up without looking dependency jars

2009-12-05 Thread Jorge Medina
hi Ahmed, JAR files are not loaded by Tomcat. A jar file is just a container of classes, the classes are loaded by the JVM when the code makes reference to them. If you specify a Resource on your context.xml, then Tomcat will look for those classes (the driverClassName), but that does not

Tomcat server running but application not running Vista

2009-11-22 Thread SRamasamy
://old.nabble.com/Tomcat-server-running-but-application-not-running-Vista-tp26464175p26464175.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Tomcat server running but application not running Vista

2009-11-22 Thread David Smith
not running but server running with error, I am using tomcat Binary distribution tomcat version 6. please let me know idea about this issues. -- View this message in context: http://old.nabble.com/Tomcat-server-running-but-application-not-running-Vista-tp26464175p26464175.html Sent from

Re: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-13 Thread Paul van Hoven
on one Tomcat Server now MySQL not working I'm not shure if this problem really relates to Tomcat but it happened after altering the tomcat configuration. Care to give us a hint about version of Tomcat you're using? Configuration is different from level to level. Therefore i search

Re: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-13 Thread Hassan Schroeder
On Mon, Oct 12, 2009 at 11:40 PM, Paul van Hoven paul.van.ho...@googlemail.com wrote:     Host name=localhost.localdomain      ...   Aliaswww.clubpirat.de/Alias I checked that in /etc/hosts the two domains localhost and localhost.localdomain are assigned to 127.0.0.1. Okay, i when enter

Re: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-13 Thread Paul van Hoven
Hi Hassan, yeah, acutually that was the problem, I just discovered it an instant before you answered me :). I made the appropriate changes and now it is working fine. Thanks for your answer anyway. Tom Hassan Schroeder schrieb: On Mon, Oct 12, 2009 at 11:40 PM, Paul van Hoven

Multiple Domains on one Tomcat Server now MySQL not working

2009-10-12 Thread Paul van Hoven
I'm not shure if this problem really relates to Tomcat but it happened after altering the tomcat configuration. I've two different domains for two differnt webapps. Therefore i search on the internet how to manage multiple domains on Tomcat. I found this resource:

RE: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-12 Thread Caldarale, Charles R
From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] Subject: Multiple Domains on one Tomcat Server now MySQL not working I'm not shure if this problem really relates to Tomcat but it happened after altering the tomcat configuration. Care to give us a hint about version of Tomcat

Re: DataSourceRealm failed to retrieve password after tomcat server being idle overnight

2009-10-10 Thread pprun
this message in context: http://www.nabble.com/DataSourceRealm-failed-to-retrieve-password-after-tomcat-server-being-idle-overnight-tp25822607p25834516.html Sent from the Tomcat - User mailing list archive at Nabble.com

DataSourceRealm failed to retrieve password after tomcat server being idle overnight

2009-10-09 Thread pprun
digest=MD5 localDataSource=true/ /Context -- Run -- View this message in context: http://www.nabble.com/DataSourceRealm-failed-to-retrieve-password-after-tomcat-server-being-idle-overnight-tp25822607p25822607.html Sent from the Tomcat - User mailing list archive

RE: DataSourceRealm failed to retrieve password after tomcat server being idle overnight

2009-10-09 Thread Caldarale, Charles R
From: pprun [mailto:runping_hu...@hotmail.com] Subject: DataSourceRealm failed to retrieve password after tomcat server being idle overnight When I left server idle overnight and tried to login into the application the next day, DataSourceRealm would fail in retrieving password

Re: DataSourceRealm failed to retrieve password after tomcat server being idle overnight

2009-10-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/9/2009 11:04 AM, Caldarale, Charles R wrote: From: pprun [mailto:runping_hu...@hotmail.com] Subject: DataSourceRealm failed to retrieve password after tomcat server being idle overnight When I left server idle overnight and tried

Re: session problem in Tomcat server when system date changes.

2009-09-03 Thread Mark Thomas
Nagineni wrote: Hi, I'm quite surprise to see this issue in the tomcat server.While running the application ,I've changed my system date ahead a day.I observed that tomcat server started creating new session for the same client. Any pointers on this to resolve ?Please help me. Sessions

session problem in Tomcat server when system date changes.

2009-09-02 Thread Nagineni
Hi, I'm quite surprise to see this issue in the tomcat server.While running the application ,I've changed my system date ahead a day.I observed that tomcat server started creating new session for the same client. Any pointers on this to resolve ?Please help me. Thanks in advance. Regards

tomcat server hacked

2009-08-18 Thread Nick Knol
First post, sorry if I'm breaking protocol. I could really use help tightening up security with the tomcat web server I'm running. A hacker got in and trashed a bunch of files and I'm scared to death it will happen again. I've been setting up a tomcat web server with the native apr library on

Re: tomcat server hacked

2009-08-18 Thread Nikolay Diulgerov
Hello Nick, probably someone of the tomcat developers will comment this related to tomcat but -/etc/ssh/ssh_host_key.pub file was modified (one key added, another deleted) This is owned by root and only root have access to modify it. Are you sure your root account is compromised? Best

Re: tomcat server hacked

2009-08-18 Thread Leon Rosenberg
just a quick shot. Have you run your tomcat as root and what is your kernel version? If you don't run your tomcat as root and have a more or less uptodate kernel without local root exploits, its highly unprobable that you got hacked via tomcat. Do you have anything that proves it anyway? :-)

RE: tomcat server hacked

2009-08-18 Thread BJ Selman
What does your tomcat-users.xml look like? (sans the p/w of course) -Original Message- From: Nick Knol [mailto:nickk...@gmail.com] Sent: Tuesday, August 18, 2009 8:45 AM To: users@tomcat.apache.org Subject: tomcat server hacked First post, sorry if I'm breaking protocol. I could

<    1   2   3   4   5   6   7   8   >