Re: any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-22 Thread Albretch Mueller
OK, I may not have been clear enough and I have been "gone fishing" for quite a long time. ~ To me Java Web Start was/is an excellent technology and the way I see things are happening with Android is that developers (must?) keep their applications on "google play" (and a few other alternatives),

Re: Tomcat 7 Java options format on Windows

2012-10-22 Thread David Kerber
On 10/22/2012 4:57 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Tomcat 7 Java options format on Windows AFAIK, Java command-line options are the same on all platforms except that file paths (not URLs!) on win32 systems generally u

Re: Seeking documentation: copying service to new server

2012-10-22 Thread David Kerber
On 10/22/2012 4:16 PM, geoff.culli...@bell.ca wrote: Hi: I have inherited a set of Tomcat 5.5.23 webapps on an aging linux server and can now upgrade to a brand new server. My plan would be to acquire a new server running a current linux version, upgrade to Tomcat 7.0.32, completely clone the

Re: Seeking documentation: copying service to new server

2012-10-22 Thread Mark Eggers
On 10/22/2012 1:16 PM, geoff.culli...@bell.ca wrote: Hi: I have inherited a set of Tomcat 5.5.23 webapps on an aging linux server and can now upgrade to a brand new server. My plan would be to acquire a new server running a current linux version, upgrade to Tomcat 7.0.32, completely clone the ap

RE: Tomcat 7 Java options format on Windows

2012-10-22 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat 7 Java options format on Windows > AFAIK, Java command-line options are the same on all platforms except > that file paths (not URLs!) on win32 systems generally use backslashes > instead of regular slashes.

Re: Tomcat 7 Java options format on Windows

2012-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PJ, On 10/22/12 3:22 PM, PJ Delsh wrote: > Is the format of the following Java options correct for the Java > tab of the Tomcat 7 monitor on Windows x64? > -XX:+HeapDumpOnOutOfMemoryError-XX:+UseConcMarkSweepGC-XX:+UseParNewGC-XX:+CMSClassUnloadingEn

Re: tomcat question

2012-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, On 10/22/12 2:47 PM, Adamus, Steven J. wrote: > You need to push back and tell your Security Auditors that the Java > and Jasper compilers are required for Tomcat. Provide any > documentation they require. Thank you for ending the madness. -

Re: SSl Query-- please help

2012-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/22/12 2:34 AM, André Warnier wrote: > vicky007aggar...@yahoo.co.in wrote: >> All/Andre, >> >> >> """You could probably do this using mod_proxy_http instead of >> mod_jk (and a HTTPS Connector in Tomcat). But you should then >> also acc

Seeking documentation: copying service to new server

2012-10-22 Thread geoff.culli...@bell.ca
Hi: I have inherited a set of Tomcat 5.5.23 webapps on an aging linux server and can now upgrade to a brand new server. My plan would be to acquire a new server running a current linux version, upgrade to Tomcat 7.0.32, completely clone the apps, then cut over the new apps . I have been search

RE: Tomcat 7 Java options format on Windows

2012-10-22 Thread PJ Delsh
My last email was hard to read because it dropped all the carriage returns . Here's another try: Is the format of these Java options correct for the Java tab of the Tomcat monitor on Windows?-XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloa

RE: tomcat question

2012-10-22 Thread Wiley, Maxie
Steve, Thank you...!! I have been but I needed another voicethank you .. thank you and Thanks You Enjoy the day! -Original Message- From: Adamus, Steven J. [mailto:steven.j.ada...@saic.com] Sent: Monday, October 22, 2012 2:47 PM To: Tomcat Users List; users-subscr...@tomcat.

RE: tomcat question

2012-10-22 Thread Adamus, Steven J.
Maxie, You're probably referring to a DoD or similar security requirement. In the Web Server STIG, Rule ID SV-2236r8 says, "Installation of compilers on production web server is prohibited." The explanation provided is, "The presence of a compiler on a production server facilitates the malicious

Re: tomcat question

2012-10-22 Thread Pid
On 22/10/2012 14:18, Wiley, Maxie wrote: > ALL, > > Is it possible to remove an installation of a compiler on a production web > server(tomcat)? If there is a way to remove the compiler or is it required in > order for the system to function properly. Could you please send me a > precise summ

Re: tomcat jdbc

2012-10-22 Thread Pid
On 22/10/2012 15:37, S Ahmed wrote: > I was thinking of using this: https://github.com/codahale/metrics > > Much easier to have this keep track of stats, and not having to rely on > jconsole just to get in insight. Why is it easier to instrument Tomcat's code than to just use the JMX info that's

Two (different) issues with Tomcat 7.0.32 AJP-APR and AJP-NIO connectors

2012-10-22 Thread verlag.preis...@t-online.de
Hi all, I'm running Tomcat 7.0.32 with Java 1.7.0_09 (64-bit) on Windows Server 2008 R2 (64-bit), behind IIS 7.5 with ISAPI Redirector 1.2.37. For the AJP connection, I used the AJP-APR connector (with Tomcat Native 1.1.24). 1) This worked perfectly fine since the initial setup of the server 3

Re: tomcat jdbc

2012-10-22 Thread Daniel Mikusa
On Oct 22, 2012, at 10:37 AM, S Ahmed wrote: > I was thinking of using this: https://github.com/codahale/metrics > > Much easier to have this keep track of stats, and not having to rely on > jconsole just to get in insight. It sounds like you want a formal monitoring and metric solution. There

Re: tomcat jdbc

2012-10-22 Thread S Ahmed
I was thinking of using this: https://github.com/codahale/metrics Much easier to have this keep track of stats, and not having to rely on jconsole just to get in insight. On Fri, Oct 19, 2012 at 5:37 PM, Pid wrote: > On 19/10/2012 16:18, Daniel Mikusa wrote: > > On Oct 18, 2012, at 2:51 PM, S A

RE: tomcat question

2012-10-22 Thread Jeffrey Janner
> -Original Message- > From: Wiley, Maxie [mailto:maxie.wi...@serco-na.com] > Sent: Monday, October 22, 2012 8:18 AM > To: users-subscr...@tomcat.apache.org; users@tomcat.apache.org > Subject: tomcat question > > ALL, > > Is it possible to remove an installation of a compiler on a product

Re: Thread related MBean questions

2012-10-22 Thread André Warnier
And while you're at it : 1) http://www.catb.org/esr/faqs/smart-questions.html 2) don't top-post 3) don't hijack threads Wiley, Maxie wrote: All, All, Is it possible to remove an installation of a compiler on a production web server(tomcat)? If there is a way to remove the compiler or is it r

RE: tomcat question

2012-10-22 Thread Wiley, Maxie
Remove the tomcat compilter? -Original Message- From: Jose María Zaragoza [mailto:demablo...@gmail.com] Sent: Monday, October 22, 2012 9:25 AM To: Tomcat Users List Subject: Re: tomcat question 2012/10/22 André Warnier : > Wiley, Maxie wrote: >> >> >> Is it possible to remove an installa

RE: tomcat question

2012-10-22 Thread Wiley, Maxie
Hello Andre, Is it possible to remove an installation of a compiler on a production web server(tomcat?). How can/where can I find out more information on this issue? Thanks -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, October 22, 2012 9:22 AM To: Tomca

Re: tomcat question

2012-10-22 Thread Jose María Zaragoza
2012/10/22 André Warnier : > Wiley, Maxie wrote: >> >> >> Is it possible to remove an installation of a compiler on a production web >> server(tomcat)? Jasper? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For add

RE: Thread related MBean questions

2012-10-22 Thread Caldarale, Charles R
> From: Wiley, Maxie [mailto:maxie.wi...@serco-na.com] > Subject: RE: Thread related MBean questions > All, Don't hijack threads. Start a completely new thread for a new topic. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only

Re: tomcat question

2012-10-22 Thread André Warnier
Wiley, Maxie wrote: ALL, Is it possible to remove an installation of a compiler on a production web server(tomcat)? If there is a way to remove the compiler or is it required in order for the system to function properly. Could you please send me a precise summary of why and any steps that c

RE: Thread related MBean questions

2012-10-22 Thread Wiley, Maxie
All, All, Is it possible to remove an installation of a compiler on a production web server(tomcat)? If there is a way to remove the compiler or is it required in order for the system to function properly. Could you please send me a precise summary of why and any steps that can be taken to m

tomcat question

2012-10-22 Thread Wiley, Maxie
ALL, Is it possible to remove an installation of a compiler on a production web server(tomcat)? If there is a way to remove the compiler or is it required in order for the system to function properly. Could you please send me a precise summary of why and any steps that can be taken to mitigat

Re: Thread related MBean questions

2012-10-22 Thread Shanti Suresh
Hi Pid, > Which MBean are you reading that on? > Name: java.lang:type=Threading modelerType: sun.management.ThreadImpl ThreadAllocatedMemoryEnabled: true ThreadAllocatedMemorySupported: true ThreadContentionMonitoringEnabled: false DaemonThreadCount: 84 ... Tomcat has lots of MBeans and more

Re: any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-22 Thread Darryl Lewis
I think he is asking is it possible to run tomcat ON Android and IOS. With IOS, IMHO no, as the Apple TOS forbids running other languages or emulations. On 22/10/12 8:23 PM, "André Warnier" wrote: >Albretch Mueller wrote: >> ~ >> apache tomcat and other servlet engines would easily do java w

Re: any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-22 Thread André Warnier
Albretch Mueller wrote: ~ apache tomcat and other servlet engines would easily do java web start apps based on JNLP and there are servlet engines running -on- Android: ~ http://code.google.com/p/i-jetty/ ~ but I wanted to actually serve Android-based and other mobile devices as you would do wi

any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-22 Thread Albretch Mueller
~ apache tomcat and other servlet engines would easily do java web start apps based on JNLP and there are servlet engines running -on- Android: ~ http://code.google.com/p/i-jetty/ ~ but I wanted to actually serve Android-based and other mobile devices as you would do with PC's running different