This should be possible using containers that provide a different class loader per web app/container like Tomcat does, especially in recent versions, if you have the spnego library deployed in each war. Each app would have it's own instance of the class, so it's own singleton. https://tomcat.apache.org/tomcat-8.5-doc/class-loader-howto.html https://www.mulesoft.com/tcat/tomcat-classpath https://stackoverflow.com/questions/19559210/how-tomcat-classloader-separates-different-webapps-object-scope-in-same-jvm...
I switched to jt400-jdk8 version 9.6 and it resolved this issue for me using Tomcat 8.5 (DBCP 2.4.0 (JDBC 4.1)) to resolve the java.lang.AbstractMethodError: com.ibm.as400.access.AS400JDBCConnectionImpl.isValid(I)Z. After switching I was sometimes getting java.sql.SQLNonTransientConnectionException: Communication link failure. (Read timed out), but then it started working. I mention this because before I discovered the jt400-jdk8 artifact I tried switching from DBCP2 to Tomcat's DataSourceFactory....
https://mvnrepository.com/artifact/net.sf.jt400/jt400-jdk8
I missed the related code for handling directory indexes in createEnvironment: diff...
I really appreciate the EPIC Eclipse Perl Integration. The syntax highlighting and...
Adding this directly after my isFile addition lets it return index+suffix as a CGI...
When I run my code under the Perl CGI launcher, I get a console for the Web Server...
When I run my code under the Perl CGI launcher, I get a console for the Web Server...
Great! Thank you. I am very much for code that just works right over lots of options...
I was able to build a local update the the debugger portion of the EPIC plug-in,...
Here is what I was thinking of, it appears to work for me for this case. This change...
Adding this directly after my isFile addition lets it return index+suffix as a CGI...
Here is what I was thinking of, it appears to work for me for this case. This change...
Works for me, I was just going off of the write-up on the dev guide. I'll give that...
I am interested in trying out some tweaks to the Perl CGI engine so I'm trying to...
Looking at EpicCgiHandler.java the comments and code show that the behavior I am...
Broken link to Build Perl applications with Eclipse
I really appreciate the EPIC Eclipse Perl Integration. The syntax highlighting and...