RE: JSR 236 with tomcat 8

2014-11-24 Thread shailendra singh
JSR 236 seems to be only way to create managed threads in Java EE servlet/ejb containers. I am working on a framework (piston - http://github.com/koyadume/piston-master) which I am supporting on tomcat only. Since this framework is based on Java EE 7, I can't use TomEE at this moment. I would l

Re: Help! parallel deployment problem.

2014-11-24 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris G, On 11/24/2014 7:55 PM, Chris Gamache wrote: > So first, I'd be glad to. Just to be clear-- I'm not in need of a > lecture, but will willingly take one if anyone can help me get down > to a solution. My first attempt at asking for some assista

Re: Help! parallel deployment problem.

2014-11-24 Thread Chris Gamache
So first, I'd be glad to. Just to be clear-- I'm not in need of a lecture, but will willingly take one if anyone can help me get down to a solution. My first attempt at asking for some assistance was met with crickets. I haven't figured out why when I post (what I think are) well written, well rese

Re: JSR 236 with tomcat 8

2014-11-24 Thread John D. Ament
Concurrency utils is specific to app servers, where applications are generally unable to create or manage threads. This is an old EJB limitation. This limitation is not present in servlet containers. Why do you think you need them? On Mon, Nov 24, 2014 at 9:58 PM, shailendra singh wrote: > Hi,

JSR 236 with tomcat 8

2014-11-24 Thread shailendra singh
Hi, I am looking for a way to use JSR 236 with tomcat 8. Can someone please suggest a way to achieve this? - Shailendra

Re: Help! parallel deployment problem.

2014-11-24 Thread Leo Donahue
On Mon, Nov 24, 2014 at 5:48 PM, Chris Gamache wrote: > Tomcat 7 ... Working with parallel deployment, tomcat servers in my farm > are getting out-of-sync, not getting new versions of war files deployed to > the main tomcat. What could be going wrong and how can I fix it? > > Pleez Help! > Before

Help! parallel deployment problem.

2014-11-24 Thread Chris Gamache
Tomcat 7 ... Working with parallel deployment, tomcat servers in my farm are getting out-of-sync, not getting new versions of war files deployed to the main tomcat. What could be going wrong and how can I fix it? Pleez Help!

Re: question

2014-11-24 Thread Gerardo Juarez
On 11/24/2014 03:29 PM, Fabio Ricci wrote: Hi Joe Yes. You do not need to run apache for html and php (although it seems to me more practical). For PHP you might want to have a look at http://php-java-bridge.sourceforge.net/pjb/ Kind regards / Meilleures salutations / Freundliche Grüsse Fabi

Re: question

2014-11-24 Thread Fabio Ricci
Hi Joe Yes. You do not need to run apache for html and php (although it seems to me more practical). For PHP you might want to have a look at  http://php-java-bridge.sourceforge.net/pjb/ Kind regards / Meilleures salutations / Freundliche Grüsse Fabio Ricci semweb Semantic We

Re: question

2014-11-24 Thread David kerber
On 11/24/2014 4:15 PM, Balderrama, Jose A CTR (US) wrote: Can tomcat run php apps and static html pages well? Or should I run apache as well? Thanks, Joe Somebody else will have to answer about the php apps (I don't use them), but Tomcat is excellent at serving static content. --

question

2014-11-24 Thread Balderrama, Jose A CTR (US)
Can tomcat run php apps and static html pages well? Or should I run apache as well? Thanks, Joe smime.p7s Description: S/MIME cryptographic signature

[ANN] Apache Tomcat 6.0.43 released

2014-11-24 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.43. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to ve

URL Mapping for filter not the same on tomcat as it is on TomEE?

2014-11-24 Thread zack6849
Hello, i've found some strange issue with the url mapping with tomcat, i've tested this on tomcat8 and TomEE, it seems easily reproducable. I have a Filter listening to requests matching "/uploads/*" (all files inside of my uploads directory" On TomEE, this filter is fired for requests just a

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Niranjan, On 11/24/14 10:51 AM, Niranjan Babu Bommu wrote: > I think you have create a keystore from the cert, please follow > these instruction and ket me know. > > Create store with temporary key inside: > > keytool -genkey -alias -keystore you

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
it works for me with this conf. On Mon, Nov 24, 2014 at 11:27 AM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > Are you able to see the 8443 port listening? > > nc -z 8443 > > On Mon, Nov 24, 2014 at 11:25 AM, Kernel freak > wrote: > >> I have added the certificate. I modified th

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
Are you able to see the 8443 port listening? nc -z 8443 On Mon, Nov 24, 2014 at 11:25 AM, Kernel freak wrote: > I have added the certificate. I modified the server.xml code to add the > following lines : > maxThreads="150" >scheme="https" secure="true" clientAuth="false" > ss

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
I have added the certificate. I modified the server.xml code to add the following lines : Now when I open the application, it redirects to https, but it says unable to connect, your connection to this website maynotbe encrypted. What am I doing wrong? On Mon, Nov 24, 2014 at 5:20 PM, Niranjan

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
Sorry, I did not notice that. - *Import a root or intermediate CA certificate to an existing Java keystore* keytool -import -trustcacerts -alias root -file *ca.crt* -keystore *yourkeystore.jks* On Mon, Nov 24, 2014 at 11:02 AM, Kernel freak wrote: > Thank you, and what about the

Re: Release calendar of Apache Tomcat versions

2014-11-24 Thread Iago Alonso Alonso
Thanks you everyone for answer, It has been helpful. Regards. - Mensaje original - De: "Mark Thomas" Para: "Tomcat Users List" Enviados: Viernes, 21 de Noviembre 2014 11:07:47 Asunto: Re: Release calendar of Apache Tomcat versions On 20/11/2014 17:52, jieryn wrote: > I guess it depends

Re: Apache Tomcat Project Information

2014-11-24 Thread Iago Alonso Alonso
Thanks you, It has been helpful. Regards. - Mensaje original - De: "Violeta Georgieva" Para: "Tomcat Users List" Enviados: Jueves, 20 de Noviembre 2014 14:12:21 Asunto: Re: Apache Tomcat Project Information Hi, 2014-11-18 14:52 GMT+02:00 Iago Alonso Alonso : > > Hello, we are a group

Re: Debugging a Webapp in Eclipse running Tomcat as a stand-alone JVM process

2014-11-24 Thread Léa Massiot
Thank you for yours answers. @Glen Peterson: Thanks for sharing about the method you use. Best regards. -- View this message in context: http://tomcat.10.x6.nabble.com/Debugging-a-Webapp-in-Eclipse-running-Tomcat-as-a-stand-alone-JVM-process-tp5025598p5025883.html Sent from the Tomcat - User m

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
Thank you, and what about the CA-Bundle file? Did you got a chance to look at the question I have posted on Stackoverflow mentioned in the original question? On Mon, Nov 24, 2014 at 4:51 PM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > Hi Kernel, > > I think you have create a keystore

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
Hi Kernel, I think you have create a keystore from the cert, please follow these instruction and ket me know. Create store with temporary key inside: keytool -genkey -alias -keystore yourkeystore.jks -storepass Hello1 Then delete existing entry: keytool -delete -alias temp -keystore yourkeysto

Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
Hello friends, I am using apache tomcat and I would like to deploy a Spring-MVC application which I am working on. In that, via Spring-Security I have specified to use https which requires to install the SSL certificate on the server. I am running a Debian Wheezy server, and I have certificate fil

Re: How to get rid of that Tomcat page? Please help!

2014-11-24 Thread Neven Cvetkovic
Richard, On Sun, Nov 23, 2014 at 8:22 PM, Richard Aubry wrote: > Neven > > Thank you very much. Your help was invaluable. > > You are welcome :) > I looked at /etc/hosts and found and entry for the site I was trying to > reach. I removed that entry and all is fine now. How, when and why that >

Re: Tomcat JVM Crash

2014-11-24 Thread Alexander Scheibe
Hi, I also have this problem appearing every several weeks. And had also reported this to Oracle some time ago but never got any feedback. I have now found an example JSP which always always crashes the JVM for me on Linux and Windows. I limited the list of ciphers to only GCM cipher suites (T

Re: Tomcat 8 does not start with java 8 on YOSEMITE

2014-11-24 Thread Ameer Mawia
Find my comment inline: On Mon, Nov 24, 2014 at 3:25 PM, Edoardo Panfili wrote: > Il 24/11/14 10:04, Fabio Ricci ha scritto: > >> Hi Ameer >> >> thank you again for the link to the JDK - But I had it already installed >> on my yosemite. This JDK 8.25 has also the spoken peculiarity. >> > I am us

Re: How to setup rewrite valve for angularjs

2014-11-24 Thread Ameer Mawia
Tay, Quickly glossing over the code, what I understand is, it is breaking while evaluating one of the conditions mentioned in your re-write rules: RewriteCond %{REQUEST_FILENAME} !-f > > RewriteCond %{REQUEST_FILENAME} !-d > > RewriteCond %{REQUEST_URI} !index Basically it is trying to locate %

Re: Tomcat 8 does not start with java 8 on YOSEMITE

2014-11-24 Thread Edoardo Panfili
Il 24/11/14 10:04, Fabio Ricci ha scritto: Hi Ameer thank you again for the link to the JDK - But I had it already installed on my yosemite. This JDK 8.25 has also the spoken peculiarity. I am using Tomcat 8.0.15 with jdk1.8.0_25 on Yosemite and it works fine (only some troubles setting up the

Re: Tomcat 8 does not start with java 8 on YOSEMITE

2014-11-24 Thread Fabio Ricci
Hi Ameer thank you again for the link to the JDK - But I had it already installed on my yosemite. This JDK 8.25 has also the spoken peculiarity. I switched to Linux - there there seem to be less peculiarities as on osx.  :) Kind regards / Meilleures salutations / Freundliche Grüsse Fabio Ri