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
> 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 protec
: 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
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:ā//local
> 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
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
--add-opens=java.base/java.util.
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
> On 08/03/2011 07:03 AM, Alexandre
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 acco
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 h
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 :
> Hi guys,
> here my problem :
>
> I have a web application that use a Jdbc driver/connection to connect to a
> proprietary application.
2011/8/1 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 t
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 whe
o: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
>
>
run your Tomcat in user session 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
> 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
- Chu
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 M
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 optio
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 co
egrated 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 start
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 wrote:
> On 4/7/11 9:13 AM, Amit k wrote:
> > I am using tomcat 6.0.29 (32bi
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
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
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 org.apache.coyote.http1
command '' received
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-W
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 wrote:
Sorry vijay my comments were directed at Andre
Ziggy, Vijay,
my comments were not really /meant/ to be rude. But I admit they were
kind of rough.
-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
-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. messag
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 wrote:
> Sorry vijay my comments were directed at Andre
>
> On 10/10/09, Ziggy wrote:
> > Hi vijay
> > Your comments are not really helpfull and are rude.
> > Just because
2009/10/10 Ziggy :
> 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 business sense
>
Sorry vijay my comments were directed at Andre
On 10/10/09, Ziggy 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
> someone decides t
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 do
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
> 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/
is the file name is in
C:\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 - Use
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 li
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
]
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
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,
-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 t
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
simp
-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
|
|
Better yet, just rename your own webapp to ROOT and use that.
- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment
.
---
- Original Message -
From: "ryan webb" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
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 q
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 restrict
Making the Java dream come true.
> ---
> - Original Message - From: "ryan webb" <[EMAIL PROTECTED]>
> To: "tomcat-help"
> Sent: Friday, May 09, 2008 5:01 AM
> Subject: I dont want my users to see tomcat console. Any advice?
>
&
.
---
- Original Message -
From: "ryan webb" <[EMAIL PROTECTED]>
To: "tomcat-help"
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
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/
*Question
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:
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
48 matches
Mail list logo