Re: intermittent connectivity failure under ssl

2018-03-02 Thread Rémy Maucherat
On Fri, Mar 2, 2018 at 4:19 PM, Alex O'Ree wrote: > Ran into a strange problem, not too sure what the problem is. Basically, > I'm getting intermittent connectivity from a http client to tomcat but only > through SSL using the Http11NioProtocol. Some http requests go

embedded tomcat (8.5.28) classloading issues when adding another war file and classes can be resolved via that webapp classloader and the bootstrap classloader

2018-03-02 Thread Torsten Krah
Hi, i am using an embedded tomcat to e.g. start my wicket application in my IDE. This works fine so far - the whole classpath used and provided by IntelliJ is used. But adding e.g. a war file via setWebapp to start some additional webapps i am running into some issues with that war files. The

Re: [OT] Running Tomcat 9 using OpenJDK 10

2018-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 3/2/18 11:20 AM, Cheltenham, Chris wrote: > Yes , I was able to start up tomcat 9.0.4 with the corresponding > java. One thing that was annoying was that > $JAVA_HOME/jre/lib/security dorectory has changes to > $JAVA_HOME/lib/security. >

RE: Running Tomcat 9 using OpenJDK 10

2018-03-02 Thread Cheltenham, Chris
Yes , I was able to start up tomcat 9.0.4 with the corresponding java. One thing that was annoying was that $JAVA_HOME/jre/lib/security dorectory has changes to $JAVA_HOME/lib/security. Not a big deal but if you are using certs it is. Now, the applications is used did not like java 9 , so I

Re: where to find org.apache.catalina.filters.RemoteAddrFilter?

2018-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Coty, On 3/1/18 3:43 PM, Coty Sutherland wrote: > On Thu, Mar 1, 2018 at 3:35 PM, Zari Ladak > wrote: >> Hi All, >> >> I would like to use the >> org.apache.catalina.filters.RemoteAddrFilter filter as part of my >> web.xml

RE: Running Tomcat 9 using OpenJDK 10

2018-03-02 Thread Mark A. Claassen
Thanks for the reply and the heads up. I am controlling the apps that will be running under it, so that shouldn't be a problem. I am also using the APR connectors, so I don't think the certs will be an issue for me either. Now I just need to compile it. Thanks again! Mark Claassen Senior

[OT] Want help understanding missing piece in architecture

2018-03-02 Thread Berneburg, Cris J. - US
Hi Folks There's a concept I'm trying to wrap my brain around. It's similar to MVC, separating responsibilities between the display and model/controller layers. In terms of coding, I know how to make that happen. However, in terms of server architecture, I do not. For the purposes of

Re: tomcat 8.5.28

2018-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olaf, On 3/2/18 9:30 AM, Olaf Kock wrote: > On 02.03.2018 15:22, Cheltenham, Chris wrote: >> From: Cheltenham, Chris [mailto:ccheltenham-...@philasd.org] >> Sent: Friday, March 02, 2018 9:08 AM To: 'Tomcat Users List' >>

Re: [OT] Want help understanding missing piece in architecture

2018-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 3/2/18 11:46 AM, Berneburg, Cris J. - US wrote: > There's a concept I'm trying to wrap my brain around. It's > similar to MVC, separating responsibilities between the display > and model/controller layers. In terms of coding, I know how

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Thank You Sir. I will go through the wiki and try it out. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Christopher Schultz

Running Tomcat 9 using OpenJDK 10

2018-03-02 Thread Mark A. Claassen
Has anyone tried running Tomcat 9 using OpenJDK 9 or 10? I know the OpenJDK releases don't have all the modules (like JavaFX) that the Oracle JDK does and I was wondering if the libraries that Tomcat needs are part of the standard OpenJDK distribution? Thanks, Mark Claassen Senior Software

Tomcat behind IIS on windows 2012

2018-03-02 Thread richard
If I want to have IIS act as an intermediary between Tomcat and the outside world, if I've understood it correctly, there seem to be two choices. Either add something called HttpPlatformHandler into IIS https://www.iis.net/downloads/microsoft/httpplatformhandler or, use the Apache Tomcat

Re: intermittent connectivity failure under ssl

2018-03-02 Thread Alex O'Ree
Remy, what more information would you like? Any more info on the issue that you are referencing? On Fri, Mar 2, 2018 at 10:56 AM, Rémy Maucherat wrote: > On Fri, Mar 2, 2018 at 4:19 PM, Alex O'Ree wrote: > > > Ran into a strange problem, not too sure what

Clarification on Apache Tribes setup docs

2018-03-02 Thread Arumugam, Santhosh
Hey there, We are planning to implement Apache Tribes(on our Tomcat-7) in our network for server to server communication. I am looking at https://tomcat.apache.org/tomcat-7.0-doc/tribes/setup.html to learn more about Apache Tribes, but seems documentation is not yet published. Please correct

Re: Is it possible and how

2018-03-02 Thread M. Osama Alghwell
Hi, sorry for the mistake about the Tomcat, it is 5.4 Thank you for the guidance I will send if I will face any obstacles. Even though, I tried to do migration from old windows and MS SQL to new one but I faced with a lot of error messages and I couldn't complete it. I am thinking to move it to

Re: tomcat 8.5.28

2018-03-02 Thread Mark Thomas
On 02/03/18 14:30, Olaf Kock wrote: > > > On 02.03.2018 15:22, Cheltenham, Chris wrote: >> What? > > don't feed the trolls ;) Better still, unsubscribe them :) Just a reminder to everyone that the list does have moderators and we can be reached directly at users-owner@... should you need our

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Mark, Can you elaborate on what is going on there? What trolls? I don’t know what that means. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Mark Thomas

Re: tomcat 8.5.28

2018-03-02 Thread tomcat
On 02.03.2018 15:41, Cheltenham, Chris wrote: Mark, Can you elaborate on what is going on there? What trolls? I don’t know what that means. See : https://en.wikipedia.org/wiki/Internet_troll === Thank You; Chris Cheltenham Technology Services The School District

RE: Security of AJP

2018-03-02 Thread Cheltenham, Chris
Everyone, As far as documentation. We realize it is very difficult to write open source docs because there are so many different scenarios that will work for a given customer's environment. Possibly if you declare your audience , that would help. Possibly if you specify minimum knowledge

tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Hello, Has anyone set up tomcat as a non-root use? I have set it up successfully however, I have to bound the non-root user to port 8443. What is the best way to reroute 8443 through 443? There are several options. Everything is set up at send to port 443 so I need to reroute 8443

RE: tomcat 8.5.28

2018-03-02 Thread THOMAS, NEFERTA C
Please paused on all your attempts none of this sounds above board so many issues and no one has a point of contact to talk to or whom to I should go to please don't proceed until I have spoken to a software specialist. From: Cheltenham, Chris [mailto:ccheltenham-...@philasd.org] Sent:

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
What? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: THOMAS, NEFERTA C [mailto:nt1...@att.com] Sent: Friday, March 2, 2018 9:16 AM To: Tomcat Users List

Re: tomcat 8.5.28

2018-03-02 Thread Olaf Kock
On 02.03.2018 15:22, Cheltenham, Chris wrote: What? don't feed the trolls ;) From: Cheltenham, Chris [mailto:ccheltenham-...@philasd.org] Sent: Friday, March 02, 2018 9:08 AM To: 'Tomcat Users List' Subject: tomcat 8.5.28 Hello, Has anyone set up tomcat as a

Re: Is it possible and how

2018-03-02 Thread tomcat
On 02.03.2018 10:15, M. Osama Alghwell wrote: Hi, sorry for the mistake about the Tomcat, it is 5.4 Mmm. That sounds like a bootlegged, pre-release, and probably illegal version. [...] I am thinking to move it to Linux platform, because I am better with Linux and I think Java is more

intermittent connectivity failure under ssl

2018-03-02 Thread Alex O'Ree
Ran into a strange problem, not too sure what the problem is. Basically, I'm getting intermittent connectivity from a http client to tomcat but only through SSL using the Http11NioProtocol. Some http requests go through, others fail with the stack trace below. Usually, restarting tomcat fixes it,

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Thanks Andre. People have nothing better to do I suppose. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com]

Re: tomcat 8.5.28

2018-03-02 Thread Johan Compagner
sudo iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 sudo iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443 then you can save the iptables so they stick after reboot: sudo service iptables save On 2 March 2018 at 15:08, Cheltenham, Chris

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Thanks My friend , I have tried that without success. [root@cjc logs]# iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443 [root@cjc logs]# curl -k https://10.32.32.230 curl: (7) Failed connect to 10.32.32.230:443; Connection refused [root@cjc logs]# service iptables

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
All, I am not sure is this out of scope with Tomcat's policies? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Cheltenham, Chris