RE: Re: Tomcat Console - 401 Unauthorized

2024-05-23 Thread Garber, Frank
And the winner is: Chuck  I tried Chrome (instead of the Corporate mandated browser Edge) and I was right away challenged for credentials. Thanks for all those who responded. From: Chuck Caldarale Sent: Wednesday, May 22, 2024 4:36 PM To: Tomcat Users List Subject: {EXTERNAL} Re: Tomcat

Re: Tomcat Console - 401 Unauthorized

2024-05-22 Thread Chuck Caldarale
> On May 22, 2024, at 13:31, Garber, Frank > wrote: > > Not knowing how it’s supposed to behave, here’s another clue. When I click on > the “Server Status” button, I never get prompted for credentials. This sounds like a browser configuration problem. On the first attempt to access a

RE: Re: Tomcat Console - 401 Unauthorized

2024-05-22 Thread Garber, Frank
: Wednesday, May 22, 2024 2:26 PM To: Tomcat Users List Subject: RE: {EXTERNAL} Re: Tomcat Console - 401 Unauthorized I’m not sure how the URLs got munged up. What I have on my side is valid XML, so I’m not worried about that. I’m really just concerned that the following isn’t working

RE: Re: Tomcat Console - 401 Unauthorized

2024-05-22 Thread Garber, Frank
Subject: {EXTERNAL} Re: Tomcat Console - 401 Unauthorized > On May 22, 2024, at 10: 51, Garber, Frank com. INVALID> wrote: > > I've just installed Tomcat 9. 0. 89. > > Tomcat runs, and I can get to the console at https: //urldefense.  > com/v3/__http: //localhost:

Re: Tomcat Console - 401 Unauthorized

2024-05-22 Thread Chuck Caldarale
> On May 22, 2024, at 10:51, Garber, Frank > wrote: > > I've just installed Tomcat 9.0.89. > Tomcat runs, and I can get to the console at http://localhost:8080/ but, when > I click on "Server Status" I get the 401 Unauthorized page. > I've been editing the conf\tomcat-users.xml file

Tomcat Console - 401 Unauthorized

2024-05-22 Thread Garber, Frank
Hello Group, I've just installed Tomcat 9.0.89. First a the first few lines on the Catalina log: NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED

Re: Different behavior between Tomcat service installation Tomcat console mode

2011-08-04 Thread Alexandre Terrasson
Hi, thanks guys, I finally resolved the problem, thanks to Mladen Turk : I tried to run the service with my local account (which is a admin account) instead of the Local Service account and it works!! Thansk guys for your help :) Alex. 2011/8/3 Mladen Turk mt...@apache.org On 08/03/2011

Re: Different behavior between Tomcat service installation Tomcat console mode

2011-08-03 Thread Mladen Turk
On 08/03/2011 07:03 AM, Alexandre Terrasson wrote: Hi, thanks guys, 2/ The Jar of my driver is located in the Tomcat lib folders. The driver is not only a jar, I had to installed it as an odbc source, with some dll and some entries in windows registry. So you must ensure that LOCAL_SERVICE

Re: Different behavior between Tomcat service installation Tomcat console mode

2011-08-02 Thread Alexandre Terrasson
Hi, thanks guys, @Konstantin Kolinko : 1/ In the log, the error I get is a SQLException : Listener Error. I got this only with service version of Tomcat, not with the console mode, that's my problem ... 2/ The Jar of my driver is located in the Tomcat lib folders. The driver is not only a jar, I

Different behavior between Tomcat service installation Tomcat console mode

2011-08-01 Thread Alexandre Terrasson
Hi guys, here my problem : I have a web application that use a Jdbc driver/connection to connect to a proprietary application. I did my developments and tests on a Tomcat 6.0.32 with scripts startup (startup.bat) and all works fine. But when I tried to test the web app on the production server

Re: Different behavior between Tomcat service installation Tomcat console mode

2011-08-01 Thread Konstantin Kolinko
2011/8/1 Alexandre Terrasson alexandre.terras...@gmail.com: Hi guys, here my problem : I have a web application that use a Jdbc driver/connection to connect to a proprietary application. I did my developments and tests on a Tomcat 6.0.32 with scripts startup (startup.bat) and all works

Re: Different behavior between Tomcat service installation Tomcat console mode

2011-08-01 Thread 刘铎
Are the two tomcat configurations the same? Check the server.xml,web.xml,context.xml and other configuration files of the tomcat. 2011/8/1 Alexandre Terrasson alexandre.terras...@gmail.com: Hi guys, here my problem : I have a web application that use a Jdbc driver/connection to connect to a

Re: How to hide tomcat console when installed as service

2011-04-13 Thread Amit k
] Subject: Re: How to hide tomcat console when installed as service Really is there not any way out? Did you bother to read the link that Mladen provided? http://msdn.microsoft.com/en-us/library/ms683502%28v=vs.85%29.aspx - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: How to hide tomcat console when installed as service

2011-04-12 Thread Amit k
Hi, Tomcat documentation says that if tomcat is installed as service, it doesn't show up the console. But in my case this doesn't hold true. Again if the console is required for std out/err, then redirecting them to file etc wont help to display the console? Really is there not any way out? On

RE: How to hide tomcat console when installed as service

2011-04-12 Thread Caldarale, Charles R
From: Amit k [mailto:opteemuspr...@gmail.com] Subject: Re: How to hide tomcat console when installed as service Really is there not any way out? Did you bother to read the link that Mladen provided? http://msdn.microsoft.com/en-us/library/ms683502%28v=vs.85%29.aspx - Chuck

Re: How to hide tomcat console when installed as service

2011-04-12 Thread Mladen Turk
and forget about services. 3) Modify Daemon code and comment out the AllocConsole API call, loosing Tomcat console messages. 4) Convince Microsoft to ditch the UAC IMHO anything but 1) is a complete waste of time. Since Microsoft says you should use IPC to interact with services from desktop well

Re: How to hide tomcat console when installed as service

2011-04-10 Thread Amit k
. With sc.exe (That is with the SC tool) that is sc.exe start Tomcat6 2. With net start Tomcat6 command When it is started in process mode, it does not show the tomcat console. But when tomcat is installed in service mode, it shows the console. I want to hide it. Thanks, Amit

Re: How to hide tomcat console when installed as service

2011-04-10 Thread Mladen Turk
On 04/11/2011 07:01 AM, Amit k wrote: Hi, I actually tried that option. I know it works but under one situation it fails. When your application require tomcat to interact with desktop it fails and in my case, application in tomcat interacts with Desktop through JNI call. So I cant use this

Re: How to hide tomcat console when installed as service

2011-04-08 Thread Amit k
When it is started in process mode, it does not show the tomcat console. But when tomcat is installed in service mode, it shows the console. I want to hide it. Thanks, Amit On Thu, Apr 7, 2011 at 4:47 PM, Pid p...@pidster.com wrote: On 4/7/11 9:13 AM, Amit k wrote: I am using tomcat 6.0.29

Re: How to hide tomcat console when installed as service

2011-04-08 Thread הילה
in the installer. Not to use binaries was the decision taken long back and cant be revoked. The tomcat is started exactly in two ways 1. With sc.exe (That is with the SC tool) that is sc.exe start Tomcat6 2. With net start Tomcat6 command When it is started in process mode, it does not show the tomcat

How to hide tomcat console when installed as service

2011-04-07 Thread Amit k
Hi there, I am using tomcat 6.0.29 (32bit) source to build the tomcat. The same, after it is built, is installed as windows service. I am installing it on windows XP (32 bit), Windows 7 and windows 2K8 (both 64 bit) systems as service. I dont want the tomcat console to appear when it is installed

Re: How to hide tomcat console when installed as service

2011-04-07 Thread Pid
On 4/7/11 9:13 AM, Amit k wrote: I am using tomcat 6.0.29 (32bit) source to build the tomcat. Why not just use the binary? How are you starting Tomcat when it exhibits the issue, exactly? p signature.asc Description: OpenPGP digital signature

Tomcat console WARNING: StandardServer.await: Invalid command '' received

2010-02-07 Thread dBenjamin
once i recived this error message after that I can not able to shutdown tomcat Server I am using tomcat 6(Binary distrubtion version) and Java 1.5 Can you please help me to sole this problem.. -- View this message in context: http://old.nabble.com/Tomcat-console-WARNING%3A-StandardServer.await

Re: Tomcat console WARNING: StandardServer.await: Invalid command '' received

2010-02-07 Thread André Warnier
dBenjamin wrote: Dear All, Thanks for helping tomcat User . I have problem with my tomcat when I start my tomcat it getting stared properly with out any error. after some time when give request to my web application it was show the following error. Feb 7, 2010 4:16:35 PM

Re: Re Directing tomcat console out put to log files

2009-10-10 Thread Ziggy
Hi vijay Your comments are not really helpfull and are rude. Just because something has been updated it does not mean that you have to use the latest version.. There could be a million reasons why someone decides to stick with an older version of an application. Upgrading just for the sake of it

Re: Re Directing tomcat console out put to log files

2009-10-10 Thread Ziggy
Sorry vijay my comments were directed at Andre On 10/10/09, Ziggy zigg...@gmail.com wrote: Hi vijay Your comments are not really helpfull and are rude. Just because something has been updated it does not mean that you have to use the latest version.. There could be a million reasons why

Upgrading (was Re: Re Directing tomcat console out put to log files)

2009-10-10 Thread Peter Crowther
2009/10/10 Ziggy zigg...@gmail.com: Just because something has been updated it does not mean that you have to use the latest version.. There could be a million reasons why someone decides to stick with an older version of an application. Upgrading just for the sake of it does not make sense

Re: Re Directing tomcat console out put to log files

2009-10-10 Thread Ziggy
Have a look at this page http://tomcat.apache.org/tomcat-4.1-doc/config/logger.html On Sat, Oct 10, 2009 at 11:12 AM, Ziggy zigg...@gmail.com wrote: Sorry vijay my comments were directed at Andre On 10/10/09, Ziggy zigg...@gmail.com wrote: Hi vijay Your comments are not really helpfull

Re: Re Directing tomcat console out put to log files

2009-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vijay, On 10/9/2009 9:24 AM, VijayKS wrote: I installed the exe version of tomcat 4.1 . There is no catalina.log files present. localhost_log.2009-10-09.txt This is the file name is in C:\tomcat4.1\logs\ folder. But the System.out. messages not

Re: [OT] Directing tomcat console out put to log files

2009-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ziggy, On 10/10/2009 6:07 AM, Ziggy wrote: Your comments are not really helpfull and are rude. Actually, they are potentially helpful and I didn't find them rude at all. Just because something has been updated it does not mean that you have to

Re: Re Directing tomcat console out put to log files

2009-10-10 Thread André Warnier
Ziggy wrote: Have a look at this page http://tomcat.apache.org/tomcat-4.1-doc/config/logger.html On Sat, Oct 10, 2009 at 11:12 AM, Ziggy zigg...@gmail.com wrote: Sorry vijay my comments were directed at Andre Ziggy, Vijay, my comments were not really /meant/ to be rude. But I admit they

Re Directing tomcat console out put to log files

2009-10-09 Thread VijayKS
Hi I m using Tomcat 4.1. I try to redirect System.out to log files, but unable to do it. Help me to resolve this issue -- View this message in context: http://www.nabble.com/Re-Directing-tomcat-console-out-put-to-log-files-tp25818644p25818644.html Sent from the Tomcat - User mailing list

Re: Re Directing tomcat console out put to log files

2009-10-09 Thread Ziggy
, but unable to do it. Help me to resolve this issue -- View this message in context: http://www.nabble.com/Re-Directing-tomcat-console-out-put-to-log-files-tp25818644p25818644.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Re Directing tomcat console out put to log files

2009-10-09 Thread VijayKS
:\tomcat4.1\logs\ folder. But the System.out. messages not written in this file and it is written in console window -- View this message in context: http://www.nabble.com/Re-Directing-tomcat-console-out-put-to-log-files-tp25818644p25821140.html Sent from the Tomcat - User mailing list archive

RE: Re Directing tomcat console out put to log files

2009-10-09 Thread Caldarale, Charles R
From: Ziggy [mailto:zigg...@gmail.com] Subject: Re: Re Directing tomcat console out put to log files all output for System.out statements should by default go to the tomcat log file which is in $CATALINA_HOME/logs/catalina.out That's not quite correct. The logs/catalina.out file

Re: Re Directing tomcat console out put to log files

2009-10-09 Thread André Warnier
VijayKS wrote: VijayKS wrote: Hi I m using Tomcat 4.1. I try to redirect System.out to log files, but unable to do it. Help me to resolve this issue I installed the exe version of tomcat 4.1 . There is no catalina.log files present. localhost_log.2009-10-09.txt This is the file name is

RE: I dont want my users to see tomcat console. Any advice?

2008-05-13 Thread Bhanu
] Sent: Tuesday, May 13, 2008 6:41 AM To: Tomcat Users List Subject: Re: I dont want my users to see tomcat console. Any advice? Mr. Chris, Yes thank you for your advice, I appreciate your tips. And follow your suggestion. Have a good day Mr. Chris. On Mon, May 12, 2008 at 10:39 PM, Christopher

Re: I dont want my users to see tomcat console. Any advice?

2008-05-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ryan, ryan webb wrote: | Yes, I will also read TC documentations. But for now I want a quick and | simple explanation.. The TC documentation is quick and simple. If not, you should suggest editions. | and besides all your experiences are the best

Re: I dont want my users to see tomcat console. Any advice?

2008-05-12 Thread ryan webb
Mr. Chris, Yes thank you for your advice, I appreciate your tips. And follow your suggestion. Have a good day Mr. Chris. On Mon, May 12, 2008 at 10:39 PM, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ryan, ryan webb wrote: | Yes, I will

Re: I dont want my users to see tomcat console. Any advice?

2008-05-09 Thread Mark Thomas
ryan webb wrote: Mr. Johnny Kewl, Thank you very much for your quick reply. I get what are you trying to say. except on the last part: Also make a note of the URL on the default page, so you can still get at the admin stuff. what note? please write simple example. You're right, if I

Re: I dont want my users to see tomcat console. Any advice?

2008-05-09 Thread Johnny Kewl
. --- - Original Message - From: ryan webb [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 09, 2008 5:44 AM Subject: Re: I dont want my users to see tomcat console. Any advice? Mr. Johnny Kewl, Thank you very much for your quick reply

Re: I dont want my users to see tomcat console. Any advice?

2008-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: | Make a new web app call it ROOT | Then in the JSP page add something like | | meta http-equiv=refresh content=1; url=/webapp/index.jsp Better yet, just rename your own webapp to ROOT and use that. - -chris -BEGIN

Re: I dont want my users to see tomcat console. Any advice?

2008-05-09 Thread ryan webb
Dear Mr. Johnny, Mr. Chris and Mr. Mark, Thank you very much for all your replies. You have different approaches to my problem. I will try all your solutions / suggestions and use what is most applicable to my situation. Yes, I will also read TC documentations. But for now I want a quick and

I dont want my users to see tomcat console. Any advice?

2008-05-08 Thread ryan webb
Dear Tomcat users, *Situation:* - I have internal web application (corporate web site only). - I don't have Domain, user access our site using example: http://107.105.13.236/webApplication/. *Problem:* - Users see tomcat manager console site when they type in URL http://107.105.13.236/

Re: I dont want my users to see tomcat console. Any advice?

2008-05-08 Thread Johnny Kewl
. --- - Original Message - From: ryan webb [EMAIL PROTECTED] To: tomcat-help users@tomcat.apache.org Sent: Friday, May 09, 2008 5:01 AM Subject: I dont want my users to see tomcat console. Any advice? Ryan... try this Make a new web app call it ROOT Then in the JSP page

Re: I dont want my users to see tomcat console. Any advice?

2008-05-08 Thread ryan webb
. --- - Original Message - From: ryan webb [EMAIL PROTECTED] To: tomcat-help users@tomcat.apache.org Sent: Friday, May 09, 2008 5:01 AM Subject: I dont want my users to see tomcat console. Any advice? Ryan... try this Make a new web app call it ROOT Then in the JSP page

Re: TomCat+Console

2008-02-01 Thread David Brown
localhost.log or however your logging is defined. Unless you define separate logging files. The Tomcat doco has full discussion of logging. See: http://tomcat.apache.org/tomcat-5.5-doc/logging.html If you are debugging or running diagnostics then you want to log what your application is doing:

TomCat+Console

2008-02-01 Thread aum kumar
Hi All, i will ask for sorry in advance if i am asking an irrlivant question. currently i am using tomcat for my development and testing purpose for my application. i want to see all the details as what request is going to the server and how server is hadling and parsing my request i mean to say