Tomcat and IDE

2019-01-02 Thread r.bottoni
Hello, I apologize in advance if this is not the correct place.. I develop webapp with Netbeans IDE and Tomcat.. everytime that i make a change in my code (javabeans) i stop tomcat, clear its cache, and restart the server.. this is a bit of a waste of time.. is this the correct way or there are som

Re: Tomcat and IDE

2019-01-02 Thread tomcat
On 02.01.2019 10:00, r.bott...@afterbit.com wrote: Hello, I apologize in advance if this is not the correct place.. I develop webapp with Netbeans IDE and Tomcat.. everytime that i make a change in my code (javabeans) i stop tomcat, clear its cache, and restart the server.. this is a bit of a was

R: Tomcat and IDE

2019-01-02 Thread r.bottoni
Hi, actually during development, I use the server in localhost .. but if I do not reboot, I do not see the new code changes... -Messaggio originale- Da: André Warnier (tomcat) Inviato: mercoledì 2 gennaio 2019 10:37 A: users@tomcat.apache.org Oggetto: Re: Tomcat and IDE On 02.01.2019 10

Re: Tomcat and IDE

2019-01-02 Thread John Dale
I'm still using Tomcat 7.x.x. When I change static members or log4j configuration, I have to cycle Tomcat. I can make this faster by avoiding scans of jar files on startup. When I change non-static declarations, my webapp auto-deploys and I can test handlers/changes. Threads can be tricky .. I

Parsing of multi part content

2019-01-02 Thread Saurav Sarkar
Hi All, This is regarding the reading of multi part content in java server side. ServletRequest has an API getParts() API for reading the parts of a multi part request https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getParts() . It has part.getInputStream which ca

JspC ignores uriroot property as of Tomcat 9.0.14 / 8.5.37

2019-01-02 Thread Adam Rauch
Our build pre-compiles JSPs by invoking JspC following a pattern similar to the JspC JavaDoc example configuration: https://tomcat.apache.org/tomcat-8.5-doc/api/org/apache/jasper/JspC.html Starting with 9.0.14 and 8.5.37, our build stopped pre-compiling JSPs; JspC no longer converts a tree of

Re: Parsing of multi part content

2019-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Saurav, On 1/2/19 12:20, Saurav Sarkar wrote: > Hi All, > > This is regarding the reading of multi part content in java server > side. > > ServletRequest has an API getParts() API for reading the parts of a > multi part request > https://docs.ora

Java Supported Versions for Apache Tomcat/7.0.77

2019-01-02 Thread Janakiram Maganti
Hi Support, Can you suggest what is the latest Java 8 version supported for “Apache Tomcat/7.0.77”. [oracle@prn-bapdevapp01 bin]$ ./version.sh Using CATALINA_BASE: /opt/app/oracle/BAPDEV/tomcat7 Using CATALINA_HOME: /opt/app/oracle/BAPDEV/tomcat7 Using CATALINA_TMPDIR: /opt/app/oracle/BAPDEV

Re: Java Supported Versions for Apache Tomcat/7.0.77

2019-01-02 Thread John Dale
Great question .. I would like to know the answer as well. On 1/2/19, Janakiram Maganti wrote: > Hi Support, > > Can you suggest what is the latest Java 8 version supported for “Apache > Tomcat/7.0.77”. > > [oracle@prn-bapdevapp01 bin]$ ./version.sh > Using CATALINA_BASE: /opt/app/oracle/BAPDEV

Unable to determine Catalina base to load file

2019-01-02 Thread PJ Pillai
Hi, I'm using JAASMemoryLoginModule to authenticate users stored in tomcat-users.xml. The authentication fails on Tomcat 9 with following warning message in catalina.xx.log. org.apache.catalina.realm.JAASMemoryLoginModule.load Unable to determine Catalina base to load file [conf/tomcat-users.xml

Re: Unable to determine Catalina base to load file

2019-01-02 Thread PJ Pillai
Here is additional information. 1. Tomcat is running on Windows 2016 server. 2. Tomcat is started as windows service. I tried Tomcat 8.5 as well and still get the same warning message and user is not authenticated. On Wed, Jan 2, 2019 at 5:00 PM PJ Pillai wrote: > Hi, > > > I'm using JAASMemory

Re: Tomcat 9.0.14 startup fails

2019-01-02 Thread Steve Demy
I opened a bug on this (https://bz.apache.org/bugzilla/show_bug.cgi?id=63041). It was closed by Christopher Shultz suggesting a probable configuration issue. Possibly so, but the configuration is out of the box prior to any /conf file modification and with no user web apps involved. And as yo