Re: Admin account -> embedded tomcat in netbeans

2005-07-14 Thread Geertjan Wielenga
Hi Jay, Did you find the answer to your problem? If not, I can help. (Basically, don't edit tomcat_users.xml in the NetBeans installation directory, but in the NetBeans user directory instead.) -- Geertjan [EMAIL PROTECTED] wrote: All - I have installed netbeans and want to use/adminis

Re: Admin Package

2005-06-17 Thread Oskar Eyb
Caldarale, Charles R wrote: > Not to be too facetious, but: > 1) Download. > 2) Unzip. > > That's really all there is to it. Just make sure you use the same base > directory for the admin unzip that you did for the main Tomcat download. > The admin unzip will attempt to overwrite a couple of tex

RE: Admin Package

2005-06-14 Thread J R
That was pretty easy. Thanks Charles. JR --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: J R [mailto:[EMAIL PROTECTED] > > Subject: Admin Package > > > > Does anyone have a link to the step by step guid;e > to > > install this package? > > Not to be too facetious, but: > 1)

RE: Admin Package

2005-06-14 Thread Caldarale, Charles R
> From: J R [mailto:[EMAIL PROTECTED] > Subject: Admin Package > > Does anyone have a link to the step by step guid;e to > install this package? Not to be too facetious, but: 1) Download. 2) Unzip. That's really all there is to it. Just make sure you use the same base directory for the admin

Re: Admin Application messes up HTTPS Connectors in server.xml

2005-05-16 Thread Peter Rossbach
weak the code to force printing that attribute and over-ride all checks for just that attribute. (Messy ... but it will work until a more thorough investigation is done. Everyone knows how deadlines go ... ;) ) Thanks again, Ankit [EMAIL PROTECTED] 05/15/2005 06:55 PM Please respond to "

Re: Admin Application messes up HTTPS Connectors in server.xml

2005-05-16 Thread Ankit Shah
Peter Rossbach <[EMAIL PROTECTED]> on Sun, 15 May 2005 20:16:01 +0200 - To: Tomcat Users List Subject: Re: Admin Application messes up HTTPS Connectors in server.xml Hey Ankit, can it be that you forget the secure="true" attribute at your https connector? I have look

Re: Admin Application messes up HTTPS Connectors in server.xml

2005-05-16 Thread Ankit Shah
Peter Rossbach <[EMAIL PROTECTED]> on Sun, 15 May 2005 20:16:01 +0200 - To: Tomcat Users List Subject: Re: Admin Application messes up HTTPS Connectors in server.xml Hey Ankit, can it be that you forget the secure="true" attribute at your https connector? I have look

Re: Admin Application messes up HTTPS Connectors in server.xml

2005-05-15 Thread Peter Rossbach
Hey Ankit, can it be that you forget the secure="true" attribute at your https connector? I have look inside Http11Protocol code and find this: public void setProtocol( String k ) { setSecure(true); setAttribute("protocol", k); } The sslProtocol="TLS" is the default and the Sto

Re: Admin WebApp 5.5.9

2005-04-29 Thread Scott Carr
Caldarale, Charles R wrote: From: Scott Carr [mailto:[EMAIL PROTECTED] Subject: Admin WebApp 5.5.9 I just downloaded the Admin webapp, and each of the directories where jsp files are supposed is blank. There are no source JSPs in the admin app. They're all pre-compiled and distributed insi

RE: Admin WebApp 5.5.9

2005-04-29 Thread Caldarale, Charles R
> From: Scott Carr [mailto:[EMAIL PROTECTED] > Subject: Admin WebApp 5.5.9 > > I just downloaded the Admin webapp, and each of the directories where > jsp files are supposed is blank. There are no source JSPs in the admin app. They're all pre-compiled and distributed inside catalina-admin.jar

Re: Admin application creates duplicate "secure" attribute in server.xml

2005-03-29 Thread Peter Rossbach
Hello Jeffrey, I have no time to made a storeconfig backport to the Tomcat 5.0 tree. Sorry, the 5.0.x is in some places very unfriendly. When you want a local workaround look inside StandardServer#storeConnector. The probleme is the storeAttributes method calls for real Connector and also for Pr

Re: Admin application creates duplicate "secure" attribute in server.xml

2005-03-29 Thread Jeffrey Barnett
Peter, Many thanks for finding and fixing the bug, however we are currently running 5.0.28, and not likely to upgrade until summer. Can you describe enough about the problem that I could track it down and create a local fix / work around until then? Peter Rossbach wrote: Yes the wrong saving S

Re: Admin application creates duplicate "secure" attribute in server.xml

2005-03-28 Thread Peter Rossbach
Yes the wrong saving SSL Connector is a bug and I fix it for Tomcat 5.5.x. The old StandardServer saving code was strange. The new StoreConfig module has a flexible customizable API to store server.xml and context.xml. You can activate the new saving module with This listener register a

AutoReply: Re: Admin application creates duplicate "secure" attribute in server.xml

2005-03-28 Thread j2ee
Hello tomcat-user@jakarta.apache.org, This refers to your mail with subject as "Re: Admin application creates duplicate "secure" attribute in server.xml". Thank you for sending your CV and registering with A.S. Consultancy Services. Our team will review your CV and matc

Re: Admin application creates duplicate "secure" attribute in server.xml

2005-03-28 Thread Jeffrey Barnett
Mike, unfortunately I'm only gotten better at restoring server.xml after it has been corrupted. You are the first person from the tomcat-user list to even confirm that the problem exits on other sites.. One consultant I consulted said that they had never heard of the problem, but that we were

Re: Vedr.: Re: Admin tool

2005-02-24 Thread Geertjan Wielenga
matter of unzupping the module. /Thomas Geertjan Wielenga <[EMAIL PROTECTED]> 24-02-2005 11:56 Besvar venligst til "Tomcat Users List" Til:Tomcat Users List cc: Vedr.: Re: Admin tool Angel Cervera Claudio wrote: It's in the admin module:

Vedr.: Re: Admin tool

2005-02-24 Thread Thomas Nybro Bolding
Users List" Til:Tomcat Users List cc: Vedr.: Re: Admin tool Angel Cervera Claudio wrote: > It's in the admin module: > http://apache.org.es/jakarta/tomcat-5/v5.5.7/bin/jakarta-tomcat-5.5.7-admin.tar.gz > > > > Geertjan Wielenga wrote: > &g

Re: Admin tool

2005-02-24 Thread Geertjan Wielenga
Angel Cervera Claudio wrote: It's in the admin module: http://apache.org.es/jakarta/tomcat-5/v5.5.7/bin/jakarta-tomcat-5.5.7-admin.tar.gz Geertjan Wielenga wrote: Does anyone know why Tomcat's Admin tool is excluded from 5.5.7 (and maybe some earlier version too)? -- Geertjan

Re: Admin tool

2005-02-24 Thread Angel Cervera Claudio
It's in the admin module: http://apache.org.es/jakarta/tomcat-5/v5.5.7/bin/jakarta-tomcat-5.5.7-admin.tar.gz Geertjan Wielenga wrote: Does anyone know why Tomcat's Admin tool is excluded from 5.5.7 (and maybe some earlier version too)? -- Geertjan --

RE: Admin module not installed

2005-02-03 Thread P.M
Sorry, I've not seen it before :( thanks a lot, Maileen --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: P.M [mailto:[EMAIL PROTECTED] > > Subject: Admin module not installed > > > > "Tomcat's administration web application is no > longer > > installed by default. Download and i

RE: Admin module not installed

2005-02-03 Thread Caldarale, Charles R
> From: P.M [mailto:[EMAIL PROTECTED] > Subject: Admin module not installed > > "Tomcat's administration web application is no longer > installed by default. Download and install the "admin" > package to use it. " > > But were can i find it ? Same place you got the 5.5.x download: http:/

Re: Admin application creates duplicate "secure" attribute in server.xml

2005-02-02 Thread Jeffrey Barnett
More info: Apparently the manual change didn't fix things after all. The server starts, and some webapps run, but those using ssl get the following error message: Connection refused when attempting to contact :8443 The full service definition follows:

RE: Admin for TC 5.5.4 on Linux SUSE 9

2004-12-21 Thread Allistair Crossley
Hi, Admin is broken in 5.5.4. Download a later version of Tomcat for a fix. You may even be able to get the 5.5.6 version going in 5.5.4, but may be worth just getting 5.5.6 Allistair. > -Original Message- > From: Lars Ohlén [mailto:[EMAIL PROTECTED] > Sent: 18 December 2004 18:45 > To

Re: Admin for TC 5.5.4 on Linux SUSE 9

2004-12-18 Thread Daniel Watrous
Use firefox and open the Java Console. This should list out any errors. Daniel - Original Message - From: "Lars Ohlén" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 18, 2004 11:44 AM Subject: Admin for TC 5.5.4 on Linux SUSE 9 Hi, The Admin application behavious st

RE: admin not working in tomcat 5.5.4

2004-12-10 Thread Shapira, Yoav
Hi, Unzip the admin distro to your $CATALINA_HOME. It'll create server/webapps/admin and conf/Catalina/localhost/admin.xml. The admin.xml file should NOT go just in conf. Yoav Shapira http://www.yoavshapira.com   -Original Message- From: VTR Ravi Kumar [mailto:[EMAIL PROTECTED] Sent:

RE: Admin and Manager applications don't work withmodifiedCATALINA_BASE and startup.sh -security

2004-12-07 Thread David Crecente
I saved my problem with your tip. Thank you very much. -Mensaje original- De: Andoni [mailto:[EMAIL PROTECTED] Enviado el: martes, 30 de noviembre de 2004 12:12 Para: Tomcat Users List Asunto: Re: Admin and Manager applications don't work withmodifiedCATALINA_BASE and startup.sh -sec

Re: Admin and Manager applications don't work with modified CATALINA_BASE and startup.sh -security

2004-11-30 Thread Andoni
Your problem is this one line: java.security.AccessControlException: access denied (java.io.FilePermission /iobox/servicios/desarrollo/mms/webapps/admin/WEB-INF/lib/struts.jar read) Forget about all the rest. You have put the following into catalina.policy: >catalina.policy in $CATALINA_BAS

RE: admin/manager app

2004-09-03 Thread Didier McGillis
ECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: admin/manager app Date: Fri, 3 Sep 2004 12:15:58 -0400 Hi, Actually, he/she is probably just missing the user name and password in conf/tom

RE: admin/manager app

2004-09-03 Thread Shapira, Yoav
ist >Subject: Re: admin/manager app > >there's a file named admin.xml on conf/Catalina/localhost (standard >configuration)... it has the following in it > >docBase="../server/webapps/admin" path="/admin" privileged="true"> > prefix="loc

Re: admin/manager app

2004-09-03 Thread John Villar
there's a file named admin.xml on conf/Catalina/localhost (standard configuration)... it has the following in it i think that should do the trick Didier McGillis escribió: I'm on a WinXP machine and the admin/mananger came to me disabled, I inherited the system. Where would someone have don

RE: admin login problem with tomcat5-slide bundle

2004-05-25 Thread Shapira, Yoav
tes and so forth. 5.0.25 may be marked as stable soon. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Peter Rossbach [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 25, 2004 11:49 AM >To: Tomcat Users List >Subject: Re: admin login problem with tomc

Re: admin login problem with tomcat5-slide bundle

2004-05-25 Thread Peter Rossbach
he or Jakarta download pages. Yoav Shapira Millennium Research Informatics -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 11:39 AM To: Tomcat Users List Subject: Re: admin login problem with tomcat5-slide bundle Which Version you used ? The T

RE: admin login problem with tomcat5-slide bundle

2004-05-25 Thread Shapira, Yoav
, May 25, 2004 11:39 AM >To: Tomcat Users List >Subject: Re: admin login problem with tomcat5-slide bundle > > >Which Version you used ? >The Tomcat 5.0.24 has a bug with Cookie and Auth Handling. Please, test >with 5.0.25 alpha again. >http://archive.apache.org/dist/jakarta/

Re: admin login problem with tomcat5-slide bundle

2004-05-25 Thread Peter Rossbach
Which Version you used ? The Tomcat 5.0.24 has a bug with Cookie and Auth Handling. Please, test with 5.0.25 alpha again. http://archive.apache.org/dist/jakarta/tomcat-5/v5.0.25-alpha/bin/ Regards Peter Miklos Nyiri schrieb: Well, I certainly did that. That's how it worked with Tomcat 4 and I ha

Re: admin login problem with tomcat5-slide bundle

2004-05-25 Thread Miklos Nyiri
Well, I certainly did that. That's how it worked with Tomcat 4 and I have exactly the same xml file now and it does not work. Also, sorry for bombarding you all with the return receipt request. Victor Anyakin wrote: Miklos Nyiri wrote: I guess it is a somewhat peculiar problem. I tried using a

Re: admin login problem with tomcat5-slide bundle

2004-05-25 Thread Victor Anyakin
Miklos Nyiri wrote: I guess it is a somewhat peculiar problem. I tried using a binary distributon of Tomcat 4 by Serverlogistics together with Slide and it worked fine. Also I could easily log in to both the admin and the manager pages. Then I installed the "offical" tomcat 5 with Slide bundle a

RE: "Admin" app source code

2004-02-05 Thread Shapira, Yoav
Howdy, >Just wondering if the Admin app source code is available somewhere. Like all tomcat code, the answer is of course yes: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/admin/ Yoav Shapira This e-mail, including any attachments, is a confidential business communicatio

Re: admin webapp doesn't work under 4.1.29

2004-01-16 Thread Michael Duffy
I'd give a look to the logs. If your situation is like mine, there'll be a good hint in there. I had exactly that problem with Tomcat 4.1.24. The MBean server would always throw an exception, resulting in an admin app that would behave as you describe. The problem? I had some outdated MBean J

Re: admin app is forbidden

2003-12-27 Thread Jerry Ford
Yes, both admin and manager roles are defined in tomcat-users.xml. The manager app uses the same auth mechanism, doesn't it? But manager works, and admin doesn't. Jerry [EMAIL PROTECTED] wrote: Jerry Ford wrote: I have Tomcat 4.1.27 running with Apache 1.3.27, using mod_jk, on a Linux box

Re: admin app is forbidden

2003-12-27 Thread [EMAIL PROTECTED]
Jerry Ford wrote: I have Tomcat 4.1.27 running with Apache 1.3.27, using mod_jk, on a Linux box (Red Hat 9.0, but custom-installed Apache and Tomcat in /usr/local). I am able to run Tomcat's example servlets, as well as my own custom servlets (installed as a webapp), and the Manager webapp, but

RE: admin tool - tomcat 5.0.16

2003-12-17 Thread Shapira, Yoav
Howdy, You're not using the back button of your browser while in the admin webapp, by any chance? I was investigating a similar bug report. Otherwise, the 2nd one definitely looks internal to struts, which is strange. Yoav Shapira Millennium ChemInformatics >-Original Message- >From:

RE: admin interface: jdbcrealm usage

2003-12-12 Thread Ostad, James
thank you. James -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 8:59 AM To: Tomcat Users List Subject: Re: admin interface: jdbcrealm usage Not a bug, a feature gap ;) -Tim Ostad, James wrote: > Are you saying that there is a patch

Re: admin interface: jdbcrealm usage

2003-12-12 Thread Tim Funk
Not a bug, a feature gap ;) -Tim Ostad, James wrote: Are you saying that there is a patch for this issue, or did I just come across a bug? James -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 2:48 AM To: [EMAIL PROTECTED] Subject: Re

RE: admin interface: jdbcrealm usage

2003-12-12 Thread Ostad, James
Are you saying that there is a patch for this issue, or did I just come across a bug? James -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 2:48 AM To: [EMAIL PROTECTED] Subject: Re: admin interface: jdbcrealm usage Patches are always

Re: admin interface: jdbcrealm usage

2003-12-12 Thread Bill Barker
Patches are always welcome ;-). "Ostad, James" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have implemented the jdbcrealm user authentication. Now when I go to the tomcat admin site, there is no sign of our users and roles. Am I supposed to assume that once I moved to jdbcrealm,

RE: Admin Application

2003-11-06 Thread Shapira, Yoav
Howdy, Your points are good. The manager app is designed to run under a host, so you need one per host. It would be a welcome patch if you made it able to handle multiple hosts. The manager servlet is privileged, so its context must have the privileged attribute, as you know by now. I thought

Re: Admin Passwords

2003-11-05 Thread Jan Faerber
Am Mittwoch, 5. November 2003 00:20 schrieb Kendall Kunz: > We have Apache Tomcat installed and required a change to the password of > the system. After changing all the passwords, using the login screen > called http://localhost:8080/index.jsp, under Tomcat Administration, we > cannot login to a

RE: Admin tool

2003-09-12 Thread Shapira, Yoav
3 5:33 PM >To: 'Tomcat Users List' >Subject: RE: Admin tool > >Hello, >The admin tool reads users from this file but does not use this for >authentication. This is done in the web.xml file. This is just displayed in >the admin tool. How do I have it read the users from

RE: Admin tool

2003-09-11 Thread Jeff Cummings
:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 10:48 AM To: 'Tomcat Users List' Subject: RE: Admin tool Admin tool reads user id and password from this resource. -Original Message- From: Jeff Cummings [mailto:[EMAIL PROTECTED] Sent: September 10, 2003 6:40 PM To: 'Tomca

RE: Admin tool

2003-09-11 Thread Phillip Qin
Admin tool reads user id and password from this resource. -Original Message- From: Jeff Cummings [mailto:[EMAIL PROTECTED] Sent: September 10, 2003 6:40 PM To: 'Tomcat User' Subject: Admin tool Hello, I am using tomcat 4.1.24. For the admin web app, I configured authentication in the web

Re: /admin tool bringing up blank screens - Corection.

2003-08-29 Thread Andoni
As you can imagine I'm not using 4.1.28 as it has not been written yet. I am using 4.1.24 though. Andoni. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 2:35 PM Subject: /admin tool bringing up blank screen

RE: Admin Application wont start on Tomcat 4.1.24 w/ JDK 1.4.1_03

2003-08-18 Thread David Kramer
9 PM > To: Tomcat Users List > Subject: Re: Admin Application wont start on Tomcat 4.1.24 w/ JDK > 1.4.1_03 > > > Hai > I have installed Tomcat 4.0.1 in my machine and i have > Apache 2.0 > Now when iam trying to integrate the both > by downloading mod_webapp.so ,apach

Re: Admin Application wont start on Tomcat 4.1.24 w/ JDK 1.4.1_03

2003-08-18 Thread VijayaLakshmi Seshadri
Hai I have installed Tomcat 4.0.1 in my machine and i have Apache 2.0 Now when iam trying to integrate the both by downloading mod_webapp.so ,apache is not starting It gives following error undefined symbol -as_pstrdup can kindly anybody help me figuring out the problem viji --- David Kramer <[

RE: Admin app not working..

2003-06-23 Thread Nick Stuart
gt; Sent: 23 June 2003 16:48 > To: Tomcat Users List > Subject: RE: Admin app not working.. > > > Hmm...dont see how I would. I downloaded the tar.gz file from jakarta > and untarred with tar xzf "file name" > I didnt copy anything over from another machine or anythi

Re: Admin app not working..

2003-06-23 Thread Nick Stuart
*sorry if this goes through twice. sent through wrong account the first time.* Looking through the log file the only relevant thing I see in there is the following section: 2003-06-20 16:55:51 StandardWrapper[/examples:default]: Loading container servlet default 2003-06-20 16:55:51 StandardWr

Re: Admin app not working..

2003-06-23 Thread Jason Bainbridge
On Mon, 23 Jun 2003 22:36, Nick Stuart wrote: > Good morning all! I'm having issues with getting the admin app to work > correctly on 4.1.24. I can log into it fine and everything appears to be > normal, but when I go to try and do anything I get the following What JDK are you using? Did you downl

RE: Admin app not working..

2003-06-23 Thread Roberts, Eric
: 23 June 2003 16:48 To: Tomcat Users List Subject: RE: Admin app not working.. Hmm...dont see how I would. I downloaded the tar.gz file from jakarta and untarred with tar xzf "file name" I didnt copy anything over from another machine or anything. I had this issue with twoboth version

RE: Admin app not working..

2003-06-23 Thread Nick Stuart
ile paths in > the tar file? > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message- > >From: Nick Stuart [mailto:[EMAIL PROTECTED] > >Sent: Monday, June 23, 2003 10:48 AM > >To: Tomcat Users List > >Subject: RE: Admin app not

RE: Admin app not working..

2003-06-23 Thread Nick Stuart
list noted other OS's that this applies to (HP for definite). > > This warning does not appear on mirror sites! > > The admin app is particularly susceptible to this. > > Rgeards > > eric > > > -Original Message- > From: Nick Stuart [mailto:[EMAIL

RE: Admin app not working..

2003-06-23 Thread Roberts, Eric
that this applies to (HP for definite). This warning does not appear on mirror sites! The admin app is particularly susceptible to this. Rgeards eric -Original Message- From: Nick Stuart [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 16:48 To: Tomcat Users List Subject: RE: Admin ap

RE: Admin app not working..

2003-06-23 Thread Shapira, Yoav
day, June 23, 2003 10:48 AM >To: Tomcat Users List >Subject: RE: Admin app not working.. > >Hmm...dont see how I would. I downloaded the tar.gz file from jakarta >and untarred with tar xzf "file name" >I didnt copy anything over from another machine or anything. I had th

RE: Admin app not working..

2003-06-23 Thread Nick Stuart
Hmm...dont see how I would. I downloaded the tar.gz file from jakarta and untarred with tar xzf "file name" I didnt copy anything over from another machine or anything. I had this issue with twoboth version 4.1.18 and .24. I was hoping the upgrade to .24 would help, but apparently not. Thanks for

RE: Admin app not working..

2003-06-23 Thread Roberts, Eric
Hi, You have a "bad" download of the admin app. This typically occurs if you unzipped it with the wrong utility, or copied from Windows to Unix improperly. HTH -Original Message- From: Nick Stuart [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 16:36 To: Tomcat Subject: Admin app not work

RE: Admin Tool

2003-06-06 Thread Shapira, Yoav
Howdy, Search the archives: this has been brought up before. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Dominic Parry [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 05, 2003 9:48 AM >To: Tomcat Users List >Subject: Admin Tool > >Hi > >I've noticed something funn

Re: /admin

2003-06-02 Thread Jason Bainbridge
On Mon, 2 Jun 2003 18:26, Dominic Parry wrote: > java.lang.NoClassDefFoundError: org/apache/naming/JndiPermission Is naming-common.jar in your CATALINA_HOME\common\lib ? I'm not sure why it wouldn't find it if it is, maybe CATALINE_HOME needs to be explicitly declared when running Tomcat in proc

Re: /admin

2003-06-02 Thread Dominic Parry
t with jk2 on IIS. - Original Message - From: Kwok Peng Tuck To: Tomcat Users List Sent: Monday, June 02, 2003 12:30 PM Subject: Re: /admin No. You may use it even if it is connected to apache or some other webserver Dominic Parry wrote: >Hi > >I'm I

Re: /admin

2003-06-02 Thread Kwok Peng Tuck
No. You may use it even if it is connected to apache or some other webserver Dominic Parry wrote: Hi I'm I right to assume that the /admin app is only needed to configure the Tomcat if it is used as a standalone web server. Thanks Dom -

Re: Admin is incomplete

2003-03-27 Thread John Turner
If you want to rant about how Tomcat is developed, please do so on tomcat- dev. Ranting here will not get you a solution. Ranting on tomcat-dev probably won't either, but its the more appropriate place to do it if you are going to do it. Word of caution: the first thing anyone will probably

RE: Admin is incomplete

2003-03-26 Thread Reynir Hübner
and reload your applications. Hope it helps -reynir > -Original Message- > From: Herbert G. Fischer [mailto:[EMAIL PROTECTED] > Sent: 26. mars 2003 19:53 > To: Tomcat Users List > Subject: Re: Admin is incomplete > > > THE PROBLEM IS BAD THAN I THOUGHT!!! > > Sorry

RE: Admin is incomplete

2003-03-26 Thread Raible, Matt
7;t work (details at http://tinyurl.com/87q7), but I never use it, so I don't mind at all. Matt > -Original Message- > From: Richard Dunn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2003 12:59 PM > To: Tomcat Users List > Subject: Re: Admin is incomplete >

Re: Admin is incomplete

2003-03-26 Thread Herbert G. Fischer
Yes, I'm using LE version, and as you know, Tomcat LE just don't include classes that already commes with JDK 1.4, and YES, I'm using JDK 1.4. As I said, On IE, the admin works well... the problem is not missing classes... is the fucking Microsoft that even Tomcat developers insist to use. Maybe th

Re: Admin is incomplete

2003-03-26 Thread Richard Dunn
On Wednesday 26 March 2003 12:50, Herbert G. Fischer wrote: > Hi again, > > I'm getting very angry with Tomcat 4.1.24... > It's half made... There's a lot of classes missing!!! > I have not used the LE edition of Tomcat, but is it possible the problems you are having is because the Light Edition

Re: Admin is incomplete

2003-03-26 Thread p niemandt
No use in getting angry ;-) Computers don't feel, well, yet ... Anyways: I don't have a solution for you, but a suggestion: It seems you are using the LE (Light) of Tomcat, maybe try the full version? Using the full version, also make sure you have installed the 1.4 JDK and not just the JRE. hth,

Re: Admin is incomplete

2003-03-26 Thread Herbert G. Fischer
THE PROBLEM IS BAD THAN I THOUGHT!!! Sorry for the caps, but I'm very angry!! Admin only works correctly on MS Internet Explorer... How a multiplatform tecnology can be made this way Damn!!! Herbert G. Fischer wrote: Hi again, I'm getting very angry with Tomcat 4.1.24... It's half made...

Re: Admin Webapp Error

2003-02-12 Thread Jacob Kjome
The xerces jars that come with Tomcat-4.1.18 are not an issue. They were in Tomcat-4.1.12. So, you can leave the xerces stuff alone. Look elsewhere for the cause of the error. Unfortunately I'm not sure what this error is, but at least I was able to tell you what it isn't. Jake At 11:33 A

RE: Admin Webapp Error

2003-02-12 Thread Roberts, Eric
Hi Roberto, I had a similar experience, but on a unix platform. We had downloaded Tomcat as a .zip to W2K box (we run HP/UX and the tar.gz files are no good to us). The file was unzipped, then transferred to the unix box. The file transfer mechanism did not work correctly, and did not convert

Re: Admin Webapp Error

2003-02-12 Thread Bert Catsburg
Roberto, What is the URL you use in starting the admin module. Maybe I'm mistaken, but as far as I know, the Tomcat admin module has nothing to do with Struts. What could be the case is that you have a problem in starting the admin module and also see some errors in a Tomcat logfile (which one?) a

RE: Admin user and passwd

2003-02-02 Thread mech
The Tomcat homepage gives hints: NOTE: For security reasons, using the administration webapp is restricted to users with role "admin". The manager webapp is restricted to users with role "manager". Users are defined in $CATALINA_HOME/conf/tomcat-users.xml. More can be found in the documentation:

RE: admin username

2002-12-09 Thread Noel J. Bergman
> What next? Here is mine: -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: admin username

2002-12-09 Thread Dan Tran
- Original Message - From: "Peter" <[EMAIL PROTECTED]> To: ""Tomcat Users List"" <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 4:49 PM Subject: RE: admin username Then you should login as tomcat user since it has 'admin' role

RE: admin username

2002-12-09 Thread Peter
Thanks...but, I made the following changes and restarted apache and tomcat. Still no luck. What next? Thanks, Peter "Laxmikanth M.S." <[EMAIL PROTECTED]> wrote: >admin user name and password should be added in tomcat-users.xml file in >/catalina_home/conf directory and rest

RE: admin username

2002-12-08 Thread Laxmikanth M.S.
admin user name and password should be added in tomcat-users.xml file in /catalina_home/conf directory and restart the server Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res* : 91-80-5267150 http://www.sonata-software.com > Coming together is the beginning, staying together is progre

Re: admin username

2002-12-08 Thread Dan Tran
It is in conf/tomcat-users.xml -D - Original Message - From: "Peter O'Reilly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 4:53 PM Subject: admin username > I just installed Tomcat, can someone tell me the admin username and password? > > Thanks, > -Peter >

Re: Admin Webapp Problems (WAS: MBean server?)

2002-12-03 Thread Felipe Schnack
What is the MBean server? On Mon, 2002-12-02 at 21:01, Shawn Wilson wrote: > Okay, this was just dumb on my part. When I installed Tomcat I installed > the tomcat-noexamples and tomcat-admin RPM's. However, I noticed that > installing Tomcat on a different machine (with examples), the first >

Re: Admin Webapp Problems (WAS: MBean server?)

2002-12-02 Thread Shawn Wilson
Okay, this was just dumb on my part. When I installed Tomcat I installed the tomcat-noexamples and tomcat-admin RPM's. However, I noticed that installing Tomcat on a different machine (with examples), the first section in the server.xml file having to do with (believe it or not!) MBean server w

Re: Admin Webapp Problems (WAS: MBean server?)

2002-11-26 Thread Shawn Wilson
Hi Bill, Thanks for the info. I checked, but there isn't any xerces jar in $CATALINA_HOME/common/endorsed... only jaxp_parser_impl.jar and xml-commons-apis.jar. This was just a basic RPM install of Tomcat along with the admin webapps. Also, the exception trace I posted _was_ from catalina.out,

RE: Admin/Manager problems

2002-10-29 Thread Srinadh Karumuri
incom.com] Sent: Monday, October 21, 2002 7:47 AM To: 'Tomcat Users List' Subject: RE: Admin/Manager problems did you restart tomcat after changing tomcat-users file? > -Original Message- > From: James D. Whittington [mailto:jim@;whittington.com] > Sent: Sunday, Octob

RE: Admin/Manager problems

2002-10-21 Thread James D. Whittington
o: 'Tomcat Users List' Subject: RE: Admin/Manager problems did you restart tomcat after changing tomcat-users file? > -Original Message- > From: James D. Whittington [mailto:jim@;whittington.com] > Sent: Sunday, October 20, 2002 10:34 AM > To: [EMAIL PROTECTED] > Subje

RE: Admin/Manager problems

2002-10-21 Thread Cox, Charlie
did you restart tomcat after changing tomcat-users file? > -Original Message- > From: James D. Whittington [mailto:jim@;whittington.com] > Sent: Sunday, October 20, 2002 10:34 AM > To: [EMAIL PROTECTED] > Subject: Admin/Manager problems > > > Ok here it goes... I am a real newbie to java

Re: Admin...

2002-10-08 Thread Roland S Nygren
and it didn't work...still told me access denied... > > -Dubbs > > - Original Message - > From: "Jeff Macomber" > To: "'Tomcat Users List'" > Sent: Friday, June 07, 2002 4:58 PM > Subject: RE: Admin... > > > &g

RE: admin page - username and password?

2002-08-31 Thread Andrew Conrad
Actually, for the admin page, you need to add admin to the roles. ie: > -Original Message- > From: Steven Van Loon [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 7:45 AM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: RE: admin page - userna

Re: admin page - username and password?

2002-08-30 Thread Eddie Bush
Go to http://localhost:8080/ Read the page They were nice enough to tell you exactly what you need to know in order to get it going. hugo wrote: > Hi > > Perhaps the problem that I cannot execute any jsp files from a > projects directory (see previous email) I made under webapps in tomcat >

RE: admin page - username and password?

2002-08-30 Thread Steven Van Loon
Hugo, There are nog default user/pass for the admin pages because of security reasons. You'll have to adjust your conf/tomcat-users.xml file and add a line for the admin pages: ... Steven. > -Original Message- > From: hugo [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 30 augustus

Re: Admin...

2002-06-07 Thread Dubbs
that did itdidn't know that the role needed to have admin, not just manager... -Dubbs - Original Message - From: "Guillaume de Roujoux" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 5:06 PM Subject:

Re: Admin...

2002-06-07 Thread Guillaume de Roujoux
Users List" <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 2:04 PM Subject: Re: Admin... > I did that...and I was able to execute the manager commands...but from the > default main-page of the there's an Administration Tool and I tried the > username and password a

Re: Admin...

2002-06-07 Thread Dubbs
comber" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 4:58 PM Subject: RE: Admin... > Dubbs, > > There is no default user that has access to the manager app. You can add > one in the tomcat-user.xml by enteri

Re: Admin...

2002-06-07 Thread Guillaume de Roujoux
The role can also be "admin" (with 3.2.4) BTW, is there a list of standard roles and their description somewhere ? Guillaume - Original Message - From: "Jeff Macomber" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]

RE: Admin...

2002-06-07 Thread Jeff Macomber
Dubbs, There is no default user that has access to the manager app. You can add one in the tomcat-user.xml by entering a username and password then setting the role to be manager. Hope this helps, Jeff -Original Message- From: Dubbs [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 200

RE: admin pages.

2001-11-01 Thread Craig R. McClanahan
On Thu, 1 Nov 2001, McDowell, Mark wrote: > Date: Thu, 1 Nov 2001 13:37:35 -0600 > From: "McDowell, Mark" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: a

RE: admin pages.

2001-11-01 Thread McDowell, Mark
I've looked in the config files and not seen it... hm Mark -Original Message- From: McDowell, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 1:17 PM To: 'Tomcat Users List' Subject: RE: admin pages. By the way, I am using Tomcat 3.2.3, downloaded as

  1   2   >