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
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
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
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 -
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.
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