Howdy, y'all
I'm working on porting a pure java CGI to a servlet. I'm using Tomcat
6 behind Apache HTTPD 2.2.
At this point, I have everything talking to each other fine. When I
hit the right URL on httpd, my servlet gets run. yay.
My question: incoming connections to httpd are over SSL. For
Am 03.06.2013 20:48, schrieb Edward Siewick:
Felix & Friends,
I've made a fair amount of progress, though I'm still not able to log in with a domain credential. The domain account
ID doesn't appear in the Tomcat7 logging at all, though it is in tomcat-users.xml. So I might now only be confused
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 5/17/13 5:36 AM, Mark Thomas wrote:
> On 17/05/2013 09:28, Michael-O wrote:
>> Hi folks,
>>
>> there's now a follow-up on the issue [1]. Recap:
>> JreMemoryLeakPreventionListener reported that my webapp has
>> spawned OracleTimeoutPollingT
On Jun 5, 2013, at 4:10 AM, Lutischán Ferenc wrote:
> Dear Daniel,
>
> Thanks for your reply.
> My Tomcat version is 7.0.35. It is under CentOS 5.8.
>
> My datasource config is:
> driverClassName="org.postgresql.Driver"
> factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" initialSize="1"
Ok, I will use the following:
1. Start using the normal Services dialog
2. Stop using shutdown script
Regards
Walter
From: "Caldarale, Charles R"
To: Tomcat Users List ,
Date: 05/06/2013 15:05
Subject:RE: Tomcat 6 and Windows Service
> From: walter.heesterm...@toyota-euro
> From: walter.heesterm...@toyota-europe.com
> [mailto:walter.heesterm...@toyota-europe.com]
> Subject: RE: Tomcat 6 and Windows Service
> I can set the following Java options
> -Dcom.sun.management.jmxremote.port=10150
> The stop using shudown class is org.apache.catalina.startup.Bootstrap
> From: Urkens Jean-Pierre [mailto:jean-pierre.urk...@devoteam.com]
> Subject: RE: Tomcat 6 and Windows Service
> Try creating a file $TOMCAT_HOME/bin/setenv.bat and include following line in
> it:
The .bat files are not used when running Tomcat as a service, so the above is
pointless.
- Chu
Hi,,
I can set the following Java options
-Djava.util.logging.config.file=c:\Idiom\WorldServer\WorldServer-web\conf\logging.properties
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-verbose:gc
-Xloggc:\Idiom\WorldServer\WorldServer-web\logs\gc.log
-XX:+PrintGCDateStamps
-XX:+
Not working neither, I think that Tomcat as a service is not using this
Walter
From: Urkens Jean-Pierre
To: Tomcat Users List ,
Date: 05/06/2013 13:52
Subject:RE: Tomcat 6 and Windows Service
Try creating a file $TOMCAT_HOME/bin/setenv.bat and include following line
in it
Try creating a file $TOMCAT_HOME/bin/setenv.bat and include following line in
it:
set "JAVA_OPTS=-Dcom.sun.management.jmxremote.port=10150
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false"
-Original Message-
From: walter.heesterm...@toyota-euro
Hello,
I use "probe" app for several tomcats.
It's security model is based on servlet API security: security roles and
constraints are provided in web.xml and mapped for each servlet it has.
I use JNDIRealm to authenticate users via LDAP (actually AD is used).
I want to grant access to Probe on "T
Hi,
When I add the arguments to the startup arguments entry, and try to start
the service
start
-Dcom.sun.management.jmxremote.port=10150
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
Then the following error is given
WARNING: Bootstrap: command
"-
On 21/05/2013 17:20, Leo Donahue - RDSA IT wrote:
>> -Original Message-
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: CORS on Tomcat?
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>>
>> Leo,
>>
>> On 5/21/13 11:34 AM, Leo Donahue - RDSA IT wro
Dear Daniel,
Thanks for your reply.
My Tomcat version is 7.0.35. It is under CentOS 5.8.
My datasource config is:
driverClassName="org.postgresql.Driver"
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" initialSize="1"
maxIdle="20" maxActive="20" maxWait="5000" password="xxx"
type="jav
Bean William R wrote:
Is there a RFC that describes best behaviour of server and client in this
situation?
My guess is that the disagreement comes somewhere in RFC 2616 section 8.2.3 -
Use of the 100 (Continue) Status.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html
On my opinion To
15 matches
Mail list logo