Hi,
On Tue, Aug 30, 2011 at 5:31 PM, Konstantin Kolinko
wrote:
>
>
> Attachments are usually dropped by mailing list software. The one you
> mention above is no exception.
>
> > GET / HTTP/1.1
> > Date: Tue, 30 Aug 2011 02:28:50 GMT
> > Content-Type:
> > Authorization: AWS AKIAJHSWPWM6W6KUXAIQ:u
Hi, I'm using Tomcat 7.0.14 on Ubuntu Linux and wanted to make the
logging in the logs/catalina.out file more detailed than INFO. So I
adjusted the $CATALINA_HOME/conf/logging.properties file[1], adding this
entry near the top:
.level = FINE
and, sure enough, when I restarted Tomcat got all
Jagadish Raj R wrote:
Thanks. I made connection Pool parameters as per documentation.
What the documentation says, basically, is that in the case of an Apache httpd prefork
front-end, you should not use these parameters at all, and leave mod_jk to set them at
their default value.
What I a
> From: Mark Thomas
> subject: RE: Prevent Deployment
> > I don't believe there's a way to do this directly
> Take a look at deployIgnore for the Host.
Looks like I need to brush up on current capabilities...
Thanks for the correct answer, which is obviously way better than my suggestion.
- C
Greetings,
On Tue, Aug 30, 2011 at 11:33 AM, Mark Thomas wrote:
> Take a look at deployIgnore for the Host.
Solved. Thanks!
-Jesse
--
There are 10 types of people in this world, those
that can read binary and those that can not.
---
On 30/08/2011 16:22, Jesse Farinacci wrote:
> Greetings,
>
> I'm using Tomcat 7.0.20 on IBM JDK 1.6.x.
>
> For historical reasons, I have some folders which are inside webapps.
> I can not remove them for historical reasons. I also have Tomcat
> auto-deploy web applications, it would be very nice
> From: Jesse Farinacci [mailto:jie...@gmail.com]
> Subject: Prevent Deployment
> I'm using Tomcat 7.0.20 on IBM JDK 1.6.x.
Thanks for telling us; many don't bother.
> For historical reasons, I have some folders which are inside webapps.
Do you mean they are under the appBase directory, or in
Greetings,
I'm using Tomcat 7.0.20 on IBM JDK 1.6.x.
For historical reasons, I have some folders which are inside webapps.
I can not remove them for historical reasons. I also have Tomcat
auto-deploy web applications, it would be very nice if I could prevent
Tomcat from deploying a particular fol
Does TC 4.1 have a logging parimeter for response time?
Thanks,
-Tony
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
> From: Rain Man [mailto:cmssea...@hotmail.com]
> Subject: Default App when virtual host under Tomcat 7.0.20
> I'm trying to have virtual hosts in Tomcat 7.0.20 with a default app
> WITHOUT renaming everything ROOT
Not sure why you want to do things the hard way, but so be it.
You need to plac
On 8/30/2011 10:01 AM, Konstantin Kolinko wrote:
>
> That is because any subdirectory inside webapps is a web application
> per se, and ".svn" is no exception (and thus you should be editing
> .svn/WEB-INF/web.xml).
>
> The following solutions are available:
> 1. Upgrade to svn 1.7 so that it does
Thanks. I made connection Pool parameters as per documentation.
What I am looking for is that whether there is any chance we can close the
Ajp13Processor threads in Tomcat Server if they are no longer needed, or after
a particular time. Whenever I hit the URL on the browser a new thread is
gett
I'm trying to have virtual hosts in Tomcat 7.0.20 with a default app WITHOUT
renaming everything ROOT AND WITHOUT using Apache http server in front Steps
done so far put fake domain in windows host file 127.0.0.1 fakedomain.com
Started Tomcat and logged into Host Manager. Add virtual host.
2011/8/30 Robert Jacobson :
>
> I'm trying to deny access to the .svn directories for my Tomcat 6.0.32
> installation (on Windows Server 2003, if that matters), but what I'm
> doing isn't working and I need help, please. I'm using the built-in web
> server (i.e. I have not integrated w/ Apache).
>
> From: Robert Jacobson [mailto:robert.c.jacob...@nasa.gov]
> Subject: deny access to directory
> I'm trying to deny access to the .svn directories for my
> Tomcat 6.0.32 installation
"Doctor, doctor, it hurts when I do this."
This begs the question: why do you have .svn directories underneath
I'm trying to deny access to the .svn directories for my Tomcat 6.0.32
installation (on Windows Server 2003, if that matters), but what I'm
doing isn't working and I need help, please. I'm using the built-in web
server (i.e. I have not integrated w/ Apache).
My install directory structure looks
Tomcat 7.0.16
Linux x86_64 GNU/Linux (Amazon AWS 64-bit AMI)
APR is definitely correctly installed, without the SSL configuration I
receive the following log info:
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
30-Aug-2011 13:22:47 org.apache.catalina.core.AprLifecycleListener init
IN
thank you very much for your help.
I have found the problem. it was no real tomcat problem.
by accident I had copied the manager web.xml to a wrong destination so tomcat
assumed that is has to start another application
with it.
- Uwe
-Ursprüngliche Nachricht-
Von: Hellmann, Uwe
Gesendet
there are no entries for Manager
currently with the exception of the defined ports in server.xml these tomcats
are running with default settings.
-Ursprüngliche Nachricht-
Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
Gesendet: Dienstag, 30. August 2011 12:25
An: Tomcat Users
2011/8/30 :
> Thanks for the info, I checked it. There are many entries for
> Manager
> in webapps/manager/WEB-INF/web.xml.
And what about conf/web.xml ?
> Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
>
> Check that you do not have Manager
> 1. elsewhere in manager/WEB-INF/web.xml
>
Hello
Thanks for the info, I checked it. There are many entries for
Manager
in webapps/manager/WEB-INF/web.xml.
But I checked in original file from tomcat.apache.org and there it is also more
from them. So this could not be the failure
hence it runs under one instance fine. I have posted the com
2011/8/30 :
> java.lang.IllegalArgumentException: addChild: Child name 'Manager' is not
> unique
> at
> org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2806)
>(...)
> 30.08.2011 09:19:41 org.apache.catalina.startup.ContextConfig
> applicationWebConfig
> SEVERE:
2011/8/30 Isaac Li :
> On Tue, Aug 30, 2011 at 10:00 AM, Isaac Li wrote:
>>
>> Thank André and Mark for your quick response, detailed answer and
>> references!
>> I'll try to report this issue to Cyberduck.
>> One more question: when I uses current version of Cyberduck to connect
>> Amazon S3,
>
>
On 30/08/2011 03:00, Isaac Li wrote:
> Thank André and Mark for your quick response, detailed answer and
> references!
>
> I'll try to report this issue to Cyberduck.
>
> One more question: when I uses current version of Cyberduck to connect
> Amazon S3, it can accept this kind of invalid request
Hello,
I have an odd problem occuring while using 4 tomcat instances on the same
server.
These Instances all configured to run on different ports and the application
seems to run well but
the manager application does only run on the instance which is started first.
On the other instances I'll r
25 matches
Mail list logo