Connection Pool with JNDI issue2203 (6/7/2010 11:00:09 PM) comp.lang.java.programmer I am using JNDI Database Connection Pool in Tomcat 6.0.20 to connect
to Oracle RAC:
It works great except after Tomcat container is restarted. The first
time I view a page after the restart, the web pa... francan
Warning message with proprietary class2332 (3/4/2010 1:55:45 AM) comp.lang.java.programmer In my Tomcat 6.0.20 container I am using sun.misc.BASE64Encoder to get
NTLM Intranet username and everything works. Unfortunately I get the
below warning message after I compile the class:
------------------... francan
Substitute and replace189 (3/2/2010 12:01:58 AM) comp.lang.perl.misc
I have the below examples where I need to get the lastname using Perl
substitute and replace:
joeAAAAsmith jrAAAAbudget where I need to get smith jr
or this
GeneAAAAEvansAAAAmanager where I need to get ... francan
EL and regular expression5219 (2/28/2010 2:32:49 PM) comp.lang.java.programmer I am trying to use a Regular Expression in Tomcat 6.0.20 with EL and
its not working:
Here are results = ${fn:replace(info,'\d+','')}
Error message -
org.apache.jasper.JasperException: An exception oc... francan
ArrayList issue219 (2/22/2010 12:45:37 AM) comp.lang.java.programmer I have this test working where it takes data from a Java class and shows it in a JSP: String targetItems = "test"; List pageItems = New ArrayList; for(int i = 0;i targetItems = New ArrayList (TargetListing.ge... francan
Closed Statement issue5230 (12/30/2009 12:38:27 AM) comp.lang.java.programmer
I am getting closed exception messages with my below jdbc connection
to Oracle 9i from Tomcat 6 container:
java.sql.SQLException: Closed Statement
and
java.sql.SQLException: Closed Statement: next
... francan
Quotes and EL439 (11/5/2009 1:44:39 PM) comp.lang.java.programmer In my Tomcat 6.0.20 container, I have a form value that works great except if the user enters quotes in the form input. Anything in quotes wont show up. For example if they enter: Here is the "info" The form va... francan
Hide or not show url value133 (5/22/2009 12:40:58 AM) comp.lang.java.programmer I have a JSP web page that is redirected from another non Java web site where I fetch the parameter from the non Java web site and put it in the JSP web page. It works great but the value shows up in my JSP url... francan
Fetch Intranet username142 (5/15/2009 12:23:29 AM) comp.lang.java.programmer I am using Apache Tomcat 6.0.18 on a Windows Server that also has IIS. For IIS I can enable Integrated Windows authentication to fetch the Intranet Windows login username using ColdFusion. Is there a setting in... francan
War not updating app120 (3/31/2009 11:52:07 PM) comp.lang.java.programmer We just upgraded to Tomcat 6.0.18 from Tomcat 4. All the wars were redone in my local Tomcat 6.0.18 and sent to the server and everything worked where I saw all the apps working on the new version of Tomcat. No... francan
francan00's replies:
Items(3) /1
Edit records with an Oracle client1332 (3/31/2009 1:10:47 AM) comp.databases.oracle.server I just loaded the 10g client EM on my Windows workstation to connect to our 10g database. Everything works great except I dont see any place where I can edit records. I have to use SQL Plus to edit records but ... francan00(59)
Large data entry issue318 (12/18/2008 12:45:43 AM) comp.lang.java.programmer My Form entry uses a Clob data type. The insert always works using Java PreparedStatement if the form entry is under 4000 characters. The database is Oracle 9i using ojdbc14 driver on my Tomcat web container. ... francan00(59)
Escape input328 (9/30/2008 12:17:58 AM) comp.lang.java.programmer I have a Form input field in my JSP: -------------------------------------------------------------------------------- " /> --------------------------------------------------------------------------- How do I ... francan00(59)