Re: tomcat manager not working

2011-09-09 Thread André Warnier
in the server.xml file. Mark Eggers wrote: - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Thursday, September 8, 2011 8:15 PM Subject: RE: tomcat manager not working From: Mark Eggers [mailto:its_toas...@yahoo.com

Re: tomcat manager not working

2011-09-09 Thread Russ Michaels
thanks for the replies guys. just to clarify I do not have any issues with virtual hosts they work fine, my only problem is getting the Tomcat Admin running on localhost:, this is the only thing not working right now. As I mentioned before under webapps I have 4 folders docs host-manager

Re: tomcat manager not working

2011-09-09 Thread André Warnier
Russ Michaels wrote: thanks for the replies guys. just to clarify I do not have any issues with virtual hosts they work fine, my only problem is getting the Tomcat Admin running on localhost:, this is the only thing not working right now. As I mentioned before under webapps I have 4

Re: tomcat manager not working

2011-09-09 Thread Russ Michaels
ok I have completely deleted the maxyexpress vhost as it is not needed anyway. restarted Apache still the same issue i'm afraid. I think all the vhosts need webapps as the appbase for Railo, as this is how it is on all my other installs as well. here is the exact error if it helps. HTTP Status

Re: tomcat manager not working

2011-09-09 Thread Russ Michaels
For some reason some of the folks on the Railo list seem to have got quite aggressive toward me due to my wording in my original post where I said. I have already tried the Railo forums and been told to come here as it is a problem with Tomcat and not Railo. Jordan seems to think this was

Re: tomcat manager not working

2011-09-09 Thread André Warnier
Russ Michaels wrote: For some reason some of the folks on the Railo list seem to have got quite aggressive toward me due to my wording in my original post where I said. ... I suppose that above, you mean the Tomcat list. And I regret if I in particular may have sounded aggressive, that was not

Re: tomcat manager not working

2011-09-09 Thread Russ Michaels
no Andre, I did mean the Railo list, that was not directed at you or anyone else here, you have been perfectly helpful so far. On Fri, Sep 9, 2011 at 10:57 PM, André Warnier a...@ice-sa.com wrote: Russ Michaels wrote: For some reason some of the folks on the Railo list seem to have got

Re: tomcat manager not working

2011-09-09 Thread Russ Michaels
thanks for your advice so far, I will be giving your suggestion a try as soon as I have a spare, the issue is not urgent right now, so i;m in no hurry. On Fri, Sep 9, 2011 at 11:35 PM, Russ Michaels r...@michaels.me.uk wrote: no Andre, I did mean the Railo list, that was not directed at you or

tomcat manager not working

2011-09-08 Thread Russ Michaels
ok I have an Apache Tomcat installed via the Railo installer from www.getrailo.org sometimes when I install it the Tomcat admin pages (status, tomcat manager) do not work, only the main page is working. I have compared it to working installs and everything seems the same. any ideas ? I am

Re: tomcat manager not working

2011-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ, On 9/8/2011 11:44 AM, Russ Michaels wrote: ok I have an Apache Tomcat installed via the Railo installer from www.getrailo.org Why not download directly from apache.org? sometimes when I install it the Tomcat admin pages (status, tomcat

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
On Thu, Sep 8, 2011 at 7:08 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ, On 9/8/2011 11:44 AM, Russ Michaels wrote: ok I have an Apache Tomcat installed via the Railo installer from www.getrailo.org Why not download

Re: tomcat manager not working

2011-09-08 Thread markt
Russ Michaels r...@michaels.me.uk wrote: On Thu, Sep 8, 2011 at 7:08 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ, On 9/8/2011 11:44 AM, Russ Michaels wrote: ok I have an Apache Tomcat installed via the Railo installer

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
I have already tried the Railo forums and been told to come here as it is a problem with Tomcat and not Railo. I think the only difference is the install path, it is put in c:\railo\tomcat rather than c:\tomcat, so lets just work on that assumption, i'm sure i'll find out pretty quick if that is

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
I have already tried the Railo forums and been told to come here as it is a problem with Tomcat and not Railo. What? Link it, or it didn't happen. Check your localhost mapping in the Tomcat server.xml file. Make sure it's pointing to the Tomcat webapps/ROOT/ folder. Some earlier Railo

Re: tomcat manager not working

2011-09-08 Thread Pid
On 08/09/2011 21:06, Jordan Michaels wrote: Make sure the localhost server.xml mapping points to the tomcat webapps/ROOT/ directory and you should be set to use the Tomcat webapps. What does that mean in terms of the XML elements attributes in server.xml? p signature.asc Description:

Re: tomcat manager not working

2011-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ, On 9/8/2011 3:57 PM, Russ Michaels wrote: I have already tried the Railo forums and been told to come here as it is a problem with Tomcat and not Railo. So, their out-of-the-box configuration doesn't work and it's a Tomcat problem? :( I

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
tried that didn.t work. On a working server, my localhost entry is Context docBase=%SystemDrive%/inetpub/wwwroot WatchedResourceWEB-INF/web.xml/WatchedResource /Context and lochost: gets me into the tomcat admin and it all works the non working server had the exact same entry, and I

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
Don't use context at all in there. Your localhost entry should be: Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false /Host .. and that's it. Unless you deliberately want your default site to be

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
that's how it was originally, I have changed it back to that and still the same problem. index.jsp works, but nothing else does, tomcat 404 error On Thu, Sep 8, 2011 at 9:49 PM, Jordan Michaels jor...@viviotech.net wrote: Don't use context at all in there. Your localhost entry should be:    

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
Restart the service? Clear browser cache? What URL are you using? More information would be extremely helpful here. Warm regards, Jordan Michaels On 09/08/2011 01:54 PM, Russ Michaels wrote: that's how it was originally, I have changed it back to that and still the same problem. index.jsp

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
service has been restart cache has been cleared the pages giving 404 are http://localhost:/manager/html http://localhost:/manager/status On Thu, Sep 8, 2011 at 9:56 PM, Jordan Michaels jor...@viviotech.net wrote: Restart the service? Clear browser cache? What URL are you using? More

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
what version of the installer are you using? Warm regards, Jordan Michaels On 09/08/2011 01:59 PM, Russ Michaels wrote: service has been restart cache has been cleared the pages giving 404 are http://localhost:/manager/html http://localhost:/manager/status

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
railo-3.2.3.000-pl0-windows-installer.exe On Thu, Sep 8, 2011 at 10:03 PM, Jordan Michaels jor...@viviotech.net wrote: what version of the installer are you using? Warm regards, Jordan Michaels On 09/08/2011 01:59 PM, Russ Michaels wrote: service has been restart cache has been cleared

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
Are you certain? That version of the installer doesn't update the Tomcat localhost entry. If your localhost entry was modified, that's not the version you used. Further, that version works for me using the URL's you specified. Which OS (be specific) are you having the trouble on? Warm

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
yes 100%, no other version of the installer has ever been downloaded in this server. The localhost entry was changed the vhost copier plugin, but it already didn't work before I installed this. the server we have been discussing is windows 2003 IIS6. On Thu, Sep 8, 2011 at 10:20 PM, Jordan

Re: tomcat manager not working

2011-09-08 Thread Jordan Michaels
IIS version doesn't matter as you're working directly with Tomcat's web server. Tested on w2k3 and it works for me. Try it without the VHost Copier and see if you get better results. -JM On 09/08/2011 02:58 PM, Russ Michaels wrote: yes 100%, no other version of the installer has ever been

Re: tomcat manager not working

2011-09-08 Thread Russ Michaels
it was broke before using the vhost copier, and I have already undone all the changes it made to the server.xml and put it back to how it was oriignally. here is now it looks now ?xml version='1.0' encoding='utf-8'? !-- Licensed to the Apache Software Foundation (ASF) under one or more

Re: tomcat manager not working

2011-09-08 Thread Mark Eggers
- Original Message - From: Russ Michaels r...@michaels.me.uk To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Thursday, September 8, 2011 4:11 PM Subject: Re: tomcat manager not working it was broke before using the vhost copier, and I have already undone all the changes

RE: tomcat manager not working

2011-09-08 Thread Caldarale, Charles R
From: Mark Eggers [mailto:its_toas...@yahoo.com] Subject: Re: tomcat manager not working You have the following virtual host: Host name=www.maxyexpress.co.uk appBase=webapps     Context path= docBase=d:\wwwroot\maxyexpress.co.uk\wwwroot /     Aliasmaxyexpress.co.uk/Alias /Host This means

Re: tomcat manager not working

2011-09-08 Thread Mark Eggers
- Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Thursday, September 8, 2011 8:15 PM Subject: RE: tomcat manager not working From: Mark Eggers [mailto:its_toas...@yahoo.com] Subject: Re: tomcat

tomcat /manager not working

2010-07-07 Thread Tapas Mishra
I downloaded tomcat 5.5.29 and tried to access an application http://IP of Tomcat server:8080/manager which the doc says http://tomcat.apache.org/tomcat-5.5-doc/appdev/deployment.html that it is included and deployed by default it did not showed me any thing did I miss any thing. -- Tapas

Re: tomcat /manager not working

2010-07-07 Thread André Warnier
Tapas Mishra wrote: I downloaded tomcat 5.5.29 and tried to access an application http://IP of Tomcat server:8080/manager which the doc says http://tomcat.apache.org/tomcat-5.5-doc/appdev/deployment.html that it is included and deployed by default it did not showed me any thing did I miss any

Re: tomcat /manager not working

2010-07-07 Thread Mark Thomas
On 07/07/2010 11:50, André Warnier wrote: I have no idea if this triggers secondary unwanted effects. Oddles of them. It breaks large sections of the manager app. If it does not however, then I would respectively suggest to the Tomcat developers to incorporate this as a standard

Re: tomcat /manager not working

2010-07-07 Thread André Warnier
Mark Thomas wrote: On 07/07/2010 11:50, André Warnier wrote: I have no idea if this triggers secondary unwanted effects. Oddles of them. It breaks large sections of the manager app. If it does not however, then I would respectively suggest to the Tomcat developers to incorporate this as a

Re: tomcat /manager not working

2010-07-07 Thread Mark Thomas
On 07/07/2010 13:20, André Warnier wrote: Mark Thomas wrote: On 07/07/2010 11:50, André Warnier wrote: I have no idea if this triggers secondary unwanted effects. Oddles of them. It breaks large sections of the manager app. If it does not however, then I would respectively suggest to the

Re: tomcat /manager not working

2010-07-07 Thread André Warnier
Mark Thomas wrote: On 07/07/2010 13:20, André Warnier wrote: Mark Thomas wrote: On 07/07/2010 11:50, André Warnier wrote: I have no idea if this triggers secondary unwanted effects. Oddles of them. It breaks large sections of the manager app. If it does not however, then I would

RE: tomcat /manager not working

2010-07-07 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat /manager not working So the /* mapping above should win only if none of the others does, no ? Am I missing something ? Yup - you've broken the non-HTML usage of the manager, which is what all the scripts use to access

Re: tomcat /manager not working

2010-07-07 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat /manager not working So the /* mapping above should win only if none of the others does, no ? Am I missing something ? Yup - you've broken the non-HTML usage of the manager, which is what all

RE: tomcat /manager not working

2010-07-07 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat /manager not working I am not going to play with /undeploy just to further verify my theory, but does that look like I broke something ? No, it looks like it's working. Things must have changed since the last time I tried

Re: tomcat /manager not working

2010-07-07 Thread Mark Thomas
On 07/07/2010 15:35, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat /manager not working I am not going to play with /undeploy just to further verify my theory, but does that look like I broke something ? No, it looks like it's working

Re: tomcat /manager not working

2010-07-07 Thread André Warnier
Mark Thomas wrote: On 07/07/2010 15:35, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat /manager not working I am not going to play with /undeploy just to further verify my theory, but does that look like I broke something ? No, it looks like it's

Re: tomcat /manager not working

2010-07-07 Thread Konstantin Kolinko
2010/7/7 André Warnier a...@ice-sa.com: I have made the change in the Manager's web.xml, restarted Tomcat, and so far all the manager functions and links seem to be working fine. Namely, I have added this mapping at the end of the existing servlet-mappings of the manager webapp's web.xml :

Re: tomcat /manager not working

2010-07-07 Thread André Warnier
Konstantin Kolinko wrote: 2010/7/7 André Warnier a...@ice-sa.com: I have made the change in the Manager's web.xml, restarted Tomcat, and so far all the manager functions and links seem to be working fine. Namely, I have added this mapping at the end of the existing servlet-mappings of the

Re: tomcat /manager not working

2010-07-07 Thread Mark Thomas
On 07/07/2010 17:21, André Warnier wrote: As far as I know, I am not making any changes to the logic of the manager application by doing this. All I am doing is making the HTMLManager servlet be the default servlet. So when a user requests any URL starting with /manager and not specifically