Hello all,
I had a few questions.
1) Is it possible to shutdown embedded Tomcat gracefully?
2) If possible, can anyone suggest me/point me to piece of code that can be
used for shutting down Embedded version of Tomcat 5 & Tomcat 7 gracefully.
Thanks in advance
- Hari
ok Thanks.
i am able to build and get mod_jk.so.but it come under :
...tomcat-connectors-1.2.35-src/native/apache-2.0/ and there is not folder
like: ./.. /native/apache-2.4.
So far this mod_jk.so working fine with 2.4.1 but will this cause any
problems in functionality in future?
On We
On 03/28/2012 07:28 PM, Konstantin Kolinko wrote:
2012/3/29 Farrukh Najmi:
Can someone please tell me how I can configure the location for the JVM log
file for Tomcat 7. Thanks for your help.
1. What is "JVM log file"
I want to get a log file with a thread dump in the tomcat jvm. The
reason
2012/3/29 Farrukh Najmi :
>
> Can someone please tell me how I can configure the location for the JVM log
> file for Tomcat 7. Thanks for your help.
>
1. What is "JVM log file"
2. There is "Logging" chapter in the User's Guide. Did it not help?
Hi Filip,
Thanks for your help.
It is an html file that is not in the same webapp.
Root URL for webapp: http://localhost:8080/myapp
Static resource URL being accessed: http://localhost:8080/static/index.html
Directory for static resource:
~/apache-tomcat-7.0.26/webapps/static/index.html
Weba
Are you trying to read a file in the same webapp or another?
> -Original Message-
> From: Farrukh Najmi [mailto:farr...@wellfleetsoftware.com]
> Sent: Wednesday, March 28, 2012 4:34 PM
> To: users@tomcat.apache.org
> Subject: Accessing static resource during loading of webapp
>
>
> I hav
I have a webapp that accesses some static resources during startup of
the webapp. On Glassfish 3.1.2 this works fine. However on Tomcat 7.0.26
the webapp ciode gets a read timeout when it tries to do an HTTP GET
using a URLConnection to a static resource deployed in the same tomcat
instance.
Can someone please tell me how I can configure the location for the JVM
log file for Tomcat 7. Thanks for your help.
--
Regards,
Farrukh Najmi
Web: http://www.wellfleetsoftware.com
-
To unsubscribe, e-mail: users-unsubscr.
: SHA1
>
> Filip,
>
> On 3/28/12 12:00 PM, Filip Hanik (mailing lists) wrote:
> > PoolCleaner is a static singleton. The pool cleaner thread will not
> > be removed until all JDBC pools have been stopped. So, yes, one
> > application can be the one that starts the thread, but not
> > necessarily
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Filip,
On 3/28/12 12:00 PM, Filip Hanik (mailing lists) wrote:
> PoolCleaner is a static singleton. The pool cleaner thread will not
> be removed until all JDBC pools have been stopped. So, yes, one
> application can be the one that starts the thread,
Or pay a vendor to do it for you :)
http://pubs.vmware.com/vfabric5/index.jsp?topic=/com.vmware.vfabric.tc-server.2.6/admin/manual-encrypt-passwords.html
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Wednesday, March 28, 2012 10:25 AM
> To
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Harsimran,
On 3/28/12 5:54 AM, Harsimranjit singh Kler wrote:
> ok .but for modjk 1.2.35 how\wher i can get mod_jk.so and test with
> httpd 2.4.1(Linux setup)?.
The ASF no longer provides binaries for *NIX environments: you will
have to build it your
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ognjen,
On 3/27/12 6:32 AM, Ognjen Blagojevic wrote:
> 이재만,
>
> On 27.3.2012 9:54, 이재만 wrote:
>> how do i encrypt my datasource's user and password in server.xml
>> ??
>
> Read this: http://wiki.apache.org/tomcat/FAQ/Password
No, he didn't like th
PoolCleaner is a static singleton. The pool cleaner thread will not be removed
until all JDBC pools have been stopped.
So, yes, one application can be the one that starts the thread, but not
necessarily the one that stops it
Filip
> -Original Message-
> From: Osipov, Michael [mailto:mic
Konstantin Kolinko wrote:
> 2012/3/28 Osipov, Michael :
>> Hi folks,
>>
>> Recently this started to pop up in my logs:
>> 23.03.2012 14:12:28 org.apache.catalina.loader.WebappClassLoader
>> clearReferencesThreads
>> SCHWERWIEGEND: The web application [/ket] appears to have started a
>> thread nam
2012/3/28 Osipov, Michael :
> Hi folks,
>
> Recently this started to pop up in my logs:
> 23.03.2012 14:12:28 org.apache.catalina.loader.WebappClassLoader
> clearReferencesThreads
> SCHWERWIEGEND: The web application [/ket] appears to have started a thread
> named [PoolCleaner[18291494:1332172047
Hi folks,
Recently this started to pop up in my logs:
23.03.2012 14:12:28 org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SCHWERWIEGEND: The web application [/ket] appears to have started a thread
named [PoolCleaner[18291494:1332172047553]] but has failed to stop it. This is
Thanks Konstantin Kolinko! for valuable insights
On Wed, Mar 28, 2012 at 3:26 PM, Konstantin Kolinko
wrote:
> 2012/3/28 Geet Chandra :
> > Thanks Konstantin Kolinko!
> >
> > I mean to say, can we ship Apache Tomcat 6.0.35 without examples folder,
> > keeping other files and folder intact.
>
2012/3/28 Harsimranjit singh Kler :
> ok .but for modjk 1.2.35 how\wher i can get mod_jk.so and test with httpd
> 2.4.1(Linux setup)?.
Build it from the sources.
See BUILD.txt and native/BUILDING.txt in the source archive.
Best regards,
Konstantin Kolinko
---
2012/3/28 Geet Chandra :
> Thanks Konstantin Kolinko!
>
> I mean to say, can we ship Apache Tomcat 6.0.35 without examples folder,
> keeping other files and folder intact.
>
The license allows you to remove everything, except LICENSE and NOTICE,
(though you have to read it by yourself as I cannot
ok .but for modjk 1.2.35 how\wher i can get mod_jk.so and test with httpd
2.4.1(Linux setup)?.
regards
Harsimran
On Wed, Mar 28, 2012 at 3:02 PM, Konstantin Kolinko
wrote:
> 2012/3/28 Harsimranjit singh Kler :
> > hi
> > where i can get modjk 1.2.31 for apache httpd(2.4.1) 's latest version ?
Thanks Konstantin Kolinko!
I mean to say, can we ship Apache Tomcat 6.0.35 without examples folder,
keeping other files and folder intact.
On Wed, Mar 28, 2012 at 2:43 PM, Konstantin Kolinko
wrote:
> 2012/3/28 Geet Chandra :
> >
> > We have product, which ships Apache Tomcat v6.0.35 along with.
2012/3/28 Harsimranjit singh Kler :
> hi
> where i can get modjk 1.2.31 for apache httpd(2.4.1) 's latest version ?.
Nowhere.
If you look at release date, you would notice that HTTPD 2.4.x did
not exist in November 2010.
> If there is no specific mod jk version for httpd 2.4 can i use
> "mod_j
2012/3/28 Geet Chandra :
>
> We have product, which ships Apache Tomcat v6.0.35 along with.
> Is that allowed to ship Apache Tomcat v6.0.35 without examples folder, I
> mean examples folder being deleted.
>
You cannot ship it without LICENSE and NOTICE files.
Everything else can be deleted.
Bes
hi
where i can get modjk 1.2.31 for apache httpd(2.4.1) 's latest version ?.
If there is no specific mod jk version for httpd 2.4 can i use
"mod_jk-1.2.31-httpd-2.2.x" with httpd 2.4.1
regards
Harsimran
25 matches
Mail list logo