Re: tomcat version question

2018-01-25 Thread Konstantin Kolinko
2018-01-26 1:03 GMT+03:00 Robert J. Carr : > Hello. > > There is a "which version" page on the main site which is really useful, > and it lists all the versions of the various specs related to the version > of tomcat, but a really important one IMO that is missing is the

Fw: Re: Fw: No movement at Debug mode

2018-01-25 Thread Karen Goh
Hi chris, The database problem has been resolved cos apparently, there is a old version of J-connector that is not removed inside Eclipse. But, now I am facing the No movement at Debug mode again. I used to be able to received logger infor when when run debug that shows me the stack when the

Re: How to make database connection pool show in JMX

2018-01-25 Thread Pawel Veselov
Keiichi, On Thu, Jan 25, 2018 at 1:48 AM, Keiichi Fujino wrote: > > Hi > > The Docs of jdbc-pool describe like this. > == > If you're running outside of a container, you can register the DataSource > yourself under any object name you specify, and it propagates the >

[ANN] Apache Tomcat 8.0.49 released

2018-01-25 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.49. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. The Apache Tomcat team announced that support for Apache Tomcat 8.0.x will end on 30 June 2018. Apache

[ANN] Apache Tomcat 7.0.84 released

2018-01-25 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.84. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

tomcat version question

2018-01-25 Thread Robert J. Carr
Hello. There is a "which version" page on the main site which is really useful, and it lists all the versions of the various specs related to the version of tomcat, but a really important one IMO that is missing is the Java EE version, so I can look up the api docs. Is there a reason why this is

Re: tomcat version question

2018-01-25 Thread Mark Thomas
On 25/01/18 22:03, Robert J. Carr wrote: > Hello. > > There is a "which version" page on the main site which is really useful, > and it lists all the versions of the various specs related to the version > of tomcat, but a really important one IMO that is missing is the Java EE > version, so I can

Re: ALv2 Tomcat Training material

2018-01-25 Thread Alex O'Ree
Understanding web.xml Understanding webapps without web.xml Security, authn and authz, ldap setups fIle system permissions On Jan 25, 2018 6:04 AM, "Mark Thomas" wrote: > On 08/01/18 09:39, Mark Thomas wrote: > > On 05/01/18 22:09, Don Flinn wrote: > >> Hi Mark, > >> > >> I

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-25 Thread Mark Thomas
On 24/01/18 22:45, Robert J. Carr wrote: > Hi Mark, Konstantin- > > I looked in on that defect ticket and it appears you found and fixed a > problem. Great! But I also noticed you said the same problems were > happening for you in 8 and 8.5 and even happening in the same version of 8 > I was

Re: ALv2 Tomcat Training material

2018-01-25 Thread Mark Thomas
On 08/01/18 09:39, Mark Thomas wrote: > On 05/01/18 22:09, Don Flinn wrote: >> Hi Mark, >> >> I think this is an excellent and useful task. The first step is to define >> the audiences of which I would like to suggest five. >> >> 1. Experienced System administrators with experience in security and

Re: How to make database connection pool show in JMX

2018-01-25 Thread Keiichi Fujino
Hi The Docs of jdbc-pool describe like this. == If you're running outside of a container, you can register the DataSource yourself under any object name you specify, and it propagates the registration to the underlying pool. To do this you would call

Re: Modify JspServlet config in application web.xml?

2018-01-25 Thread Mark Thomas
On 25/01/18 05:25, Christopher Schultz wrote: > You can also use in WEB-INF/web.xml for the JSP servlet. > You will probably have to copy those settings you want from the JSP > configuration in conf/web.xml because I don't think Tomcat will merge > init-param between the two files. Tomcat