RE: Webinterface for tomcat?

2002-10-16 Thread Reynir Hübner
Yes. In tomcat 4.1.x(current 4.1.12) is an admin application and also an manager application. -hope it helps [EMAIL PROTECTED] -Original Message- From: Kristján Rúnarsson [mailto:[EMAIL PROTECTED]] Sent: 16. október 2002 16:23 To: Tomcat Users List Subject: Webinterface for

RE: Webinterface for tomcat?

2002-10-16 Thread Shapira, Yoav
Hi, There's the Manager webapp in tomcat 4.0.x, and the Manager and Admin webapps in tomcat 4.1.x. The 4.1.x versions are much more full-featured. The documentation is at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html

Re: Webinterface for tomcat?

2002-10-16 Thread Jacob Kjome
Hello Kristján, http://localhost:8080/admin/ http://localhost:8080/manager/html Jake Wednesday, October 16, 2002, 11:22:33 AM, you wrote: KR Ist there a webinterface for Tomcat and where can I get it (if such an KR animal exists that is)? KR Greetings and Salutations KR Kristjan

Re: Webinterface for tomcat?

2002-10-16 Thread Kristján Rúnarsson
Hello Kristján, http://localhost:8080/admin/ http://localhost:8080/manager/html Boy do I feel stupid now! :-) And where/how pray tell do I set the Passwd? Is there no proper online ,blow by blow, tutorial for Tomcat? Their own documentation is not very well structured. Cheers KR -- To

RE: Webinterface for tomcat?

2002-10-16 Thread Cox, Charlie
-Original Message- From: Kristjan Rznarsson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 1:47 PM To: Tomcat Users List Subject: Re: Webinterface for tomcat? Hello Kristján, http://localhost:8080/admin/ http://localhost:8080/manager/html Boy do I feel

Re: Webinterface for tomcat?

2002-10-16 Thread Jean-Francois Arcand
http://localhost:8080/admin/login.jsp is the admin tool that comes with Tomcat 4.1.x To access the tool, you need to define in conf/omcat-user.xml a user that has the admin role. ex: user username=tomcat password=tomcat roles=tomcat,admin/ -- Jeanfrancois Kristján Rúnarsson wrote: Ist

RE: Webinterface for tomcat?

2002-10-16 Thread Alok Verma
] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: RE: Webinterface for tomcat? Hi, There's the Manager webapp in tomcat 4.0.x, and the Manager and Admin webapps in tomcat 4.1.x. The 4.1.x versions are much more full-featured. The documentation is at: http://jakarta.apache.org/tomcat