RE: tomcat administration

2010-05-07 Thread Caldarale, Charles R
> From: zigg...@gmail.com [mailto:zigg...@gmail.com] > Subject: Re: tomcat administration > > Does virtual hosting work on a single instance of tomcat and jvm? Read the docs: http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html And Mark E's new WIKI entry: http:

Re: tomcat administration

2010-05-07 Thread ziggy25
Thanks for clarifying it. Does virtual hosting work on a single instance of tomcat and jvm? Sent from my BlackBerry® smartphone -Original Message- From: "Caldarale, Charles R" Date: Fri, 7 May 2010 14:18:45 To: Tomcat Users List Subject: RE: tomcat administration &g

RE: tomcat administration

2010-05-07 Thread Caldarale, Charles R
> From: zigg...@gmail.com [mailto:zigg...@gmail.com] > Subject: Re: tomcat administration > > Also have a look at catalina base That's for running multiple instances of Tomcat, which is another option but consumes more resources and requires multiple IP address or ports.

Re: tomcat administration

2010-05-07 Thread ziggy25
Also have a look at catalina base Sent from my BlackBerry® smartphone -Original Message- From: testwreq wreq Date: Fri, 7 May 2010 14:56:32 To: Tomcat Users List Subject: Re: tomcat administration Thank you. I will read about virtua. hosting. On Fri, May 7, 2010 at 12:12 PM

Re: tomcat administration

2010-05-07 Thread testwreq wreq
Thank you. I will read about virtua. hosting. On Fri, May 7, 2010 at 12:12 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [mailto:testw...@gmail.com] > > Subject: Re: tomcat administration > > > > I need ability for users to st

Re: tomcat administration

2010-05-07 Thread Timothy J Schumacher
Oops, I missed the requirement to keep the admin/manager app up - correct, you cannot keep the admin app (or any other app) up while you restart tomcat, but you can do a full restart and sit and wait and hope your newly created process doesn't crash or hang... Tim Pid wrote: On 07/05/2010 18

Re: tomcat administration

2010-05-07 Thread Pid
On 07/05/2010 18:20, Timothy J Schumacher wrote: >> I would like to give some test application users ability to start & >> restart >> the tomcat server but not the entire admin / manager interface. > > Actually this is possible in linux at least, though be very wary... No, it's clearly not. You

Re: tomcat administration

2010-05-07 Thread Timothy J Schumacher
I would like to give some test application users ability to start & restart the tomcat server but not the entire admin / manager interface. Actually this is possible in linux at least, though be very wary... one can shell out of java and call things using nohup with run in the background (trai

RE: tomcat administration

2010-05-07 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: tomcat administration > > I need ability for users to stop and restart a single webapp > without having access to other webapps which do not belong to > them. Is this possible? Yes. Use virtual hosting, so each u

RE: tomcat administration

2010-05-07 Thread La Spina, Massimo
I don't think it is possible, but if you need this feature, you can always extend/modify tomcat manager application... -Original Message- From: testwreq wreq [mailto:testw...@gmail.com] [...] I need ability for users to stop and restart a single webapp without having access to other w

Re: tomcat administration

2010-05-07 Thread testwreq wreq
lto:testw...@gmail.com] > Sent: 7. května 2010 16:49 > To: Tomcat Users List > Subject: Re: tomcat administration > > I entered the following line roles="admin,manager" /> in tomcat-users.xm file. I can login to the admin > http://localhost:8080/admin/ and application man

Re: tomcat administration

2010-05-07 Thread André Warnier
Caldarale, Charles R wrote: From: testwreq wreq [mailto:testw...@gmail.com] Subject: Re: tomcat administration I would like to give some test application users ability to start & restart the tomcat server but not the entire admin / manager interface. Is it possible to configure

RE: tomcat administration

2010-05-07 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: tomcat administration > > I would like to give some test application users ability to > start & restart the tomcat server but not the entire admin / > manager interface. Is it possible to configure this? T

RE: tomcat administration

2010-05-07 Thread La Spina, Massimo
Sorry for the typo... Below, I meant war file, not jar... -Original Message- From: La Spina, Massimo Sent: 7. května 2010 16:55 To: 'Tomcat Users List' Subject: RE: tomcat administration Hello. As somebody else already wrote, is not possible to stop/restart tomcat fro

RE: tomcat administration

2010-05-07 Thread La Spina, Massimo
...@gmail.com] Sent: 7. května 2010 16:49 To: Tomcat Users List Subject: Re: tomcat administration I entered the following line in tomcat-users.xm file. I can login to the admin http://localhost:8080/admin/ and application manager http://localhost:8080/manager/html I would like to give some test

Re: tomcat administration

2010-05-07 Thread André Warnier
testwreq wreq wrote: I would like to give some test application users ability to start & restart the tomcat server You may want to sit down, have a cup of coffee, and re-think harder about this statement, before someone really feels like answering it (again). -

Re: tomcat administration

2010-05-07 Thread testwreq wreq
I entered the following line in tomcat-users.xm file. I can login to the admin http://localhost:8080/admin/ and application manager http://localhost:8080/manager/html I would like to give some test application users ability to start & restart the tomcat server but not the entire admin / manager i

Re: tomcat administration

2010-05-07 Thread Ognjen Blagojevic
testwreq wreq wrote: http://localhost:8080 brings up the tomcat page & one of the option is "Administration". I would like to use this web interface and even give some of the test webapp users ability to restart tomcat. What is the URL of the administration application? Is it something that en

Re: tomcat administration

2010-05-07 Thread André Warnier
testwreq wreq wrote: I have a new installation of tomcat on centos. My $CATALINA_HOME is /usr/share/tomcat5 and tomcat is running. http://localhost:8080 brings up the tomcat page & one of the option is "Administration". I would like to use this web interface and even give some of the test webapp

RE: tomcat administration

2010-05-07 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: tomcat administration > > I have a new installation of tomcat on centos. My $CATALINA_HOME is > /usr/share/tomcat5 and tomcat is running. Care to tell us the *exact* version of Tomcat you installed? And how you installed it? (Is it a

RE: tomcat administration

2010-05-07 Thread La Spina, Massimo
There are special "admin" and "manager" roles. Try to define and use one of these. Massimo -Original Message- From: testwreq wreq [mailto:testw...@gmail.com] Sent: 7. května 2010 15:04 To: Tomcat Users List Subject: tomcat administration I have a new installation of tomcat on centos.

RE: Tomcat Administration

2007-07-31 Thread SophieKlusn
> From: SophieKlusn [mailto:[EMAIL PROTECTED] >> Subject: RE: Tomcat Administration >> >> The contents of admin.xml are as follows: > > That all looks reasonable. > >> I am still confounded with where the error page is >> being served from. > > Might

RE: Tomcat Administration

2007-07-30 Thread Caldarale, Charles R
> From: SophieKlusn [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat Administration > > The contents of admin.xml are as follows: That all looks reasonable. > I am still confounded with where the error page is > being served from. Might be time for a full search of your sy

RE: Tomcat Administration

2007-07-30 Thread SophieKlusn
much, Sophie Caldarale, Charles R wrote: > >> From: SophieKlusn [mailto:[EMAIL PROTECTED] >> Subject: RE: Tomcat Administration >> >> I don't know what you mean by multiple elements. > > In conf/server.xml, there must be at least one element, which >

RE: Tomcat Administration

2007-07-30 Thread Caldarale, Charles R
> From: SophieKlusn [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat Administration > > I don't know what you mean by multiple elements. In conf/server.xml, there must be at least one element, which uses the name "localhost" by default, and has an appBase attrib

RE: Tomcat Administration

2007-07-30 Thread SophieKlusn
Dear Charles, Thanks so much for your help. Yes, I did make sure that I emptied the browser cache (both IE and Firefox). And yes, I restart the same tomcat instance where I deleted the webapps/ROOT/admin folder. I don't know what you mean by multiple elements. In conf/catalina/ I have localhost

RE: Tomcat Administration

2007-07-30 Thread Caldarale, Charles R
> From: SophieKlusn [mailto:[EMAIL PROTECTED] > Subject: Tomcat Administration > > I have no clue from where the error page is being > served cause I deleted the admin directory from > webapps/ROOT folder. 1) Are you sure you emptied the browser cache? 2) Are you sure you're accessing the same

Re: Tomcat Administration Package Download?

2007-07-04 Thread David Smith
cc Please respond to Subject "Tomcat Users Re: Tomcat Administration Package List" Download?

Re: Tomcat Administration Package Download?

2007-07-04 Thread Stephen . Morris
/2007 19:05 cc Please respond to Subject "Tomcat Users Re: Tomcat Administration Package

Re: Tomcat Administration Package Download?

2007-07-02 Thread Stephen . Morris
cc Please respond to Subject "Tomcat Users Re: Tomcat Administration Package List&qu

Re: Tomcat Administration Package Download?

2007-07-02 Thread GHOSTRIDER
This is a freeware Tomcat management app. that was posted here on the list some time ago that may prove to be useful to you Steve. *Tomcat Service Manager by David Boyer* *Link>* http://web.bvu.edu/staff/david/index.jsp?section=software&subsection=tcservcfg&page=overview Good Luck Visit My Home

Re: Tomcat Administration Package Download?

2007-07-02 Thread David Smith
There is no admin webapp for tomcat 6 and there is no plan to implement it. This has been answered in the archives so you could do a search for more details on why if you need more info. --David [EMAIL PROTECTED] wrote: Hi, Can anybody tell me where I can find the administration packag

Re: Tomcat Administration HTTP Status 500 -

2007-06-07 Thread Elton Kong
David, Yes, the admin folder is under the server/admin folder. I basically just untarred it and that's where it was. I didn't change any of the files but I did check to see if they were there and in the correct place. Elton David Smith wrote: This may or may not be the problem, but did you i

Re: Tomcat Administration HTTP Status 500 -

2007-06-07 Thread David Smith
This may or may not be the problem, but did you install it in server/webapps next to the manager webapp? That is where it's supposed to be as opposed to in the webapps directory with the other webapps. --David Elton Kong wrote: Martin, Here is the log pasted. There is a little more at the e

Re: Tomcat Administration HTTP Status 500 -

2007-06-06 Thread Elton Kong
Martin, Here is the log pasted. There is a little more at the end I believe but this should outline the picture, thanks! Elton - 2007-06-06 17:02:41 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception javax.servlet.ServletException: Canno

Re: Tomcat Administration HTTP Status 500 -

2007-06-06 Thread Martin Gainty
Hi Elton what does the log say at $CATALINA_HOME/logs/admin.-MM-DD.log Thanks/ M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, p

Re: Tomcat Administration

2007-04-17 Thread Martin Gainty
Ven With tomcat 5.5 Admin Isnt installed by default anymore you will have to install manually go to manager page and at bottom manually browse for catalina-admin.war and browse for the war file webapps\catalina-admin.war and deploy Martin This email message and any files transmitted with it c

Re: Tomcat Administration

2007-04-17 Thread David Smith
Your question is answered in the tomcat FAQ. See the link below for further information: http://wiki.apache.org/tomcat/HowTo#head-f50555909547d981d0e2b030323632b26047013e --David Venkata Naveen wrote: hi Hi iam unable to get the tomcat administration page. It is giving the message like "Tom

Re: Tomcat Administration

2007-03-31 Thread dimitryous r .
Hello, I did what you suggested: so now I have : in the directory /usr/local/apache-tomcat-5.5.20/conf/Catalina/ localhost/ conf/___ ___Catalina __localhost _admin.xml _host-manager.xml _manager.xml and in /usr/local/

RE: Tomcat Administration

2007-03-31 Thread Tim Lucia
> -Original Message- > From: dimitryous r. [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 31, 2007 8:04 AM > To: Apache Tomcat > Subject: Tomcat Administration > > Hello, > I just finished my upgrade to Apache Tomcat/5.5.20. > > I know that for security reasons, using the administrati

Re: tomcat administration data sources/jndi

2007-02-02 Thread Aljosa Mohorovic
line DataSource ds = (DataSource) initialContext.lookup("java:comp/env/jdbc/zbi"); is DataSource ds = (DataSource) initialContext.lookup("java:comp/env/jdbc/test"); On 2/2/07, Aljosa Mohorovic <[EMAIL PROTECTED]> wrote: i created jndi datasource in tomcat administration (Resources > Data Sou

Re: Tomcat Administration & SQL Server 2005

2006-09-06 Thread Garthfield Carter
Hi Jimmy, Firstly no need to send a message twice! A quick Google gave me the following: Apache / Tomcat 5.5 / Windows - http://www.devside.net/web/server/windows/tomcat You can download the SQL Server 2005 JDBC Driver from Microsoft from here: http://www.microsoft.com/downloads/details.as

Re: Tomcat Administration & SQL Server 2005

2006-09-06 Thread Jimmy Lindsey
I need help with the following Tomcat issues: 1. I have Tomcat 5.5 running on a windows PC, but I am unable to get Tomcat Administration to work. 2. I need help on getting SQL Server 2005 to work with Tomcat 5.5. 3. How to setup Tomcat to work with Apache Web Server. Thanks --

Re: Tomcat Administration & SQL Server 2005

2006-09-06 Thread Jimmy Lindsey
I need help with the following Tomcat issues: 1. I have Tomcat 5.5 running on a windows PC, but I am unable to get Tomcat Administration to work. 2. I need help on getting SQL Server 2005 to work with Tomcat 5.5. 3. How to setup Tomcat to work with Apache Web Server. Thanks --

RE: Tomcat Administration Package installation

2006-02-27 Thread Dhaval Patel
Hi, First download tomcat-admin package from website for appropriate OS. Then unzip it. When you unzip the tomcat-admin (both on linux as well as on windows), say you unzip into TEMP directory. Now open TEMP directory and take some time to view the directory structure there. Now go to your t

RE: Tomcat Administration Package installation

2006-02-27 Thread Biernesser, Beth
I have the same question ... And would appreciate any information on the installation instructions. I am working on a Linux server. Thanks so much. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 6:02 PM To: users@tomcat.apache.org S

Re: Tomcat Administration Package installation

2006-02-24 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > I have downloaded the Administration Package. It is the > apache-tomcat-5.5.15.zip. In which exact directory should I unbundle > the file? C:\Program Files\Apache Software Foundation\Tomcat 5.5 Mark -

RE: Tomcat Administration Package installation

2006-02-24 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Tomcat Administration Package installation > > I have downloaded the Administration Package. It is the > apache-tomcat-5.5.15.zip. That's the name of the main Tomcat download, not the admin package, which is in apache-tomcat-5.5.15-ad