Starting Tomcat from bootstrap.jar

2008-04-15 Thread sandeep_khurana
in context: http://www.nabble.com/Starting-Tomcat-from-bootstrap.jar-tp16715972p16715972.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

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
Yes, that is the first I thougth. But 8180 port doesn't appear in my nmap localhost, even If tomcat status is running. I must to say that when I stop tomcat in my command line appears several dots . . . . and at the end (Killing) twice. It seems that tomcat can't stop (as we see in the log)

Re: Problems stopping and starting tomcat server

2008-04-14 Thread Toni Tortosa
I've removed Tomcat, including --purge with apt-get and I've reinstalled, but I still having the same problem. Yes, that is the first I thougth. But 8180 port doesn't appear in my nmap localhost, even If tomcat status is running. I must to say that when I stop tomcat in my command line

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? -

starting tomcat failed - java.util.zip.ZipException: error in opening zip file

2008-04-12 Thread Linda Le
Hi I got the following error messages in catalina.out when stating tomcat. It doesn't say which file ZipFile couldn't open. Appreciated any pointers. Thanks. java.util.zip.ZipException: error in opening zip fileat java.util.zip.ZipFile.open(Native Method)at

Control M char in java path when starting tomcat

2008-04-09 Thread GARG, Vikrant, GBM
Hi, I am trying to set up tomcat 5.5.25 on a Solaris 10 machine. However, when I run the startup.sh script from the apache-tomcat-5.5.25/bin location, and check catalina.out file under /logs folder, I see the following error message: Error: no `server^M' JVM at

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Caldarale, Charles R
From: GARG, Vikrant, GBM [mailto:[EMAIL PROTECTED] Subject: Control M char in java path when starting tomcat I have checked through the various tomcat script and xml files, and I cant find a reason for the ^M char to get included in the java path. Most likely because you edited

RE: Control M char in java path when starting tomcat

2008-04-09 Thread GARG, Vikrant, GBM
: +44 7931809520 -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 09 April 2008 15:42 To: Tomcat Users List Subject: RE: Control M char in java path when starting tomcat From: GARG, Vikrant, GBM [mailto:[EMAIL PROTECTED] Subject: Control M char in java path

Re: Control M char in java path when starting tomcat

2008-04-09 Thread Christopher Schultz
To: | Tomcat Users List Subject: RE: Control M char in java path when | starting tomcat | | From: GARG, Vikrant, GBM [mailto:[EMAIL PROTECTED] Subject: | Control M char in java path when starting tomcat | | I have checked through the various tomcat script and xml files, and | I cant find a reason for the ^M

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Nuno Manuel Martins
when starting tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vikrant, GARG, Vikrant, GBM wrote: | Actually I did not do any edits anywhere. I downloaded the tar.gz for | solaris from apache website to my windows pc, then psftp-ed it to | the solaris box, gunzipped and untarred

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Nuno Manuel Martins
Ooops, my bad, obviously meant dos2unix -Original Message- From: Nuno Manuel Martins Sent: quarta-feira, 9 de Abril de 2008 17:27 To: Tomcat Users List Subject: RE: Control M char in java path when starting tomcat Hi, If you have the tool installed you can just run unix2dos filename

Problem during starting tomcat-Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/s

2008-02-22 Thread Sneha Manohar
hi I have installed tomcat6.x. I have set the path of tomcat_home java_home. when I start server , screen closes.I have used catalina out , I get follwing error Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/s tartup/Bootstrap. sneha

Re: Problem during starting tomcat-Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/s

2008-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sneha, Sneha Manohar wrote: | I have installed tomcat6.x. I have set the path of tomcat_home java_home. | when I start server , screen closes.I have used catalina out , I get follwing error | Exception in thread main

Re: SecurityException when starting TomCat

2008-02-08 Thread Bob the BlueBerry
, January 15, 2008 1:24 PM To: Tomcat Users List users@tomcat.apache.org Subject: RE: SecurityException when starting TomCat From: Bob the BlueBerry [mailto:[EMAIL PROTECTED] Subject: SecurityException when starting TomCat Can you tell me how to fix this? java.lang.SecurityException: Servlet

RE: SecurityException when starting TomCat

2008-02-08 Thread Caldarale, Charles R
From: Bob the BlueBerry [mailto:[EMAIL PROTECTED] Subject: Re: SecurityException when starting TomCat I just enabled the invoker servlet because the book I'm reading told me to, and it said to use the '/servlet/*' mapping. Which one should I use? Throw that book away and read

RE: Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 4:15 PM To: Tomcat Users List Subject: RE: Starting Tomcat with JMX support From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: RE: Starting Tomcat with JMX support I found that, but am I calling that in a bat

RE: Starting Tomcat with JMX support

2008-01-25 Thread Caldarale, Charles R
From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: RE: Starting Tomcat with JMX support I found that, but am I calling that in a bat as switch after the tomcat5.exe? I'll bite: why are you doing that? If you want to run Tomcat from a .bat script, startup.bat should be the one used

RE: Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
, January 25, 2008 4:04 PM To: Tomcat Users List Subject: RE: Starting Tomcat with JMX support From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: Starting Tomcat with JMX support I was wondering how I would start Tomcat such that I can actually access the Jconsole for the JVM powering

Starting Tomcat with JMX support

2008-01-25 Thread Charlie Wingate
Hi All, I was wondering how I would start Tomcat such that I can actually access the Jconsole for the JVM powering it? I know my PID for the Java instance and I have found that the management agent is not enabled on this process. How do I enable? ( I have googled but

RE: Starting Tomcat with JMX support

2008-01-25 Thread Caldarale, Charles R
From: Charlie Wingate [mailto:[EMAIL PROTECTED] Subject: Starting Tomcat with JMX support I was wondering how I would start Tomcat such that I can actually access the Jconsole for the JVM powering it? It's in the doc: http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html If you're

RE: SecurityException when starting TomCat

2008-01-15 Thread Caldarale, Charles R
From: Bob the BlueBerry [mailto:[EMAIL PROTECTED] Subject: SecurityException when starting TomCat Can you tell me how to fix this? java.lang.SecurityException: Servlet of class org.apache.catalina.servlets.InvokerServlet is privileged and cannot be loaded by this web application

Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Thomas Chang
Hi all, I installed the Tomcat 5.5.17. After I set the java-agent in ther catalina.bat as follow: set JAVA_OPTS=%JAVA_OPTS% -javaagent:%CATALINA_BASE%\server\lib\spring-agent.jar After that I can't start the Tomcat anymore. Somebody knows why? Regards Thomas

RE: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Caldarale, Charles R
From: Thomas Chang [mailto:[EMAIL PROTECTED] Subject: Problem by starting Tomcat after setting the spring-agent.jar After that I can't start the Tomcat anymore. Somebody knows why? Not without some real information, such as the contents of the various Tomcat logs. Watch out for spaces

RE: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Caldarale, Charles R
From: Thomas Chang [mailto:[EMAIL PROTECTED] Subject: Re: Problem by starting Tomcat after setting the spring-agent.jar The problem is: As I double click the startup.bat, the cmd-console just come out very short a disappear. Stop trying to debug with a GUI. Start a command prompt, cd

Re: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Thomas Chang
The problem is: As I double click the startup.bat, the cmd-console just come out very short a disappear. Even worse, there is nothing wrote into the log. I am quite stranged. :-( I copy the spring-agent.jar under the /server/lib. If I commend out the set JAVA_OPTS=..., Tomcat can be started.

Re: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Thomas Chang
: Thursday, January 10, 2008 7:43 AM Subject: Problem by starting Tomcat after setting the spring-agent.jar Hi all, I installed the Tomcat 5.5.17. After I set the java-agent in ther catalina.bat as follow: set JAVA_OPTS=%JAVA_OPTS% -javaagent:%CATALINA_BASE%\server\lib\spring-agent.ja r

Re: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Thomas Chang
I start it in cmd-console but it's the same. :-( Vinu Varghese [EMAIL PROTECTED] schrieb: Don't double click, type startup from a console - I mean command prompt, You'll see some thing in the console :-) Vinu Varghese *I use mozilla Thunderbird. Do you ?* Thomas Chang wrote: The

RE: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Thomas Chang
:\Programme\Apache\apache-tomcat-5.5.17\bin Caldarale, Charles R [EMAIL PROTECTED] schrieb: From: Thomas Chang [mailto:[EMAIL PROTECTED] Subject: Re: Problem by starting Tomcat after setting the spring-agent.jar The problem is: As I double click the startup.bat, the cmd-console just

Re: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Martin Gainty
] To: users@tomcat.apache.org Sent: Thursday, January 10, 2008 8:47 AM Subject: Re: Problem by starting Tomcat after setting the spring-agent.jar I don't understand so much you wrote. I haven't deployed any war but just want to start the Tomcat. Where to find the /WEB-INF/applicationContext-jpa.xml

RE: Problem by starting Tomcat after setting the spring-agent.jar

2008-01-10 Thread Caldarale, Charles R
From: Thomas Chang [mailto:[EMAIL PROTECTED] Subject: RE: Problem by starting Tomcat after setting the spring-agent.jar Error opening zip file: C:\Programme\Apache\apache-tomcat-5.5.17\server\lib\spri ng-agent.jar -Djava.util.logging.manager Error occurred during initialization of VM

Cannot instantiate ModelMBean when starting Tomcat 5.5

2007-09-16 Thread Lorin Sutton
Good day, While trying to get a Tomcat instance started up, I keep getting the stacktrace listed below. Note that this error only occurs when attempting to start the server in $CATALINA_BASE. If I set CATALINA_BASE = CATALINA_HOME, the server starts up fine. Further, the tomcat-users (see

RE: Question on starting tomcat (as a windows service) from Ant

2007-08-03 Thread Lenny Wintfeld
[mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 2:55 PM To: Asensio, Rodrigo Subject: Question on starting tomcat (as a windows service) from Ant Rodrigo, Thanks for the feedback. That's essentially what I did as a stopgap measure. Got a little more basic even: Downloaded another copy

FW: Quesion on starting tomcat (as a windows service) from Ant

2007-07-31 Thread Asensio, Rodrigo
- From: Lenny Wintfeld [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 5:16 PM To: Asensio, Rodrigo Subject: RE: Quesion on starting tomcat (as a windows service) from Ant Rodrigo Thanks for the feedback. As it works out, when I drop the war into \webapps, tomcat partially deletes

RE: Question on starting tomcat (as a windows service) from Ant

2007-07-31 Thread Asensio, Rodrigo
on starting tomcat (as a windows service) from Ant Rodrigo, Thanks for the feedback. That's essentially what I did as a stopgap measure. Got a little more basic even: Downloaded another copy of Tomcat for windows, but didn't use the windows installer. Instead, I'm using the version that installs

RE: Quesion on starting tomcat (as a windows service) from Ant

2007-07-30 Thread Asensio, Rodrigo
@tomcat.apache.org Subject: Quesion on starting tomcat (as a windows service) from Ant I'm running tomcat locally on WinXP as a service. Now I'm starting to do webapp development. By experiment I've found the way to re-deploy a webapp when running Tomcat as a service is: Stop Tomcat service (with Procrun

RE: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Tony Fountain
learned :). Thanks, Tony Fountain Benefit Concepts, Inc. (419) 244-9936 x9010 -Original Message- From: Daniel Stephens [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 4:32 PM To: Tomcat Users List Subject: Re: Error starting Tomcat 5.5 as a Windows service Make sure you have

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Daniel Stephens
Users List Subject: Re: Error starting Tomcat 5.5 as a Windows service Make sure you have CATALINA_HOME pointed to your tomcat instance. make sure your java home is correct.. It sounds like it can't find the java home.. You did boot after the install right? If you added that environment variable

Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Tony Fountain
Hi, I am attempting to install Tomcat 5.5.23 as a Windows service on a Windows 2003 Server box. The steps I went through are as follows * Installed the JDK 1.5 Update 12 * Manually added the environment variable JAVA_HOME to C:\Program Files\Java\jdk1.5.0_12 (as a system variable,

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Daniel Stephens
Make sure you have CATALINA_HOME pointed to your tomcat instance. make sure your java home is correct.. It sounds like it can't find the java home.. You did boot after the install right? If you added that environment variable to the system section, you'll need to boot to pick it up or open a new

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread David Smith
java.lang.Object is the core ancestor of all java classes. Given it's pretty much available by default regardless of classpath or anything else I suspect your JVM install is messed up in some manner. Try reinstalling your JVM and start tomcat again. --David Tony Fountain wrote: Hi, I am

RE: Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Randy Bumgardner
Richmond, CA 94804 +1 510.621.5010 direct +1 510.402.8750 cell [EMAIL PROTECTED] www.inovis.com -Original Message- From: Tony Fountain [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 1:14 PM To: users@tomcat.apache.org Subject: Error starting Tomcat 5.5 as a Windows service Hi, I

Multiple instances when starting Tomcat

2007-05-07 Thread Moley Harey
Hi folks, I am having problems using Tomcat 5.5.20 with Java jdk1.5.0_08 in a Debien machine. The problem is that every time I start Tomcat then 15 instances are started instead of one single process as I am used to in other Tomcat environments I have used before. As so many processes are

Re: Multiple instances when starting Tomcat

2007-05-07 Thread Enrico Donelli
I think that you have many processes because each tomcat thread is mapped on a system process. I think this depends on the java vm/kernel, but I don't know the details. But it shouldn't be a problem, as long as I know. Also on my debian system, with kernel 2.4, I have the same behaviuor. Hope

starting Tomcat from Java

2007-05-04 Thread Paul Singleton
I (sometimes) want to start Tomcat (5.5 onwards) from Java, but I am not embedding: I just need to get the same effect as running bin/startup.bat but getting Tomcat to run in an existing JVM (so I can debug some other stuff). I am considering translating startup.bat into Java: has this already

Re: starting Tomcat from Java

2007-05-04 Thread Rashmi Rubdi
On 5/4/07, Paul Singleton [EMAIL PROTECTED] wrote: I (sometimes) want to start Tomcat (5.5 onwards) from Java, but I am not embedding: I just need to get the same effect as running bin/startup.bat but getting Tomcat to run in an existing JVM (so I can debug some other stuff). I am considering

RE: starting Tomcat from Java

2007-05-04 Thread Caldarale, Charles R
From: Paul Singleton [mailto:[EMAIL PROTECTED] Subject: starting Tomcat from Java I am considering translating startup.bat into Java: The resulting command line for 5.5 looks like this (spaces replaced by newlines for clarity): java -Djava.util.logging.manager

Re: starting Tomcat from Java

2007-05-04 Thread Wendy Smoak
On 5/4/07, Paul Singleton [EMAIL PROTECTED] wrote: I (sometimes) want to start Tomcat (5.5 onwards) from Java, but I am not embedding: I just need to get the same effect as running bin/startup.bat but getting Tomcat to run in an existing JVM (so I can debug some other stuff). Not sure about

Problem starting Tomcat on Windows 2003

2007-05-01 Thread Venkat Venkataramanan
Hello: I just installed Tomcat v6.0 on a Windows 2003 server. I stopped IIS and tried to run the batch file, startup.bat and the Command windows closed. I see the following errors in the log file: May 1, 2007 10:20:25 AM org.apache.catalina.core.AprLifecycleListener init INFO: The

RE: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Peter Crowther
From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] [...] java.net.BindException: Address already in use: JVM_Bind:8080 [...] 3. What does the exception on the last line mean? Port 8080 is already in use by some other application. As I recall, Process Explorer (from

Re: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Martin Gainty
: Venkat Venkataramanan [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, May 01, 2007 11:12 AM Subject: Problem starting Tomcat on Windows 2003 Hello: I just installed Tomcat v6.0 on a Windows 2003 server. I stopped IIS and tried to run the batch file, startup.bat and the Command

Re: Problem starting Tomcat on Windows 2003

2007-05-01 Thread David Smith
Peter Crowther wrote: From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] [...] java.net.BindException: Address already in use: JVM_Bind:8080 [...] 3. What does the exception on the last line mean? Port 8080 is already in use by some other application. As I

RE: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Caldarale, Charles R
From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] Subject: Problem starting Tomcat on Windows 2003 1. Where is the path for java.library.path getting set to? From the PATH environment variable for the process. This is the default value for a Sun JVM running on Windows. 2

RE: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Venkat Venkataramanan
Tomcat on Windows 2003 From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] Subject: Problem starting Tomcat on Windows 2003 1. Where is the path for java.library.path getting set to? From the PATH environment variable for the process. This is the default value for a Sun JVM running

Starting Tomcat 5.5.23 gives error in localhost.xxxx-xx-xx.log

2007-04-20 Thread Gupta, Medhavi \(GE Healthcare\)
Hi, I have tomcat 5.5.23 binary distribution Windows executable. Environmental variable JAVA_HOME is set to C:\Program Files\Java\jre1.5.0_06. When I try to start the Tomcat Service, I see the below error in localhost.-xx-xx.log file. I am not able to understand what can be the

Re: I get this error message while starting tomcat

2007-04-20 Thread David Smith
Seems pretty straight forward -- the user/host/password combo you provided isn't valid on your mysql server. Keep in mind mysql doesn't just check username and password, it also checks where you are logging in from (the host). You can test the login credentials by using the mysql command line

Re: I get this error message while starting tomcat

2007-04-20 Thread Orlando Reis
And don't forget to use the -h flag to specify the host you are connecting to on mysql command line. That might be different, having a FQDN or localhost. Try logging on your mysql database and very the mysql.user and mysql.dbtables. Orlando On 4/20/07, David Smith [EMAIL PROTECTED] wrote:

RE: Starting Tomcat 5.5.23 gives error in localhost.xxxx-xx-xx.log

2007-04-20 Thread Caldarale, Charles R
From: Gupta, Medhavi (GE Healthcare) [mailto:[EMAIL PROTECTED] Subject: Starting Tomcat 5.5.23 gives error in localhost.-xx-xx.log I have tomcat 5.5.23 binary distribution Windows executable. java.lang.ClassFormatError: Extra bytes at the end of class file listeners

I get this error message while starting tomcat

2007-04-19 Thread peri
. Thank you very much Perihan -- View this message in context: http://www.nabble.com/I-get-this-error-message-while-starting-tomcat-tf3609467.html#a10085885 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start

Re: I get this error message while starting tomcat

2007-04-19 Thread Rashmi Rubdi
Hi Perihan, On 4/19/07, peri [EMAIL PROTECTED] wrote: Hi, I'm a new user on tomcat. I'm using tomcat on my local machine for some application. I use tomcat version 4.1 MySql version 4.1.22 as database and eclipse 3.2 as ide. while I start tomcat on eclipse I got this error messsage: INFO:

Security question - starting tomcat as non-root user

2007-04-11 Thread Neil B. Cohen
Hi, I'm running Tomcat 5.5.20 with an application built under Netbeans 5.5. The application works fine. I've found a number of things on the web regarding the issue of running as a non-root user, but none match my needs exactly. If someone could point me at the right documentation, or answer

Re: Security question - starting tomcat as non-root user

2007-04-11 Thread Hassan Schroeder
On 4/11/07, Neil B. Cohen [EMAIL PROTECTED] wrote: Situation - I am installing tomcat and running it on port 8080. However, it is currently being started by the root user and I need to change that. If I just run the startup script as user 'foo', I get errors because it can't read various

Re: Security question - starting tomcat as non-root user

2007-04-11 Thread Neil B. Cohen
I didn't realize it could be that simple :) Thanks very much - I will give that a try... Much obliged, nbc On Wed, 2007-04-11 at 07:59 -0700, Hassan Schroeder wrote: On 4/11/07, Neil B. Cohen [EMAIL PROTECTED] wrote: Situation - I am installing tomcat and running it on port 8080.

Re: Security question - starting tomcat as non-root user

2007-04-11 Thread Jasbinder Singh Bali
Did you try running tomcat with JSVC. It'll run it as a deamon with the user privileges of your choicde On 4/11/07, Neil B. Cohen [EMAIL PROTECTED] wrote: I didn't realize it could be that simple :) Thanks very much - I will give that a try... Much obliged, nbc On Wed, 2007-04-11 at

Differences When Starting Tomcat (5.5) as a Windows Service vs User Pgm?

2007-03-15 Thread Rick Strong
Greetings, I have a servlet running happily in Tomcat 5.5 on a Windows 2003 Server when Tomcat is started as a user program. However, when I start it as a Windows service it seems to miss values from a properties file I keep in Tomcat/bin, and the servlet dies the death of a thousand

RE: Differences When Starting Tomcat (5.5) as a Windows Service vs UserPgm?

2007-03-15 Thread Caldarale, Charles R
From: Rick Strong [mailto:[EMAIL PROTECTED] Subject: Differences When Starting Tomcat (5.5) as a Windows Service vs UserPgm? Does the default directory change when running as a service? Yes, but you can set the current directory to whatever you want using tomcat5w.exe under the Startup

Re: create[8005]: java.net.BindException: error occured while starting tomcat on Ubuntu Plateform

2007-03-01 Thread David Smith
hetal wrote: StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address I have installed j2sdk1.5 and tomcat-5.0.28 on ubuntu plateform. I have changed port no in server.xml also but still i am facing same problem.. error that is displayed in catalina.out is

create[8005]: java.net.BindException: error occured while starting tomcat on Ubuntu Plateform

2007-02-28 Thread hetal
://www.nabble.com/create-8005-%3A-java.net.BindException%3A-error-occured-while-starting-tomcat-on-Ubuntu-Plateform-tf3325087.html#a9243996 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

problem starting Tomcat

2006-12-29 Thread Goykhman, Boris
Hi I have just installed Tomcat 5.0.28 on my XP machine and I am having trouble starting it. Here's the output that Catalina.bat produces: Using CATALINA_BASE: C:\jakarta-tomcat-5.0.28 Using CATALINA_HOME: C:\jakarta-tomcat-5.0.28 Using CATALINA_TMPDIR: C:\jakarta-tomcat-5.0.28\temp

Re: problem starting Tomcat

2006-12-29 Thread Steve R Burrus
well boris what with this java exception in the server error msg. : java.lang.ClassNotFoundException you must not have placed/put the 2 jar files, servlet-api.jar and jsp-api.jar into your system's classpath yet. Goykhman, Boris wrote: Hi I have just installed Tomcat 5.0.28 on my XP

RE: problem starting Tomcat

2006-12-29 Thread Caldarale, Charles R
From: Steve R Burrus [mailto:[EMAIL PROTECTED] Subject: Re: problem starting Tomcat well boris what with this java exception in the server error msg. : java.lang.ClassNotFoundException you must not have placed/put the 2 jar files, servlet-api.jar and jsp-api.jar into your system's

RE: problem starting Tomcat

2006-12-29 Thread Caldarale, Charles R
From: Goykhman, Boris [mailto:[EMAIL PROTECTED] Subject: problem starting Tomcat I have just installed Tomcat 5.0.28 on my XP machine and I am having trouble starting it. Why are you using such an old level rather than the current 5.5.20? java.lang.ClassNotFoundException

Problem starting tomcat sucessfully

2006-11-30 Thread Akinola Oke
I just installed tomcat 4.131 and the environment variables correctly set. However when launched, the start still did not complete successfully. Below is where the startup is being freeze. Is there any thing I should change in the jk2.properties file? 30.11.2006 21:37:44

starting tomcat 5 service for a special user?

2006-11-27 Thread OJAY78
Hi, I know that it is possible to start the tomcat service for a special user in the tomcat monitor . My Question now is how can I define this user without using the tomcat monitor? I can define all the other options and parameters with the command line (tomcat5.exe). Is there a file where I

Re: Starting Tomcat

2006-11-18 Thread David Schulberg
: Starting Tomcat From: David Schulberg [mailto:[EMAIL PROTECTED] Subject: Starting Tomcat Can run Tomcat as a windows service. Want to be able to run startup.bat but when I run it the output is: snip and nothing happens. This should open up a 2nd command prompt window, which will persist until

RE: Starting Tomcat

2006-11-18 Thread Caldarale, Charles R
From: David Schulberg [mailto:[EMAIL PROTECTED] Subject: Re: Starting Tomcat Running catalina run - same result What shows up in the command prompt window when you do this? (Do not use the Run... menu item from the Start button.) Are you using the exact same installation files

RE: Starting Tomcat

2006-11-18 Thread David Schulberg
[mailto:[EMAIL PROTECTED] Subject: Re: Starting Tomcat Running catalina run - same result What shows up in the command prompt window when you do this? (Do not use the Run... menu item from the Start button.) Are you using the exact same installation files as the service does? Do you have

RE: Starting Tomcat

2006-11-18 Thread Caldarale, Charles R
From: David Schulberg [mailto:[EMAIL PROTECTED] Subject: RE: Starting Tomcat F:\apache-tomcat-5.5.20\bincatalina run Using CATALINA_BASE: F:\apache-tomcat-5.5.20 Using CATALINA_HOME: F:\apache-tomcat-5.5.20 Using CATALINA_TMPDIR: F:\apache-tomcat-5.5.20\temp Using JRE_HOME:C

Starting Tomcat

2006-11-17 Thread David Schulberg
Hi, Can run Tomcat as a windows service. Want to be able to run startup.bat but when I run it the output is: F:\apache-tomcat-5.5.20\binstartup Using CATALINA_BASE: F:\apache-tomcat-5.5.20 Using CATALINA_HOME: F:\apache-tomcat-5.5.20 Using CATALINA_TMPDIR:

RE: Starting Tomcat

2006-11-17 Thread Caldarale, Charles R
From: David Schulberg [mailto:[EMAIL PROTECTED] Subject: Starting Tomcat Can run Tomcat as a windows service. Want to be able to run startup.bat but when I run it the output is: snip and nothing happens. This should open up a 2nd command prompt window, which will persist until

Re: problem starting tomcat

2006-11-02 Thread Rob Berens
Hi Raffaele, Raffaele Viola wrote: I solved the problem. The server had a incorrect LOOPBACK interface settings Thanks Raffo I seem to have the same problem. Could you please tell what changes you made to the LOOPBACK interface settings. Thanks in advance, Rob Berens

Re: problem starting tomcat

2006-09-29 Thread Raffaele Viola
1) port 8005 is not available on the machine (not allowed to that user or used by another application already), free it or change it in server.xml I try to change the port but I still have the problem 2) you have changed tomcat configuration on a perhaps multi ip machine to

Re: problem starting tomcat

2006-09-29 Thread David Smith
The shutdown port is always bound to the localhost interface (127.0.0.1) for security reasons. There is no chance of changing that. Does your system have a valid localhost interface? Also what OS are you working with? --David Raffaele Viola wrote: 1) port 8005 is not available on the

Re: problem starting tomcat

2006-09-29 Thread Raffaele Viola
I solved the problem. The server had a incorrect LOOPBACK interface settings Thanks Raffo

Re: problem starting tomcat

2006-09-28 Thread David Delbecq
Several possibilities 1) port 8005 is not available on the machine (not allowed to that user or used by another application already), free it or change it in server.xml 2) you have changed tomcat configuration on a perhaps multi ip machine to bind only on a specific interface (specific ip) and

Re: problem starting tomcat

2006-09-28 Thread taylan kuecuek
Raffaele Viola schrieb: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I read in the catalina.out, could someone help me? Thanks a lot Raffo 28-Sep-2006 16:03:28 org.apache.catalina.core.AprLifecycleListenerlifecycleEvent INFO: The Apache Tomcat Native library

Re: problem starting tomcat

2006-09-28 Thread David Delbecq
taylan kuecuek a écrit : Raffaele Viola schrieb: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I read in the catalina.out, could someone help me? Thanks a lot Raffo 28-Sep-2006 16:03:28 org.apache.catalina.core.AprLifecycleListenerlifecycleEvent INFO: The

Re: problem starting tomcat

2006-09-28 Thread taylan kuecuek
David Delbecq schrieb: taylan kuecuek a écrit : Raffaele Viola schrieb: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I read in the catalina.out, could someone help me? Thanks a lot Raffo 28-Sep-2006 16:03:28

Re: problem starting tomcat

2006-09-28 Thread David Smith
In addition to what others have suggested, I remember a thread concerning binding to an IPv4 address on a system that only accepted IPv6 bindings. Search the archives for that case. --David Raffaele Viola wrote: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I

Problem starting Tomcat 5.5 or 5.0 with java option, instead of jvm.

2006-08-01 Thread itamar_bs
2003 jdk1.5.0_07 Anyone? Thanks Itamar -- View this message in context: http://www.nabble.com/Problem-starting-Tomcat-5.5-or-5.0-with-java-option%2C-instead-of-jvm.-tf2031874.html#a5589514 Sent from the Tomcat - User forum at Nabble.com

error when starting tomcat 4.1.27

2006-06-02 Thread bhavik shah
Hi I have tomcat 4.1.27 server. when ever i start the tomcat i saw a message below Starting service Tomcat-Standalone Apache Tomcat/4.1.27 DCTMINFO Documentum Java Method Server DCTMINFO Docbase Names = DCTMINFO Host Names = DCTMINFO IP Addresses = DCTMINFO Java Method Dir =

Re: error when starting tomcat 4.1.27

2006-06-02 Thread Marc Farrow
It means that you have something specified to write/read a log file and you do not have permission to do that. Check your permissions on the directory or file for: java.io.FileNotFoundException:/log/fdk_server.log (Permission denied) On 6/2/06, bhavik shah [EMAIL PROTECTED] wrote: Hi I have

Re: error when starting tomcat 4.1.27

2006-06-02 Thread Filip Hanik - Dev Lists
the user that the tomcat VM runs as, needs to have write permissions to the following file mentioned below Filip bhavik shah wrote: Hi I have tomcat 4.1.27 server. when ever i start the tomcat i saw a message below Starting service Tomcat-Standalone Apache Tomcat/4.1.27 DCTMINFO

Re: Starting tomcat from different directory.

2006-05-30 Thread Markus Schönhaber
Ayusman dikshit wrote: If I am creating a web-application need I put it only in the webapps folder? Yes. Can I put it somewhere else in my directory structure (out of the usual tomcat installation directory) and point tomcat to consider this as a valid web application. Yes. Setting an

Re: Problem starting Tomcat in Netbeans

2006-05-29 Thread Marc Farrow
I don't know why you have the Common folder of tomcat in your classpath. that should not be needed. On 5/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Mon, May 29, 2006 at 12:31:12AM +0800, Justin See wrote: I've tried to search for it but couldn't find an answer. Please try to

<    1   2   3   4   5   >