Re: Tomcat admin webapp audit

2009-07-18 Thread Konstantin Kolinko
> > there is a way to trace into a log file all the connections (and also every > connection attempt) made into the "admin" tomcat webapp ? What I need to > know is: > > login timestamp > user > src ip > It is called AccessLogValve, http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html --

Tomcat admin webapp audit

2009-07-17 Thread Mauro Garlaschelli
Hi all, there is a way to trace into a log file all the connections (and also every connection attempt) made into the "admin" tomcat webapp ? What I need to know is: login timestamp user src ip Thanks in advance, Mauro. -- View this message in context: http://www.nabble.com/To

Re: Tomcat admin webapp LoginModule configuration

2008-08-14 Thread Mark Thomas
Adam Gordon wrote: > I've got the Tomcat admin webapp up and running but am seeing an error > (when I try and log in) in catalina.out informing me that there are "no > LoginModules configured for " > > We use JAAS for our web app so I'm familiar with the concept

Tomcat admin webapp LoginModule configuration

2008-08-14 Thread Adam Gordon
I've got the Tomcat admin webapp up and running but am seeing an error (when I try and log in) in catalina.out informing me that there are "no LoginModules configured for " We use JAAS for our web app so I'm familiar with the concept of the LoginModule and we have a JAAS

Re: Tomcat admin webapp configuration with mod_jk

2008-08-13 Thread Adam Gordon
a JAAS Realm in admin.xml (like we're doing for our web app) but it's not clear how it needs to be configured. Any ideas? --adam Caldarale, Charles R wrote: From: Adam Gordon [mailto:[EMAIL PROTECTED] Subject: Tomcat admin webapp configuration with mod_jk I've downloaded and

RE: Tomcat admin webapp configuration with mod_jk

2008-08-13 Thread Caldarale, Charles R
> From: Adam Gordon [mailto:[EMAIL PROTECTED] > Subject: Tomcat admin webapp configuration with mod_jk > > I've downloaded and installed (correctly, I think) the admin > web app but am having trouble configuring Apache and Tomcat > to recognize that the admin webapp is pr

Tomcat admin webapp configuration with mod_jk

2008-08-13 Thread Adam Gordon
We currently use Apache/Tomcat and mod_jk for our webapp. I've downloaded and installed (correctly, I think) the admin web app but am having trouble configuring Apache and Tomcat to recognize that the admin webapp is present. I suspect it's simply a config issue, but can't

Re: admin webapp

2007-10-27 Thread Mark Thomas
Esteban Dugueperoux wrote: > Hi, > > I'm a new user to Tomcat 5.5 on Debian Etch, I have installed all tomcat 5.5 > packages : There have been repeated reports of third-party Tomcat packages not working correctly. I don't know if this is the case here. I would remove these and download the tar.

admin webapp

2007-10-27 Thread Esteban Dugueperoux
Hi, I'm a new user to Tomcat 5.5 on Debian Etch, I have installed all tomcat 5.5 packages : - tomcat5.5 - tomcat5.5-admin - tomcat5.5-webapps - libtomcat5.5-java I have added this line to /var/lib/tomcat5.5/conf/tomcat-users.xml : I go to http://XXX:8180/ I

RE: Question on Admin WebApp in Tomcat 6.0

2006-12-19 Thread Richard Mundell
2:06 AM To: users@tomcat.apache.org Subject: Question on Admin WebApp in Tomcat 6.0 Hi, I was taking a look at Tomcat 6.0. The downloads did not have a separate WAR for the Admin WebApp and the Core download also did not include the Admin WebApp. Could someone please let me know from where can I do

Question on Admin WebApp in Tomcat 6.0

2006-12-18 Thread ritu . x . kedia
Hi, I was taking a look at Tomcat 6.0. The downloads did not have a separate WAR for the Admin WebApp and the Core download also did not include the Admin WebApp. Could someone please let me know from where can I download the Admin WebApp for Tomcat 6.0? I am primarily interested in

Re: Trouble with Admin WebApp

2006-06-28 Thread Lung Chan
olved it? I also deleted the admin directory that contains the index.html and cleared tomcat5.5/work/Catalina. And still..no luck. Cheers, Ioana -- View this message in context: http://www.nabble.com/Trouble-with-Admin-WebApp-tf1836378.html#a5080341 Sent from the Tomcat - User for

RE: Trouble with Admin WebApp

2006-06-28 Thread Ioana
Hi, I'm having the same problem u encountered. Have u solved it? I also deleted the admin directory that contains the index.html and cleared tomcat5.5/work/Catalina. And still..no luck. Cheers, Ioana -- View this message in context: http://www.nabble.com/Trouble-with-Admin-WebApp-tf18

RE: Trouble with Admin WebApp

2006-06-23 Thread Armour David
Hi Thanks for help on the Admin webapp location. I have moved it to /server/webapps. I then restarted Tomcat and it still does not function. I deployed the admin.xml to conf/Catalina/localhost. The manager application shows it running, but when I follow the link I get. Tomcat's administr

Re: Trouble with Admin WebApp

2006-06-23 Thread David Smith
Wrong place to install the admin webapp. The webapp itself needs to be in $CATALINA_HOME/server/webapps right next to the manager webapp. admin.xml is correctly placed. --David Armour David wrote: Hi I am running Windows 2000. I have installed Tomcat 5.5.17. I am running Java Version

Trouble with Admin WebApp

2006-06-23 Thread Armour David
downloaded the admin webapp. I copied the admin directory under the webapps of the Tomcat install. I also added the admin.xml to conf/Catalina/localhost directory. The logs show the following error: Jun 23, 2006 8:43:59 AM org.apache.catalina.core.StandardContext start SEVERE: Error in resourceStart

Re: how to download admin webapp

2006-01-19 Thread Dhaval Patel
(1) Download admin webapp from http://tomcat.apache.org/download-55.cgi for your Tomcat version. (Say the filename is Tomcat-admin.zip) (2) Now unzip/untar the file preserving directory structure. So after unzip/untar you have following structure: Tomcat-admin --conf (d) --Catalina (d

Re: how to download admin webapp

2006-01-19 Thread Anto Paul
On 1/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > Appologies if the answer to this is obvious. > > Could someone please explain where to obtain the admin webapp for tomcat 5. > You can find it in the same place where you downloaded Tomcat binary.

how to download admin webapp

2006-01-19 Thread peter . jessup
Hi, Appologies if the answer to this is obvious. Could someone please explain where to obtain the admin webapp for tomcat 5. The basic installation simply provides the information that the admin function must now be downloaded separately from the basic installation , but I cannot find any