Re: Tomcat

2001-09-24 Thread veflov
http://jakarta.apache.org LHM> Hi, any have a tutorial for to install the Tomcat ( Servler / Jsp ) with LHM> the Apache ? LHM> Regards, LHM> Henrique -- Best regards, Vladimirmailto:[EMAIL PROTECTED] -

Re: Tomcat

2001-09-24 Thread ed phillips
Luiz Henrique Moraes wrote: > > Hi, any have a tutorial for to install the Tomcat ( Servler / Jsp ) with > the Apache ? > > Regards, > Henrique > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of

Re: Tomcat

2001-09-24 Thread Homayoun Yousefi'zadeh
Henrique, Tomcat documentation can be found at http://jakarta.apache.org/tomcat/ http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html The last page contains instructions on how to install Tomcat 3.2 (release build is 3.

Tomcat

2001-09-24 Thread Luiz Henrique Moraes
Hi, any have a tutorial for to install the Tomcat ( Servler / Jsp ) with the Apache ? Regards, Henrique -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

DatagramSocket and Thread problem (more)

2001-09-24 Thread Dustin Lang
Hi again, Further to my previous message. It seems that the sending thread is also bothered by the receiving thread. The first send() succeeds, but once the receive thread touches the socket, all further send()s fail with "IOException: Connection refused". This is a DatagramSocket! I was und

Re: VolatileImage, mit-shm, and DGA

2001-09-24 Thread Juergen Kreileder
John Richardson <[EMAIL PROTECTED]> writes: > Can any of the Blackdown developers comment on the VolatileImage > issue at: > > http://www.javagaming.org/discus/messages/111/540.html?1001267464 > > It seems that Linux VolatileImage won't support direct writing to > VRAM, meaning that it will be

Re: anij

2001-09-24 Thread Vladimir Eflov
Hi, Do not use: java P.class Use only: java P M> I have a problem with i run this program: M> public class P M> { M> public P() M> { M> } M> public static void main( String[] args ) M> { M> System.out.println("hola"); M> } M>

JMS

2001-09-24 Thread Thiago Modro
My version is Java 2 SDK v1.3. This is my scientific project in my university. An object has three variable (x, y, z) and each one has a value. How I can send the information of these variable for other customers? This goes to serve to make a matching with the CORBA . I don't know nothing on w

Re: DatagramSocket and Thread problem

2001-09-24 Thread Alexander V. Konstantinou
In the C world you need to set the SO_REUSEADDR option on the datagram (UDP) socket. The setReuseAddress() has been added to JDK 1.4 for this purpose. I'm not sure how you can go about this in JDK1.2. Alexander On Sun, Sep 23, 2001 at 09:56:25PM -0700, Dustin Lang wrote: > > Hi, > > I checked

Tomcat x blackdown

2001-09-24 Thread Luiz Henrique Moraes
Hi people, I am will develop my first project with java for web and need of help with: Which the advantage of the Blackdown for the Tomcat? How to install the Blackdown in the Apache? Regards and I am sorry for my english, Henrique ( Brazil ) ---

Re: anij

2001-09-24 Thread Joi Ellis
On Mon, 24 Sep 2001, Manolo wrote: > I have a problem with i run this program: > > public class P > { > > public P() > { > } > public static void main( String[] args ) > { > System.out.println("hola"); > } > > } > > in anyj and ocurr this error: >

anij

2001-09-24 Thread Manolo
I have a problem with i run this program: public class P { public P() { } public static void main( String[] args ) { System.out.println("hola"); } } in anyj and ocurr this error: Exception in Thread "main" java.lang.NoClassDefFo