tomcat manager application access

2005-02-24 Thread tom 12345
Hi, We have a requirement to allow the manager application of tomcat to be accessed only from the local machine, it should not be accessed from remote. What are the possible ways to achive this. Can we specify filter request in the manager application context as below Will it only

RE: manager application

2005-02-14 Thread Dale, Matt
To use the manager app you have to add a user into the tomcat-users.xml with the manager role. Ta Matt -Original Message- From: P.M [mailto:[EMAIL PROTECTED] Sent: 13 February 2005 14:43 To: Jarkarta - TOMCAT Apache Subject: manager application Hi, I open the localhost:8080 without

Re: manager application

2005-02-14 Thread Jens Joachim
-Mail: [EMAIL PROTECTED] - Original Message - From: "P.M" <[EMAIL PROTECTED]> To: "Jarkarta - TOMCAT Apache" Sent: Sunday, February 13, 2005 3:42 PM Subject: manager application > Hi, > > I open the localhost:8080 without any trouble now, but > i hace

manager application

2005-02-13 Thread P.M
Hi, I open the localhost:8080 without any trouble now, but i hace an error message 403 everyting that i try to access to manager or admin applications. i tested all username and password which are in tomcat-users.xml, but nothing work.. i know from windows install exe file, that another profile

RE: Problem with Manager application

2004-11-23 Thread Shapira, Yoav
that I've created and that run fine on an older machine. >On the new machine, when I try to use the manager application that comes >with tomcat to deploy one of my app, I get this exception. > >type Exception report > >message > >description The serv

Problem with Manager application

2004-11-23 Thread Dave Robbins
ine, when I try to use the manager application that comes with tomcat to deploy one of my app, I get this exception. type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Se

RE: Manager application in TC 4.1

2004-10-13 Thread Shapira, Yoav
rom: Andoni [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 12, 2004 4:59 PM >To: Tomcat Users List >Subject: Manager application in TC 4.1 > >Hello, > >I have just upgraded to Tomcat 4.1 and I have encountered the fact that the >manager application is now at: > >www.mydom

Re: Manager application in TC 4.1

2004-10-12 Thread Andoni
as to whether it is possible to change the URL for the manager application in Tomcat 4.1.24 are welcome. Thanks in advance. Andoni. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Tuesday, October 12, 2004 9:5

RE: Manager application in TC 4.1

2004-10-12 Thread Mike Curwen
put an index.html page under $CATALINA_HOME/server/webapps/manager and have it contain a link to /html or a meta refresh. > -Original Message- > From: Andoni [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 12, 2004 3:59 PM > To: Tomcat Users List > Subject: Manager ap

Manager application in TC 4.1

2004-10-12 Thread Andoni
Hello, I have just upgraded to Tomcat 4.1 and I have encountered the fact that the manager application is now at: www.mydomain.com:8080/manager/html/ What is the simples way to change this to be at www.mydomain.com:8080/manager ? I have changed the mappings but that breaks the mappings in the

RE: tomcat manager application problems

2004-09-14 Thread Noah Davis
st. We do this for mission-critical applications. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Noah Davis [mailto:[EMAIL PROTECTED] >Sent: Monday, September 13, 2004 4:53 PM >To: [EMAIL PROTECTED] >Subject: tomcat manager application problems &

RE: question about non-responding commands in tomcat 5.5.1 manager application

2004-09-14 Thread Shapira, Yoav
t;-Original Message- >From: Ginger Cheng [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 14, 2004 3:23 PM >To: [EMAIL PROTECTED] >Subject: question about non-responding commands in tomcat 5.5.1 manager >application > >Hello, Tomcat Gurus, > I have installed tomcat 5

question about non-responding commands in tomcat 5.5.1 manager application

2004-09-14 Thread Ginger Cheng
Hello, Tomcat Gurus, I have installed tomcat 5.5.1 under linux redhat 9, with j2sdk-1.4.2_05 and the compat package to make it compatable. Everything works fine until I came to the point of using tomcat manager. THe command button (start, stop..) didn't respond at all. I checked logs/catali

RE: tomcat manager application problems

2004-09-14 Thread Shapira, Yoav
-critical applications. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Noah Davis [mailto:[EMAIL PROTECTED] >Sent: Monday, September 13, 2004 4:53 PM >To: [EMAIL PROTECTED] >Subject: tomcat manager application problems > >I recently deploye

tomcat manager application problems

2004-09-13 Thread Noah Davis
I recently deployed the manager app for Tomcat/5.0.18 with the hope that I could use it to deploy apps without taking down all the other applications running on the server. However, I've had nothing but problems with the tomcat manager. I've been using mostly the HTML version. Some problems have in

Deploying problem with ant and the manager application

2004-06-17 Thread Johan Bång
Hi I'm trying to deploy a application using ANT but I don't get it to work. I know that I'm doing som general error here, but since it's my first build.xml script I just couldn't figure it out. My install task looks something like this: description="List installed applications on serve

AW: Manager Application does not remove webapp correctly

2004-03-29 Thread Just Fun 4 You
holds processes on these jars because there might be a problem for tomcat with i/o operations. But I am just guessing. Is there no struts user who deploys/undeploys with the Tomcat Manager Application and experiences the same problem??! Dirk -Ursprüngliche Nachricht- Von: Parsons Technical

Re: Manager Application does not remove webapp correctly

2004-03-29 Thread Parsons Technical Services
]> Sent: Monday, March 29, 2004 3:51 AM Subject: AW: Manager Application does not remove webapp correctly Hi Doug, if I put struts.jar and securityfilter.jar in the tomcat common/lib folder it works. However, I am not allowed to put these jars there. I have to ship them with the webapp, so I am sti

AW: Manager Application does not remove webapp correctly

2004-03-29 Thread Just Fun 4 You
, Dirk -Ursprüngliche Nachricht- Von: Parsons Technical Services [mailto:[EMAIL PROTECTED] Gesendet: Montag, 29. März 2004 03:09 An: Tomcat Users List Betreff: Re: Manager Application does not remove webapp correctly Dirk, Have you tried putting these jars in common/lib? This way they

Re: Manager Application does not remove webapp correctly

2004-03-28 Thread Parsons Technical Services
> To: <[EMAIL PROTECTED]> Sent: Sunday, March 28, 2004 7:06 PM Subject: Manager Application does not remove webapp correctly > Hi, > > I am using Tomcat 4.1.29 and deploy/undeploy my webapp with the Tomcat > Manager Application. My webapp uses Struts 1.1, SecurityFilter and Log4J. &

Manager Application does not remove webapp correctly

2004-03-28 Thread Just Fun 4 You
Hi, I am using Tomcat 4.1.29 and deploy/undeploy my webapp with the Tomcat Manager Application. My webapp uses Struts 1.1, SecurityFilter and Log4J. The first deploy works fine. Then, when I remove the webapp, the app folder is not totally removed from the tomcat webapps directory. The folder

Manager application remove function doesn't remove deployed directory location

2004-02-17 Thread David Harvey
Hello all, My platform is Windows 2000 Apache-Tomcat 4.1.29, J2SDK1.4.2_01. I have written a struts-based web application. I install the application using the tomcat manager application and things are fine. When I try to remove the application using the tomcat manager application (for

how to start the root context with manager application

2004-01-05 Thread Brouns, Francis
Hello, we recently installed Tomcat 4.1.24 on a SUSE 8.2 Linux machine and are trying to get to know how to start, stop and reload applications. So far, Tomcat and the applications seem to be running fine. We have defined our application to run as the default or ROOT application. In the Tomcat man

Re: question on manager application

2003-12-10 Thread Rhino
I'm not sure I understand your question. I deploy WAR files regularly to a remote Tomcat4 and it's very easy: 1. Go to the Manager application in your remote Tomcat. 2. If there is already an old version of the servlet on your remote Tomcat, remove the old version of the servlet using

question on manager application

2003-12-10 Thread T C K
I am in need to deploy a WAR file to a remote Tomcat4 and need to have the WAR file expanded. Any pointers as to what the URL to the manager app would look like (i.e the 'war' parameter - btw, what's the difference between file:/.../foo.war and jar:file:/.../foo.war!/ ???) and to expand the archiv

Tomcat 4.0.4 Manager Application

2003-10-20 Thread andrew
When I try and run the following command: http://localhost:8080/manager/stop?path=/foo I get the following error: java.lang.NoSuchMethodError: org.apache.naming.resources.ProxyDirContext.getDirContext() Ljavax/naming/directory/DirContext; at org.apache.catalina.core.StandardContext.st

Re: Bit confused: Admin Tool vs Manager Application

2003-09-08 Thread Tim Funk
AFAICT, you'll need to update if you want that functionality. -Tim [EMAIL PROTECTED] wrote: Hi. Is it a simple mater of downloading some java code from jakarta.apache.org and putting it in the proper folder ? Does it require an upgrade from 404 to get the full functionalities? TIA :-) Bill Barker

Re: Bit confused: Admin Tool vs Manager Application

2003-09-07 Thread achana
Hi. Is it a simple mater of downloading some java code from jakarta.apache.org and putting it in the proper folder ? Does it require an upgrade from 404 to get the full functionalities? TIA :-) Bill Barker wrote: > > Tomcat 4.0.4 only has the 'manager' (which is similar to the 4.1.x 'manager' > (

Re: Bit confused: Admin Tool vs Manager Application

2003-09-07 Thread Bill Barker
Tomcat 4.0.4 only has the 'manager' (which is similar to the 4.1.x 'manager' (but with fewer features), and the 3.3.x 'admin'). <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > THX, but where does 404 fit in. > It's neither 3.3+ or 4.1+ > TIA > > > Bill Barker wrote: > > > > The 'admi

Re: Bit confused: Admin Tool vs Manager Application

2003-09-07 Thread achana
THX, but where does 404 fit in. It's neither 3.3+ or 4.1+ TIA Bill Barker wrote: > > The 'admin' Context in 3.3.x is similar tothe 'manager' Context in 4.1.x. > There are big difference when you get down to the specifics (e.g. 3.3 > doesn't include Ant tasks), but in "Big Picture" terms, they do

Re: Bit confused: Admin Tool vs Manager Application

2003-09-06 Thread Bill Barker
The 'admin' Context in 3.3.x is similar tothe 'manager' Context in 4.1.x. There are big difference when you get down to the specifics (e.g. 3.3 doesn't include Ant tasks), but in "Big Picture" terms, they do much the same thing from the HTML interface. <[EMAIL PROTECTED]> wrote in message news:[EM

Bit confused: Admin Tool vs Manager Application

2003-09-06 Thread achana
Hi All. I'm on TC404, looking at manager configuration. Is Administration Tool only available in TC3.x? Is the Manager Applicatio only available in TC4.1+? Seems like TC404 is somewhere in between. - To unsubscribe, e-mail: [EMA

Manager Application and catalina.policy?

2003-08-27 Thread achana
H Does HttpConnector have to be enabled on some port e.g. 8080 to use Manager Application ? I am happy with just Ajp at the moment. I am on TC4.0.x and it is not possible to upgrade to TC4.1.x at the moment. Cheers :-) "Shapira, Yoav" wrote: > > Howdy, > No, you

Re: Is it posible to Start and Stop a single web application on local server without using the Manager application

2003-07-14 Thread John Turner
The problem you are experiencing is caused by mod_webapp's configuration peculiarities, not by any deficiency in Tomcat or the Tomcat Manager app. Since mod_webapp is no longer actively developed, my guess is you will have to develop a workaround on your own if it is causing you problems. I s

Re: Is it posible to Start and Stop a single web application on local server without using the Manager application

2003-07-14 Thread John Turner
Reason #953 why you shouldn't use mod_webapp. My point is simple: if it is a separate web application, and it is working, then it should be accessible via the Tomcat Manager application. There is no reason whatsoever to involve Apache or mod_webapp if doing so is causing you grief.

RE: Is it posible to Start and Stop a single web application on local server without using the Manager application

2003-07-14 Thread Ove Heimark
>I don't use mod_webapp. If you are contacting Tomcat's manager on port >8080, Tomcat will behave according to the host header (host name) used in >the URL. If there's a web app under that host name and everything else is >correct (permissions, etc.) then you can manage the web app. This is not

Re: Is it posible to Start and Stop a single web application on local server without using the Manager application

2003-07-14 Thread John Turner
ilto:[EMAIL PROTECTED] Sent: 14. juli 2003 21:28 To: Tomcat Users List Subject: Re: Is it posible to Start and Stop a single web application on local server without using the Manager application Don't use mod_webapp. Contact the Tomcat Manager on port 8080 (use :8080 in your URL), and avoid

RE: Is it posible to Start and Stop a single web application on local server without using the Manager application

2003-07-14 Thread Ove Heimark
posible to Start and Stop a single web application on local server without using the Manager application Don't use mod_webapp. Contact the Tomcat Manager on port 8080 (use :8080 in your URL), and avoid Apache entirely. John On Mon, 14 Jul 2003 21:25:35 +0200, Ove Heimark <[EMAIL P

Re: Is it posible to Start and Stop a single web application on local server without using the Manager application

2003-07-14 Thread John Turner
ment/update routines from ANT or other shell scripts executing locally. When using Apache webserver and mod_webapp to map virtual hosts to webapps, the usage of the Tomcat Manager application seem to be unsupported? Something like this would be nice: ./catalina stop_app "myapp" ./catalina

Is it posible to Start and Stop a single web application on local server without using the Manager application

2003-07-14 Thread Ove Heimark
It would be convenient to be able to control each web application in automatic deployment/update routines from ANT or other shell scripts executing locally. When using Apache webserver and mod_webapp to map virtual hosts to webapps, the usage of the Tomcat Manager application seem to be

Re: Manager application.

2003-03-21 Thread Andoni
Thursday, March 20, 2003 6:39 PM Subject: Manager application. > Hello, > > I am using Tomcat 4.0.4 and the manager application to upload .war files. > This works fine. The question I have is "where are my files being uploaded > to?" as I don't see them in the we

Manager application.

2003-03-20 Thread Andoni
Hello, I am using Tomcat 4.0.4 and the manager application to upload .war files. This works fine. The question I have is "where are my files being uploaded to?" as I don't see them in the webapps directory of the remote server. Also, if it is being held in memory some how then

installing war file using manager application

2003-02-06 Thread Michael Muller
I'm trying to use the manager application to install a war file and I can't figure out what to put in the three fields that show up on the web page. I have created admin and manager roles, and an account for myself that has both these roles. I'm trying to install the struts do

HTML Manager Application "FAIL - Invalid application URL was specified"

2002-12-16 Thread Jon Eaves
Hi all, First, the preamble: Tomcat 4.1.12, Windows 2k. I've searched the archives to no avail. I've had a million monkeys typing in URLs without success. I've even read the documentation, but that didn't help. Can anybody tell me the magic combination that I need to type into either the Config

RE: Manager application - quick question

2002-11-18 Thread Cox, Charlie
both are safe. reload will be faster(one command vs two), but start/stop will allow web.xml to be read again. Charlie > -Original Message- > From: Renato [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 1:30 PM > To: [EMAIL PROTECTED] > Subject: Manager appl

Manager application - quick question

2002-11-18 Thread Renato
Hi all, I'll deploy the manager application to my users. Probably the only funcionality I'll let them use is to stop and start their web applications. Which is the safest method ? - reload ? - stop / start ? - indifferent ? Thanks Renato. -- To unsubscribe, e-mail: <

Tomcat 4.0.6 and manager application problem

2002-11-03 Thread jjnfg
Sorry my previous posting didn't have the accurate title. When I tried to logon to Tomcat's manager application with the user name(dba) & password(dba) defined in /conf/tomact-users.xml I get the following message. And my browser displayed : "HTTP 500 - Internal server e

Manager application and JDBCRealm

2002-10-04 Thread Brian Buckley
Hello, Is the Manager application that comes with Tomcat for use with the MemoryRealm only, or can it be used with other types of realms, in particular, the JDBCRealm? If it can be used with the JDBCRealm, how does one configure the JDBCRealm to store the additional descriptive information

RE: Manager application and JDBCRealm

2002-10-04 Thread Collins, Jim
nt: 04 October 2002 13:34 > To: [EMAIL PROTECTED] > Subject: Manager application and JDBCRealm > > > Hello, > > Is the Manager application that comes with Tomcat supposed be > used with the MemoryRealm only, or can it be used with other > types of realms, in particular, t

Manager application and JDBCRealm

2002-10-04 Thread Brian Buckley
Hello, Is the Manager application that comes with Tomcat supposed be used with the MemoryRealm only, or can it be used with other types of realms, in particular, the JDBCRealm? If it can be used with the JDBCRealm, how does one configure the JDBCRealm to store the additional descriptive

Re: web.xml and manager application

2002-09-23 Thread William Wragg
Hi, Not sure what this would be, permissions? Have a look at: http:///tomcat-docs/manager-howto.html If this doesn't help, send the command, directory of webapp, etc... and I'll see if there is anything wrong. I'm not sure if 4.0.1 is different from 4.0.4 where the manager is concerned, so if

Re: web.xml and manager application

2002-09-20 Thread info
Hi, > If the webapp is just in a directory _not_ packaged as a .war file then use: > http://localhost:8080/manager/install?path=/myApp&war=file:/path/to/myApp thanks for your answere. Well it is not working with me I am getting an error: FAIL - Encountered exception java.lang.IllegalArgumentExce

Re: web.xml and manager application

2002-09-20 Thread William Wragg
localhost:8080/manager/install?path=/myApp&war=file:/path/to/myApp > > > > This seemed to reparse the web.xml file OK. > > > > Reagards, > > > > Wm. > > > > At 12:29 20/09/2002, you wrote: > > > > >Hi, using > > >Tomcat 4.0

Re: web.xml and manager application

2002-09-20 Thread info
Reagards, > > Wm. > > At 12:29 20/09/2002, you wrote: > > >Hi, using > >Tomcat 4.0.1 on a Linux Box (SuSE 7.3) with JDK 1.3.1. > >When I change the web.xml of a webapp and want to reload that webapp > >using the manager application the web.xml-file is not parse

Re: web.xml and manager application

2002-09-20 Thread info
[mailto:[EMAIL PROTECTED]] > > Sent: Friday, September 20, 2002 10:15 AM > > To: Tomcat Users List > > Subject: Re: web.xml and manager application > > > > > > Hi, > > > > I had this on 4.0.4. The way I got around it was: > > > > (1) Undeploy

RE: web.xml and manager application

2002-09-20 Thread Cox, Charlie
just use stop and start. That will read the web.xml Charlie > -Original Message- > From: William Wragg [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 10:15 AM > To: Tomcat Users List > Subject: Re: web.xml and manager application > > > Hi, >

Re: web.xml and manager application

2002-09-20 Thread William Wragg
t 12:29 20/09/2002, you wrote: >Hi, using >Tomcat 4.0.1 on a Linux Box (SuSE 7.3) with JDK 1.3.1. >When I change the web.xml of a webapp and want to reload that webapp >using the manager application the web.xml-file is not parsed again. >Only when I restart the container. >Is t

web.xml and manager application

2002-09-20 Thread info
Hi, using Tomcat 4.0.1 on a Linux Box (SuSE 7.3) with JDK 1.3.1. When I change the web.xml of a webapp and want to reload that webapp using the manager application the web.xml-file is not parsed again. Only when I restart the container. Is that normal? Is there a soulution? It is quite unhandy

Tomcat Manager Application and Apache

2002-07-17 Thread Nikolas A. Rathert
Hi, is it possible, that the Tomcat Manager Application only works for Tomcat Standalone? I connected Tomcat and Apache and worked with the manager application. I was not able to access the installed web applications without explicitly directing the browser to port 8080. If I want to work with

Re: deploying a new application using /manager - application couldnot be started

2002-07-10 Thread Craig R. McClanahan
: Re: deploying a new application using /manager - application > could not be started > > Hi Craig, > > Historians believe that in 2002-07-10 Craig R. McClanahan wrote: > > > Installing an application automatically starts it -- you don't need to do > > that separ

Re: deploying a new application using /manager - application couldnot be started

2002-07-10 Thread João Luiz de Brito Macaíba
Luiz de Brito Macaíba <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: deploying a new application using /manager - application could > > not be started > > > > Hi, > > > >

Re: deploying a new application using /manager - application couldnot be started

2002-07-10 Thread Craig R. McClanahan
gt; From: João Luiz de Brito Macaíba <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: deploying a new application using /manager - application could > not be started > > Hi, > > I am trying to d

deploying a new application using /manager - application could notbe started

2002-07-10 Thread João Luiz de Brito Macaíba
Hi, I am trying to deploy a application (jcvslet). So, I took the following actions: 1. Installing the application -- in : http://localhost/manager/install?path=/jcvslet&war=jar:file:///C:/Program%20Files/Apache%20Tomcat%204.0/war/jcvslet.war!/ out: OK - Installed ap

deploying a new application using /manager - application could notbe started

2002-07-09 Thread João Luiz de Brito Macaíba
Hi, I am trying to deploy a application (jcvslet). So, I took the following actions: 1. Installing the application -- in : http://localhost/manager/install?path=/jcvslet&war=jar:file:///C:/Program%20Files/Apache%20Tomcat%204.0/war/jcvslet.war!/ out: OK - Installed ap

Re: Tomcat 4.1/4.0 manager application

2002-06-15 Thread Craig R. McClanahan
On Fri, 14 Jun 2002, Sam Ewing wrote: > Date: Fri, 14 Jun 2002 23:07:48 -0700 (PDT) > From: Sam Ewing <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Tomcat 4.1/4.0 manager applic

Re: Tomcat 4.1/4.0 manager application

2002-06-14 Thread Sam Ewing
"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > On Fri, 14 Jun 2002, Sam Ewing wrote: > > > Date: Fri, 14 Jun 2002 13:00:25 -0700 (PDT) > > From: Sam Ewing <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List > <[EMAIL PROTECT

Re: Tomcat 4.1/4.0 manager application

2002-06-14 Thread Craig R. McClanahan
On Fri, 14 Jun 2002, Sam Ewing wrote: > Date: Fri, 14 Jun 2002 13:00:25 -0700 (PDT) > From: Sam Ewing <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Tomcat 4.1/4.0 manager application > > I'm

Re: Tomcat 4.1/4.0 manager application

2002-06-14 Thread TMotte
Sam Ewing cc: Subj

Tomcat 4.1/4.0 manager application

2002-06-14 Thread Sam Ewing
I'm facing a few problems with the Tomcat manager application.. 1. In 4.0.4, the install command copies the web app into the appBase directory.. in 4.1.3, the install does not do this; however the installed application is availble for use. After restarting Tomcat 4.1, the newly inst

RE: id and password for Manager application?

2002-05-31 Thread John Niven
> -Original Message- > From: Sandeep Contractor [mailto:[EMAIL PROTECTED]] > Sent: 31 May 2002 13:16 > To: [EMAIL PROTECTED] > Subject: id and password for Manager application? > > > what is id and password for Manager application? > > thanks, > &

id and password for Manager application?

2002-05-31 Thread Sandeep Contractor
what is id and password for Manager application? thanks, sandeep

ajp13 and the manager application

2002-05-30 Thread Friedli Beat
Hi list I'm using tomcat throgh an isapi filter in IIS and the ajp13 Connector. This works fine for all applications except for the manager application. This works only if I call it directly from tomcat. Is this a security problem? Thanks for your help mit freundlichen Grussen Galex

RE: Please advice: Deploy the manager application

2002-03-12 Thread Cox, Charlie
see intermixed > -Original Message- > From: Renato [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 7:33 AM > To: [EMAIL PROTECTED] > Subject: Please advice: Deploy the manager application > > > Hi all, > > I want to deploy the manager applicati

Please advice: Deploy the manager application

2002-03-12 Thread Renato
Hi all, I want to deploy the manager application to stop and start different contexts on a multiple Virtual Host environment. I don't want my clients to have direct access to it, just the administrator ( I'm thinking to build a wrapper around it, so it will be transparent for th

Tomcat Manager Application Questions and Problems

2001-10-22 Thread Frank Lawlor
1) Does "reload" pick up changes to web.xml? 2) I added manager servlet to my web app (/AGCW) and when I send the manager a command to reload I get the following in the localhost_log: 2001-10-22 16:32:34 StandardWrapper[/AGCW:Manager]: Loading container servlet Manager 2001-10-22 16:32:34

manager application bug

2001-05-19 Thread Ryan Kennedy
In reading up on the Tomcat Manager Application in the 4.0b5 release, it mentions a bug that has been around since the milestone 2 release. The bug has to do with loading/unloading/reloading of an application via a URL (it's in the documentation for the manager application). Here is the full

Is there a user interface for /manager application?

2001-05-18 Thread Stefan Wille
Hello, is there a user interface for the /manager application? I only found a description of the URLs for scripting. Thank you Stefan