letsencrypt on ubuntu

2021-05-02 Thread dana whitelow
Please clarify. I have the steps for deployment of letsencrypt for a www.example.com . But I  have a dynamic dns domain say http://example.ddns.net. For step 3  when I do not use www in URL should it be   ? certbot --Apache -d  example.ddns.net -d www.example.ddns.net OR  certbot --Apache -d 

Emdbedded Tomcat Issues

2021-04-25 Thread dana whitelow
Embedded Tomcat 9.0.0.M6       Issue 1   //    ctx.setAltDDName( "/home/user/microservices/AccountingApp/src/main/webapp/WEB-INF/web.xml");     ctx.getServletContext().setAttribute(Globals.ALT_DD_ATTR, "/home/user/microservices/AccountingApp/src/main/webapp/WEB-INF/web.xml");     Ne

Re: version change failure

2021-04-11 Thread dana whitelow
ndling of a non-static file like jsp or servlet  preferably .xhtml welcome file in jakartee  even without the use of web.xml  for the welcome file because it is meant to be  optional  in jakartaee?   danawhite...@aol.com -Original Message- From: Усманов Азат Анварович To: Tomcat Us

Re: version change failure

2021-04-10 Thread dana whitelow
ip binary files (you want text, right?)     -l - print a simple list as output. Needed for the other commands danawhite...@aol.com -Original Message- From: Усманов Азат Анварович To: Tomcat Users List ; dana whitelow Sent: Sat, 10 Apr 2021 20:59 Subject: RE: version change failu

version change failure

2021-04-10 Thread dana whitelow
Hi , I changed tomcat version from 8.5.38 to 10.0.5   The setup was running without web.xml and it was picking up index.jsp automatically but with the new version there is a connection refused error.   what has changed  ?   Thanks danawhite...@aol.com