Re: OT: Tomcat on AWS for Dummies

2019-07-19 Thread Jerry Malcolm
Christopher, On 7/19/2019 1:40 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/19/19 13:38, Jerry Malcolm wrote: I have had a dedicated hosted environment with WAMP and Tomcat for over 15 years. I'm very familiar with everything related to that

Re: OT: Tomcat on AWS for Dummies

2019-07-19 Thread Mark Eggers
> Jerry, > > On 7/19/19 13:38, Jerry Malcolm wrote: I have had a dedicated hosted environment with WAMP and Tomcat for over 15 years. I'm very familiar with everything related to that environment... apache http, mysql, dns server, the file system, JAMES, and all of my

HTTP to HTTPS redirect not happening

2019-07-19 Thread Richard Huntrods
I tried implementing automatic redirection from HTTP to HTTPS on my tomcat today, but it's not working. First, my system: OS: Ubuntu 18.04.2 LTS (server) Tomcat: 9.0.22 (installed from tomcat distribution, not via apt get) Java: OpenJDK "11.0.3" 2019-04-16 Mysql: Ver 14.14 Distrib 5.7.26 This

WAR file not deploying correctly

2019-07-19 Thread Victor WILLART
Hi everybody, I am using Tomcat 8.0, and I am struggling to replace and deploy a WAR file. I made a new WAR file, named it like the old one, and replaced it in my webapps folder. But the new generated folder for my application is just containing a single folder "config" which is empty. All

Re: WAR file not deploying correctly

2019-07-19 Thread tomcat
On 19.07.2019 11:47, Victor WILLART wrote: Hi everybody, I am using Tomcat 8.0, and I am struggling to replace and deploy a WAR file.. I made a new WAR file, named it like the old one, and replaced it in my webapps folder. But the new generated folder for my application is just containing a

tomcat and openjdk as windows service

2019-07-19 Thread Lemke, Michael ST/HZA-ZIC2
I have tomcat (9.0.22) running as a service on Windows with Oracle's Java 8. I now want to move this to OpenJdk 12 to keep current and I have quite some problems to have tomcat find the OpenJdk installation. With Oracle it just worked with the Jvm=auto option for the tomcat service. With

Re: tomcat and openjdk as windows service

2019-07-19 Thread Konstantin Kolinko
пт, 19 июл. 2019 г. в 15:02, Lemke, Michael ST/HZA-ZIC2 : > > I have tomcat (9.0.22) running as a service on Windows with Oracle's Java 8. > I now want to move this to OpenJdk 12 to keep current and I have quite some > problems to have tomcat find the OpenJdk installation. With Oracle it just >

tomcat 7.0.90 ubuntu web-security.xml doesn't work.

2019-07-19 Thread richard coleman
Hi all, Running tomcat 7.0.90, I am trying to add a security block to a struts 1 application to redirect *most* urls to https. It works fine when I add it to the web.xml file in the webapps//WEB-INF/web.xml file. That file states that I should be able to add it to a separate web-security.xml

Re: tomcat and openjdk as windows service

2019-07-19 Thread tomcat
Hi. For some maybe useful background information, it may be useful to read this : https://cwiki.apache.org/confluence/display/TOMCAT/Windows#Windows-Q11 On 19.07.2019 14:01, Lemke, Michael ST/HZA-ZIC2 wrote: I have tomcat (9.0.22) running as a service on Windows with Oracle's Java 8. I now

RE: tomcat and openjdk as windows service

2019-07-19 Thread Lemke, Michael ST/HZA-ZIC2
On July 19, 2019 5:51 PM André Warnier wrote: >For some maybe useful background information, it may be useful to read this : >https://cwiki.apache.org/confluence/display/TOMCAT/Windows#Windows-Q11 Thanks. Actually, I knew this as I am using procrun for an additional service, which also doesn't

OT: Tomcat on AWS for Dummies

2019-07-19 Thread Jerry Malcolm
I have had a dedicated hosted environment with WAMP and Tomcat for over 15 years.  I'm very familiar with everything related to that environment... apache http, mysql, dns server, the file system, JAMES, and all of my management scripts that I've accumulated over the years.  Everything is in

Re: OT: Tomcat on AWS for Dummies

2019-07-19 Thread Martynas Jusevičius
My advice when it comes to making your setup environment-agnostic: Docker'ize it. I haven't used Docker on AWS, but once you have an image running locally you can be 98% sure it's gonna run on the server (e.g. mounting files from host can cause some differences still, so best to avoid that). See

Re: OT: Tomcat on AWS for Dummies

2019-07-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/19/19 13:38, Jerry Malcolm wrote: > I have had a dedicated hosted environment with WAMP and Tomcat for > over 15 years. I'm very familiar with everything related to that > environment... apache http, mysql, dns server, the file

Re: tomcat 7.0.90 ubuntu web-security.xml doesn't work.

2019-07-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Richard, On 7/19/19 11:33, richard coleman wrote: > Hi all, > > Running tomcat 7.0.90, I am trying to add a security block to a > struts 1 application to redirect *most* urls to https. It works > fine when I add it to the web.xml file in the >

Re: tomcat 7.0.90 ubuntu web-security.xml doesn't work.

2019-07-19 Thread richard coleman
Chris, Thanks for responding. I got that from the web.xml file itself; > The only references I can find (including the archives of this list) are copies of web.xml with those same instructions. Creating a block that adheres to that DTD and placing it in the bottom of web.xml (before the