*De:*Â Gavioto đ”
*Enviado:*Â martes, 25 de junio de 2024 15:27
*Para:*Â users@tomcat.apache.org
*Asunto:*Â RE: How to configure Tomcat with a Managed Service Account
when using LocalMachine certificates for TLS
- how are are starting Tomcat?
ââTomcat is starting as a service with
On 25/06/2024 14:27, Gavioto đ” wrote:
- how are are starting Tomcat?
ââTomcat is starting as a service with "Domain\account1$" (Managed Service
Account)
- is Tomcat installed as a Windows service?
ââYes
- which account is Tomcat running under?
ââ"Domain\account1$" (Managed Service
15:27
Para: users@tomcat.apache.org
Asunto: RE: How to configure Tomcat with a Managed Service Account when using
LocalMachine certificates for TLS
- how are are starting Tomcat?
ââTomcat is starting as a service with "Domain\account1$" (Managed Service
Account)
- is Tomcat insta
On Tue, Jun 25, 2024 at 9:14âŻAM david w wrote:
I've had the same experience, but with a regular AD service account, not an
> MSA.
> The account needs to have local administrator rights for the certificate
> to be found and used; setting ACL on the keystores is not enough.
>
1) The standard on thi
esday, June 25, 2024 3:27:12 PM
To: users@tomcat.apache.org
Subject: RE: How to configure Tomcat with a Managed Service Account when using
LocalMachine certificates for TLS
- how are are starting Tomcat?
ââTomcat is starting as a service with "Domain\account1$" (Managed Service
Accoun
ng to the user who is running the
Tomcat Service. In this case, the Managed Service Account.
De: Mark Thomas
Enviado: martes, 25 de junio de 2024 12:51
Para: users@tomcat.apache.org
Asunto: Re: How to configure Tomcat with a Managed Service Account when using
s, apache opens port 8443, but doesn't respond
to requests on 8443 when testing and no error in logs appears.
What is the question is "How to configure Tomcat with a Managed Service Account when
using LocalMachine certificates for TLS"
Notes:
- JDK 11.0.20+ is required due a well known b
ice account, it seems can access to
the Certificate Storage, in other case, the previous Stack Trace is generated.
- Unless I gave local Admin rights, apache opens port 8443, but doesn't respond
to requests on 8443 when testing and no error in logs appears.
What is the question is "How
ng that I would have to specify password somewhere. I don't
think that's the case.
Sorry to be a little misinformed.
-Original Message-
From: Mark Thomas
Sent: Wednesday, June 22, 2022 10:33 AM
To: users@tomcat.apache.org
Subject: Re: How to configure Tomcat 8.5.x to run in
On 22/06/2022 17:02, paul@stgconsulting.com wrote:
Hello all,
I been tasked with researching options for running Tomcat 8.5.x as a windows
service, but with a different user.
I need to know what minimum rights for user would be, and also how to pass
user & password. I think I see how to pa
Hello all,
I been tasked with researching options for running Tomcat 8.5.x as a windows
service, but with a different user.
I need to know what minimum rights for user would be, and also how to pass
user & password. I think I see how to pass user and password. I don't see
how to encrypt pa
Mark,
Just as a follow up to the two rogue test files
tomcat\test\org\apache\coyote\http2\TestStream.java
tomcat\test\util\TestCookieFilter.java
I copied the util and trailers folders into the java folder and that
didn't make any difference. Also I noticed that, for the
TestStream.java source it
John,
On 2/23/22 05:08, John Barrow wrote:
I fall into that historic stereotypical old-school developer type
labelled 'lazy'
You're in good company.
Awww.. the threevirtues dot com website has been hijacked by some stupid
advertising company. This is why we can't have nice things.
Google fo
Mark,
I have now got grep working (following a post from another member
indicating that built into git bash!)
> ant download-test-compile
This is useful to know as I didn't run the tests script until later.
> ant download-validate
This didn't report Checkstyle missing - probably as not needed
On 22/02/2022 17:59, John Barrow wrote:
John,
Thanks for separating this out into a new thread.
As a life-long supporter of Subversion, this was my first foray into
the world of git, but I believe, after a quick crash course, I have
managed to have forked and cloned Tomcat onto my laptop!
Hi Greg,
> You should not need to reload tomcat for code unless NetBeans cannot handle
> hot reload.
I don't believe that there is a problem with NetBeans, it updates the
active code files in the WEB_APP/classes perfectly, but then as
previously discussed in the other thread, there is no file lo
There have been lots of emails on this, sorry if I have missed something..
Although I don't use net beans, I use Eclipse with the venerable Sysdeo
Tomcat Plugin (modified), and from my experience set reloadable =
"false". I would stop and restart tomcat for method signature changes,
new class
Hi,
Firstly, this is actually a continuation of a previous thread
(specifically the email from Make Thomas, dated 21/02/2022 08:10)
discussing the specification for enhancing the reloading of webapps
after changes to the deployed files. This thread is titled â is too quick to respondâ and remains
Hi,
On Mon, Apr 6, 2020 at 9:32 AM Vijay Roy wrote:
> Hi Team ,
>
> We are using tomcat in one of our projects and we have tomcat ports 8080
> and 8081 opened by the following configurations.
>
>server=""
>connectionTimeout="2"
>redirectPort="8443
Hi Team ,
We are using tomcat in one of our projects and we have tomcat ports 8080
and 8081 opened by the following configurations.
Now we want to allow only specific url on each port. For eg urls
contaning text /request1 should be allowed to access only on port 8080 and
if /request1 is sen
, 2019 4:36 PM
To: users@tomcat.apache.org
Subject: Re: Cant configure Tomcat isapi redirect in IIS
On 23/04/2019 20:32, Shpilsky Rita (UniCredit Services) wrote:
> This message has been marked asUC group - PUBLIC
>
> Â
>
> Hi,
>
> I have tomcat 9.0.16 installed on windows 2012 s
On 23/04/2019 20:32, Shpilsky Rita (UniCredit Services) wrote:
> This message has been marked asUC group - PUBLIC
>
> Â
>
> Hi,
>
> I have tomcat 9.0.16 installed on windows 2012 server, 64 bit version
>
> I went through all the steps including getting the isapi_redirect.dll in
> 64 bit version
This message has been marked as UC group - PUBLIC
Hi,
I have tomcat 9.0.16 installed on windows 2012 server, 64 bit version
I went through all the steps including getting the isapi_redirect.dll in 64 bit
version, but when I try to open one of the applications residing in webapps
folder of tomc
Hi Mark Thomas,
Thanks for the pointer. However, that comment you posted there is 4 years old.
Any news on the matter since then at all? Has OCSP Stapling support for NIO
connectors since made it into Java 9?
Mark Boon
On 5/30/18, 12:46 AM, "Mark Thomas" wrote:
On 29/05/1
On 29/05/18 00:22, Mark Boon wrote:
> My company asked to enable OCSP stapling for our Tomcat server. I found
> the documentation about configuring a Tomcat OCSP Connector here:
>
> https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html#Configuring_OCSP_Connector
>
> Â
>
> However, if Iâm not m
Hi,
On Mon, May 28, 2018 at 7:22 PM, Mark Boon wrote:
> My company asked to enable OCSP stapling for our Tomcat server. I found
> the documentation about configuring a Tomcat OCSP Connector here:
>
> https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html#
> Configuring_OCSP_Connector
>
>
>
> Ho
My company asked to enable OCSP stapling for our Tomcat server. I found the
documentation about configuring a Tomcat OCSP Connector here:
https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html#Configuring_OCSP_Connector
However, if Iâm not mistaken those are instructions for how to set up an OCS
On 25/01/2017 21:12, Preston Price wrote:
> So what is the purpose of a Decoder.TextStream then if not to handle
> incomplete/partial messages?
To interface with other components that wanted to process the data in
that form.
Partial messages feeding an InputStream is doable, but you need to built
So what is the purpose of a Decoder.TextStream then if not to handle
incomplete/partial messages?
Cheers!
On Wed, Jan 25, 2017 at 2:07 PM, Mark Thomas wrote:
> On 25/01/2017 20:53, Preston Price wrote:
> > Is it possible to use a Decoder to handle partial websocket messages?
>
> No. Decoders on
On 25/01/2017 20:53, Preston Price wrote:
> Is it possible to use a Decoder to handle partial websocket messages?
No. Decoders only apply to whole messages.
The closest you will get it is:
- remove the message size limit
- use a partial message handler that buffers up to a limit
- discard data on
Is it possible to use a Decoder to handle partial websocket messages?
On Wed, Jan 25, 2017 at 1:29 PM, Mark Thomas wrote:
> On 25/01/2017 20:25, Preston Price wrote:
> > My environment:
> > java: 1.8.0_102,
> > tomcat: 8.0.39,
> > os:Ubuntu 4.4.0-45-generic,
> > websocket api: 1.1
> >
> > Curren
On 25/01/2017 20:25, Preston Price wrote:
> My environment:
> java: 1.8.0_102,
> tomcat: 8.0.39,
> os:Ubuntu 4.4.0-45-generic,
> websocket api: 1.1
>
> Currently in my application clients will (rarely) send a message that
> exceeds the default (8192 byte) limit for messages. This results in the
>
My environment:
java: 1.8.0_102,
tomcat: 8.0.39,
os:Ubuntu 4.4.0-45-generic,
websocket api: 1.1
Currently in my application clients will (rarely) send a message that
exceeds the default (8192 byte) limit for messages. This results in the
socket being closed by the server with a 1009 code (too big)
HTTPS/SSL.
>
> I've written my own tutorial how to do that using Letsencrypt and
> Tomcat native:
> https://mladenadamovic.wordpress.com/2016/09/06/configure-tomcat-with-
ssl-on-ubuntu-minimal/
>
> As you can notice from the tutorial: - I'm running 8.5.5 from
> web
om/2016/09/06/configure-tomcat-with-ssl-on-ubuntu-minimal/
As you can notice from the tutorial:
- I'm running 8.5.5 from website (not prepackaged with comes with Ubuntu)
- run Tomcat as non-root user and do ip tables forwarding because of that
- implemented my own ACME support for Letsenc
OK good that it's finally working.
There is a weakness in the documentation since it duplicates a big part of
the original procrun doc, and it would more readable to just give a short
explanation and give a link as you suggest. You can ask for an improvement
in the bug database ( http://tomcat.apac
Aurélien,
> still investigating for you in the documentation (
> http://commons.apache.org/proper/commons-daemon/procrun.html ), can you try
> again with --ServiceUser & --ServicePassword instead of --User & --Password ?
thanks for that hint. I try it and it works now. :-)
I miss the point, tha
Arno,
still investigating for you in the documentation (
http://commons.apache.org/proper/commons-daemon/procrun.html ), can you try
again with --ServiceUser & --ServicePassword instead of --User & --Password
?
regards
2015-10-08 17:35 GMT+02:00 Arno SchÀfer :
> Hi Aurélien,
>
> > Arno, can you
Hi Aurélien,
> Arno, can you try with these parameters : --StdOutput out.txt --StdError
> err.txt
> and check if this writes anything to these files (I don't bet a pence on this
> but let's try) ?
That isn't the point. My problem is, that I can't configure a different service
user as the loca
Arno, can you try with these parameters : --StdOutput out.txt --StdError
err.txt and check if this writes anything to these files (I don't bet a
pence on this but let's try) ?
Taken from the doc :
http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
2015-10-02 17:52 GMT+02:00 Arno
André,
> Maybe it is not only the version of Tomcat that has changed, but also the
> machine/OS on which
> you do this ? Maybe the user under which you execute this command does not
> have the
> required
> privileges, at OS level on this machine, to do this ?
On the same machine/OS it work's w
On 02.10.2015 17:12, Arno SchÀfer wrote:
Thanks for the hint Aurélien,
there *maybe is* documentation about this, see question & comments from
Konstantin Kolinko in
http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
but I asked this question, because I recognize, that it did
Thanks for the hint Aurélien,
> there *maybe is* documentation about this, see question & comments from
> Konstantin Kolinko in
> http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
but I asked this question, because I recognize, that it didn't worked like it
is described, but i
Arno,
there *maybe is* documentation about this, see question & comments
from Konstantin Kolinko in
http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
2015-10-02 16:36 GMT+02:00 Arno SchÀfer :
> Hi all,
>
> using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the pro
Hi Andre,
> What exactly /is/ the problem ?
'XXX' is not configured and doesn't exist. if I then call
'tomcat7 //IS//XXX --User="domain\user" --Password="xx"
the call return with exitcode 0 and if I look in the services.msc the service
XXX is installed, but run as local system
On 02.10.2015 16:36, Arno SchÀfer wrote:
Hi all,
using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the problem, that
I can not configure a user/password
with the tomcat7.exe utility. I run this as a local administrator in a DOS box
with a valid user and password it returned
with er
Hi all,
using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the problem, that
I can not configure a user/password
with the tomcat7.exe utility. I run this as a local administrator in a DOS box
with a valid user and password it returned
with errorlevel 0, but the user was not set in the
Tomcat version:Â 7.0.62Platform (OS) - Centos 6.6
Steps I perform1) follow the document
(http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html) to configure
Kerbero.   - I use kinit to verify the keytab and service account and it
shows.    kinit -V -k -t server.keytab
HTTP/s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Andrew,
On 4/8/15 3:07 PM, Leggio, Andrew wrote:
> Thank you for responding. I changed the mod_proxy_ajp.c to
> mod_proxy_ajp.so which is the module that is being loaded. Now my
> html pages are rendering fine; however, when I go the jsp pages
>
Leggio, Andrew wrote:
I am trying to get tomcat to work under Apache. I have verified that tomcat is
listening on port 8009.
I tried doing the following:
Apache Web Server Settings
Add the following to the /etc/httpd/conf.d/proxy_ajp.conf file or if that file
does not exist you can add it to
rew J. Leggio | MBIA Services Corporation | Assistant Vice President | Phone
P (914) 765-3206 | Fax ( (914) 765-3095 | andrew.leg...@mbia.com
-Original Message-
From: Andy Wang [mailto:aw...@ptc.com]
Sent: Wednesday, April 08, 2015 2:07 PM
To: users@tomcat.apache.org
Subject: Re: Conf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Andrew,
On 4/8/15 1:43 PM, Leggio, Andrew wrote:
> I am trying to get tomcat to work under Apache. I have verified
> that tomcat is listening on port 8009.
>
>
>
> I tried doing the following:
>
> *Apache Web Server Settings*
>
> Add the follo
On 04/08/2015 12:43 PM, Leggio, Andrew wrote:
I am trying to get tomcat to work under Apache. I have verified that
tomcat is listening on port 8009.
I tried doing the following:
*Apache Web Server Settings*
Add the following to the */etc/httpd/conf.d/proxy_ajp.conf* file or if
that file doe
I am trying to get tomcat to work under Apache. I have verified that tomcat is
listening on port 8009.
I tried doing the following:
Apache Web Server Settings
Add the following to the /etc/httpd/conf.d/proxy_ajp.conf file or if that file
does not exist you can add it to the end of the /etc/http
gt;> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>>
>> Chuck,
>>
>> On 1/8/15 6:21 PM, Caldarale, Charles R wrote:
>>
>>> From: dmccrthy [mailto:dmccr...@gmail.com] Subject: Re: Tomcat
>>>> 7.0.56 - How to configure Tomcat/JRE 7u72 for c
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chuck,
On 1/8/15 6:21 PM, Caldarale, Charles R wrote:
From: dmccrthy [mailto:dmccr...@gmail.com] Subject: Re: Tomcat
7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual
Authentication connections
I found
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chuck,
On 1/8/15 6:21 PM, Caldarale, Charles R wrote:
>> From: dmccrthy [mailto:dmccr...@gmail.com] Subject: Re: Tomcat
>> 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual
>> Authentication connections
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
André,
On 1/8/15 5:07 PM, André Warnier wrote:
> dmccrthy wrote:
>> Chris, André,
>>
>> Many thanks. I hadn't considered either the MITM or Apache HTTPD
>> angles. The proxy idea occurred to me (sorry, I had a typo in my
>> original mail and that m
rote:
> > From: dmccrthy [mailto:dmccr...@gmail.com]
> > Subject: Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client
> HTTPS Mutual
> > Authentication connections
>
> > I found the link below from 2008.
> > It looks like a minor change to the Catalina W
> From: dmccrthy [mailto:dmccr...@gmail.com]
> Subject: Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client
> HTTPS Mutual
> Authentication connections
> I found the link below from 2008.
> It looks like a minor change to the Catalina WebAppLoader class might s
Hi André, Chris,
Just to park the proxy idea for a moment, I found the link below from 2008.
It looks like a minor change to the Catalina WebAppLoader class might solve
the problem and let me provide a custom HTTPS URL protocol handler. Have I
misread this?
http://tomcat.10.x6.nabble.com/Custom-U
dmccrthy wrote:
Chris, André,
Many thanks. I hadn't considered either the MITM or Apache HTTPD angles.
The proxy idea occurred to me (sorry, I had a typo in my original mail and
that may not have been clear) but I agree it's messy.
Many thanks again, I just couldn't find anything that said yes
ent
> >> connections
> >>
> >> I have successfully configured the server and can make SoapUI
> >> calls to it using HTTPS and Mutual Authentication. If I had
> >> control of the client code I would use HttpClient and accomplish
> >> it that way.
> >>
>
l Authentication. If I had
>> control of the client code I would use HttpClient and accomplish
>> it that way.
>>
>> For the Tomcat client application I have searched Google,
>> Stackoverflow, and the Tomcat wiki and mail archives but all
>> HTTPS/Mutual Authenti
If there is no option to configure Tomcat then the only options I can think
of are below, but if anyone has any other insights it would be much
appreciated.
1) Write a between the Tomcat âclientâ instance and the HTTPS/MA endpoint
2) Find out the framework/socket factory/url connection factory the
overflow, and the Tomcat wiki and mail archives but all
> HTTPS/Mutual Authentication solutions I can find refer to Tomcat as
> the web server, not to web applications making outbound connections
> from a Tomcat instance.
>
> If there is no option to configure Tomcat then the only options
no option to configure Tomcat then the only options I can think
of are below, but if anyone has any other insights it would be much
appreciated.
1) Write a between the Tomcat âclientâ instance and the HTTPS/MA endpoint
2) Find out the framework/socket factory/url connection factory the
3rdparty web
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Juan,
On 5/6/14, 7:26 AM, juan fernandez wrote:
> we have HTTPS from the browser to the Oracle Web Cache server, and
> HTTP from Web Cache to the Tomcat server.
>
> We have seen analyzing the network traffic that after an HTTPS
> request there is a
Hello,
we have HTTPS from the browser to the Oracle Web Cache server, and HTTP from
Web
Cache to the Tomcat server.
We have seen analyzing the network traffic
that after an HTTPS request there is an HTTP request and the status code is
aborted.
Example:
(HTTPS request) https://myserver.com:
Hi,
Calling tomcat.setSilent(false) might help. Just try this and see if this
helps. Below is small funcation from Tomcat class.
/**
* Controls if the loggers will be silenced or not.
* @param silenttrue sets the log level to WARN for the
* loggers that log
I am running Tomcat programmatically (embedded) and I wanted to configure
its logging so I can track inbound request.
I start Tomcat as follows:
tomcat = new Tomcat();
tomcat.setBaseDir(DEFAULT_BASE_DIR);
tomcat.getService().addConnector(defaultConnector);
tomcat.setConnector(defaultConnec
> -Original Message-
> From: olivier giorgi [mailto:olivier_gio...@yahoo.fr]
> Sent: Thursday, August 01, 2013 11:17 AM
> To: users@tomcat.apache.org
> Subject: Do you know how to configure Tomcat in ipv6 ?
>
> Hello to all,
>
> Please, could you help me
To: users@tomcat.apache.org
Subject: Do you know how to configure Tomcat in ipv6 ?
Hello to all,
Please, could you help me about the following subject:
How to configure Tomcat in ipv6 ?
Thanks in advance.
Best regards Olivier
Hello to all,
Â
Please, could you help me about the following subject:
Â
How to configure Tomcat in ipv6 ?
Â
Thanks in advance.
Best regards Olivier.
On 27/01/2013 16:25, Varuna Seneviratna wrote:
> I extracted tomcat-6.0.36 zip file to c:\tomcat, now root of my tomcat
> installation is c:\tomcat. I have set the CLASSPATH to
>
> ".;C:\tomcat\lib\servlet-api.jar;C:\Program Files\Java\jdk1.7.0_10"
Don't do that. Tomcat configures the classpath
n general, HTML is not static, and
> shouldn't be considered cacheable." How do I configure tomcat to
> achieve the same ? I know it can be done via Filters by putting
> some HTTP headers but can we do it without touching code just by
> configuration ?
It looks like you can u
Cacheable resources include JS and CSS files, image files, and other
binary object files (media files, PDFs, Flash files, etc.). In general,
HTML is not static, and shouldn't be considered cacheable."
How do I configure tomcat to achieve the same ? I know it can be done via
Filters
http://www.datadisk.co.uk/html_docs/java_app/tomcat6/tomcat6_clustering.htm
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
http://tomcat.apache.org/tomcat-6.0-doc/tribes/introduction.html
On 10/27/2011 9:29 AM, juergen.l...@gmail.com wrote:
Hi Mark,
thanks a lot for this clarificatio
On 27/10/2011 16:29, juergen.l...@gmail.com wrote:
> Hi Mark, thanks a lot for this clarification! Is there any reference
> you recommend for learning about tomcat clustering (apart from the
> source code)?
Nothing immediately comes to mind. It is an area where we could do with
some better docs.
On 27/10/2011 14:43, ma...@apache.org wrote:
> "JĂŒrgen Link" wrote:
>
>> Hi all, I successfully did set up a tomcat cluster (3 nodes) with
>> session replication, using the standard DeltaManager.
>>
>> In order to allow for more nodes, I'd like to switch to
>> BackupManager for primary-secondary
"JĂŒrgen Link" wrote:
>Hi all,
>I successfully did set up a tomcat cluster (3 nodes) with session
>replication, using the standard DeltaManager.
>
>In order to allow for more nodes, I'd like to switch to BackupManager
>for
>primary-secondary replication on a dedicated backup node.
>Unfortunately,
Hi all,
I successfully did set up a tomcat cluster (3 nodes) with session
replication, using the standard DeltaManager.
In order to allow for more nodes, I'd like to switch to BackupManager for
primary-secondary replication on a dedicated backup node.
Unfortunately, the official documentation (and
: do not send the file as an attachment, the list strips them. Copy and paste into
the message to the list.
Original-Nachricht
Datum: Wed, 26 Oct 2011 08:38:28 -0500
Von: "Caldarale, Charles R"
An: Tomcat Users List
Betreff: RE: How to configure Tomcat 7 manager w
Yes the comment markers are removed.
And i have also restarted the tomcat after updating xml files.
Original-Nachricht
> Datum: Wed, 26 Oct 2011 08:38:28 -0500
> Von: "Caldarale, Charles R"
> An: Tomcat Users List
> Betreff: RE: How to configure Tomcat 7
> From: Roland Schmitt [mailto:roland-schm...@gmx.de]
> Subject: Re: How to configure Tomcat 7 manager webapp into an subpath?
> The user is added in the tomcat7\conf\tomcat-users.xml
And are the comment markers removed? Did you restart Tomcat after updating the
.xml file?
- Chu
richt
> Datum: Wed, 26 Oct 2011 16:22:39 +0400
> Von: Konstantin Kolinko
> An: Tomcat Users List
> Betreff: Re: How to configure Tomcat 7 manager webapp into an subpath?
> 2011/10/26 Roland Schmitt :
> > I have configure the tomcat webroot outside of the tomcat director
2011/10/26 Roland Schmitt :
> I have configure the tomcat webroot outside of the tomcat directory.
> But then the tomcat managment application isn't accessible any more.
> I have then tried to create an subcontext /manager which should allow access
> to the manager application. But localhost/manag
I have configure the tomcat webroot outside of the tomcat directory.
But then the tomcat managment application isn't accessible any more.
I have then tried to create an subcontext /manager which should allow access to
the manager application. But localhost/manager doesn't show any content.
How ca
Thank you - we figured it out.
On Mon, Oct 17, 2011 at 2:26 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Mark,
>
> On 10/14/2011 11:15 AM, Mark H. Wood wrote:
> > On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 10/14/2011 11:15 AM, Mark H. Wood wrote:
> On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wrote:
>> On Fri, Oct 14, 2011 at 1:52 AM, ettoregia
>> wrote:
>>> My system: Linux, the version I'don't know how to realize,
>>> since I
On Mon, Oct 17, 2011 at 8:01 AM, ettoregia wrote:
>
> I know, but storing the file it's less invasive. At least that suggest the
> Tomcat doc.
Sorry, I'm afraid I don't follow that. But whatever works for you :-)
--
Hassan Schroeder hassan.schroe...@gmail.com
http://abo
gt; Hassan Schroeder hassan.schroe...@gmail.com
> http://about.me/hassanschroeder
> twitter: @hassan
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@t
On Mon, Oct 17, 2011 at 3:04 AM, ettoregia wrote:
> Regarding the the deploy, I know that by storing a file under
> Catalina->localhost-> myAppName.xml in which I specify the path of the WAR I
> would not need to copy WAR under wepApps but Tomcat will do it by itself. Is
> that correct?
Sorry, I
.@gmail.com
> http://about.me/hassanschroeder
> twitter: @hassan
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomc
solve this? :) Granted, it isn't
>> the best way to solve it but boy would I be tempted in your shoes.
>
> Yes, quite.
>
>
> p
>
>
>
>
--
View this message in context:
http://old.nabble.com/
On 14/10/2011 16:31, Mark Thomas wrote:
> On 14/10/2011 16:15, Mark H. Wood wrote:
>> This I can agree with. They don't allow application managers
>> access to Tomcat's config., but anyone can drop stuff into
>> /etc/init.d, whence it will run as root? Really? Something is not
>> right here.
+1
On 14/10/2011 16:15, Mark H. Wood wrote:
> This I can agree with. They don't allow application managers
> access to Tomcat's config., but anyone can drop stuff into
> /etc/init.d, whence it will run as root? Really? Something is not
> right here.
Is it just me, or is the simple privilege escala
On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wrote:
> On Fri, Oct 14, 2011 at 1:52 AM, ettoregia wrote:
> > My system: Linux, the version I'don't know how to realize, since I've got
> > just an ssh connection and typing some command I've not been able to
> > discover it, maybe you ca
ettoregia wrote:
Hi guys,
hope you're all doing well.
Today I'm facing a new challenge, at least for myself.
My system: Linux, the version I'don't know how to realize, since I've got
just an ssh connection and typing some command I've not been able to
discover it, maybe you can help me out on
On Fri, Oct 14, 2011 at 1:52 AM, ettoregia wrote:
> My system: Linux, the version I'don't know how to realize, since I've got
> just an ssh connection and typing some command I've not been able to
> discover it, maybe you can help me out on this as well.
`cat /proc/version` should give you somet
1 - 100 of 278 matches
Mail list logo