Re: how to upgrade tomcat 8.5.x?

2017-05-19 Thread gkk gb
If my current Tomcat is installed in /home/tomcat/dir1/apache-tomcat-8.5.9 and then I install the latest Tomcat in /home/tomcat/dir1/apache-tomcat-8.5.15 how does Apache web server know to connect to the newer version of Tomcat? Is this established by the definition of

Re: how to implement OraclePreparedStatement?

2017-05-14 Thread gkk gb
uot;; ps_a = (OraclePreparedStatement) conn.prepareStatement(sql_a); but it gives the error, java.lang.NullPointerException with Tomcat. > > On May 14, 2017 at 4:34 PM gkk gb <modjkl...@comcast.net> wrote: > > I'm porting my code from GlassFish to Tomcat 8.5.9, and have mostly > ev

how to implement OraclePreparedStatement?

2017-05-14 Thread gkk gb
I'm porting my code from GlassFish to Tomcat 8.5.9, and have mostly everything working for my web app. I've created a JDBC pool, and can access oracle 11.2G stored procedures, etc. The one issue remaining is accessing oracle 11.2G database from java code directly using an