Re: [JBoss-user] JBOSS on solaris

2002-10-02 Thread James Cooley
I've not seen any problems but you may want/need to patch Solaris for Java. http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE The patch list would put me off installing Java on Solaris :) James Anthony Geoghegan wrote: >Any known issues executing JBOSS on a Solaris box? >Best Regar

Re: [JBoss-user] Colorfull memory puzzle

2002-10-02 Thread James Cooley
Michael Bartmann wrote: > > Does anybody know a good _free_ graphing > package I could plug this into? > Hi Michael, I had to do some pretty complex plotting for a graphical genetic sequence viewer. The approach I took was to create an SVG representation of a sample image (using an SVG image

Re: [JBoss-user] jboss + tomcat 4.1.12

2002-09-30 Thread James Cooley
Hi David, It's pretty simple to get the Coyote connector working with JBoss 2.4.7 and Tomcat 4.0.4. Just replace org.apache.catalina.connector.http10.HttpConnector with org.apache.coyote.tomcat4.CoyoteConnector in your jboss.jcml in the conf/catalina directory. I'd imagine 2.4.9 shou

Re: [JBoss-user] JBoss 3 and standalone Tomcat 4

2002-07-14 Thread James Cooley
Hi Björn, The tomcat server defaults to 8080 but you can change this to any port you like. You can change this in the jboss.jcml in the 2.4.x series and in the tomcat4-service.xml (in the deploy directory) in the 3.x series. You will want to resassign other ports in these files files as well -

RE: [JBoss-user] JBoss 3.0.0 - OraclePreparedStatement ClassCastException

2002-06-13 Thread James Cooley
vious version of the local wrapper. Among other >things, it is unsupported. > >david jencks > > >On 2002.06.13 07:21:20 -0400 James Cooley wrote: >> Hi guys, >> > I have an application that works with JBoss 2.4 but has stopped working >> with JBoss 3.0 final.

[JBoss-user] JBoss 3.0.0 - OraclePreparedStatement ClassCastException

2002-06-13 Thread James Cooley
Hi guys, I have an application that works with JBoss 2.4 but has stopped working with JBoss 3.0 final. I have configured oracle 8.1.7 with OCI drivers. I don't think the problem is with my configuration as: CallableStatement call = (CallableStatement)prepareCall("{ call " + STORED_PR