Error starting tomcat 9.0.7 from Eclipse

2018-04-23 Thread charles Andrews
Hi I am having problems starting Tomcat 9.0.7 from Eclipse version Oxygen.3a Release (4.7.3a). Tomcat will start from the command line but not from within Eclipse. I get the following error: Could not create the Java Virtual Machine The console log in Eclipse contains: -Djava.endorsed.dirs=C:\P

Re: Tomcat question

2018-04-23 Thread zahi . fail
I used the “manager” role for basic auth. While testing the web service with postman, I entered my user name and password. Yet, I got unauthorized message (401).. I couldn’t find any explanation for this issue.. > On 23 Apr 2018, at 19:41, Christopher Schultz > wrote: > > -BEGIN PGP SIG

Re: Tomcat question

2018-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahi, On 4/23/18 10:13 AM, zahi.f...@gmail.com wrote: > I just copied my users section in the tomcat-users. There is more > code - Tomcat users tag.. that shouldn’t be the problem cause I can > enter to the tomcat manager page Well, if it shouldn't

AW: [eX-Bulk]: Problem with catalina.out

2018-04-23 Thread Mario Schmitz
Hey, do you have an example of your log4j-File(s)? An example from one of my webservices: %d %p %c{1.} [%t] %m%n

Problem with catalina.out

2018-04-23 Thread Hélène Ortiz
Hi, I'm working with Tomcat8 on Linux Debian. My web application uses log4j to define logging policy in a specific file (which rotates every day): myapp.log. My problem is that Tomcat logs both in my file and in catalina.out ; the latter grows very quickly and I didn't manage to find a solutio

Re: Tomcat question

2018-04-23 Thread zahi . fail
I just copied my users section in the tomcat-users. There is more code - Tomcat users tag.. that shouldn’t be the problem cause I can enter to the tomcat manager page > On 23 Apr 2018, at 16:45, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahi, > >

Re: Tomcat question

2018-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahi, On 4/23/18 9:38 AM, Zahi Fail wrote: > I'm working with Tomcat 9.0.6 version as my servlet, Throughout my > jax-rs project i have tried to create basic authentication. > > While i'm trying to access a post method without the basic auth. it >

Re: Training material is now on-line

2018-04-23 Thread Luis Rodríguez Fernández
Hello Mark, Thank you for sharing the materials! https://apache.github.io/tomcat-training/courses/tomcat-for-administrators.html#/132 Do you have such .jsp anywhere? Would it make sense to add it as part of the /examples/jsp/ of tomcat distribution? Thanks in advance, Luis 2018-04-23 15:15 GMT

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chandra, On 4/20/18 12:38 PM, chandra sekhar wrote: > Thanks for the response! Without giving this "jdbc:oracle:thin" > parameter in default.xml other Apex environments are working > fine.Please suggest.. IIRC, for "thick" clients, there is some am

Re: Tomcat question

2018-04-23 Thread Zahi Fail
Hello, I'm working with Tomcat 9.0.6 version as my servlet, Throughout my jax-rs project i have tried to create basic authentication. While i'm trying to access a post method without the basic auth. it all working well (I got the 200 message from the HTTP server). But, after adding the basic aut

Re: Tomcat question

2018-04-23 Thread Luis Rodríguez Fernández
Hello Zahi, As it is said in http://tomcat.apache.org/lists.html "Please format your messages as plain text, not HTML. Do not send attachments, as they are likely to be removed and ignored by the mailing list server." Just copy and paste the content of your xml files should be enough :) Cheers,

Re: Tomcat question

2018-04-23 Thread Olaf Kock
On 23.04.2018 14:49, Zahi Fail wrote: This is the following code from my web.xml file: Images are the least popular medium to communicate code. And on this list, this is actually enforced: Images are stripped. Please post the actual text - that should be even easier than creating screen

RE: Training material is now on-line

2018-04-23 Thread Berneburg, Cris J. - US
Thanks Mark [lots of snippage] MT> https://apache.github.io/tomcat-training/ cjb> Should "Client" actually be "Server" in Step 12: ChangeCipherSpec? cjb> Or did you already know about that? MT> It should and I didn't. I've just committed the fix. It should be MT> live in a few minutes. Thanks f

tomcat-embed-core-8.5.29 Http11NioProtocol stopped accepting protocol as part of keystore file path

2018-04-23 Thread Maksym Mazur
HI everyone TL;DR After upgrade from tomcat 8.5.23 to 8.5.29 Http11NioProtocol fails to recognize "classpath" as protocol to load keystore file. Using java 1.8.0_171, OS: Windows 10 In my project I used Spring Boot 2.0.0.M7 which has tomcat-embed-core-8.5.23 dependency. I have code to read keyst

Tomcat question

2018-04-23 Thread Zahi Fail
Hello, I'm working with Tomcat 9.0.6 version as my servlet, Throughout my jax-rs project i have tried to create basic authentication. While i'm trying to access a post method without the basic auth. it all working well (I got the 200 message from the HTTP server). But, after adding the basic auth

Help with SPNEGO Pass-Through

2018-04-23 Thread Randy Oun
Currently I'm configuring Tomcat 8.5 with Integrated Windows Authentication/SPNEGO and have a question on proper roles in security and auth contraints. I have completed the instructions in the Integrated Windows Authentication doc (https://tomcat.apache.org/tomcat-8.5-doc/windows-auth-howto.html)

Re: Silencing broken pipe I/O exceptions

2018-04-23 Thread Mark Thomas
On 21/04/18 16:35, Claude Brisson wrote: > This log emanates from org.apache.coyote.AbstractProcessor.setErrorState(). > > It's very verbose using SSE, and probably not very useful in the general > case, 99% of the time it just means that the connection was closed on > the client side. > > Is the

Re: Tomcat Silent Remote Uninstall - How to do it?

2018-04-23 Thread Mark Thomas
On 20/04/18 21:53, ross.a.reichenber...@wellsfargo.com.INVALID wrote: > Hello, > I need to know how to silently remotely uninstall Tomcat (8.0.23) on 2012R2 > 64 bit server? I have many servers that I need to uninstall this version from > so that I can install an updated version. > > I know ther