Re: problems getting JVM to run

1999-03-23 Thread Allan M. Wind
On Mon, Mar 22, 1999 at 02:00:05PM -0800, jon * wrote: > > Hurm. I was all about to send you an email telling you that I did > > have my config nearly the same as you and as I pasted my config line, > > > > wrapper.classpath=/web/JSDK2.0lib/jsdk.jar > > > > I noticed I missed a "/" after JSDK2.0.

Re: problems getting JVM to run

1999-03-22 Thread jon *
> Hurm. I was all about to send you an email telling you that I did > have my config nearly the same as you and as I pasted my config line, > > wrapper.classpath=/web/JSDK2.0lib/jsdk.jar > > I noticed I missed a "/" after JSDK2.0. Funny how a little thing like > that will kill you! > > Anyways,

Re: problems getting JVM to run

1999-03-22 Thread matthew zeier
On Mon, Mar 22, 1999 at 01:19:18PM -0800, jon * wrote: > > If I take that line out, it starts up but I'm leaved with the JVM > > starting up and dying. I just can't seem to get the JVM to start and > > stay up since it says it can't find org.apache.jserv.JServ. > > It is so funny to me that you

Re: problems getting JVM to run

1999-03-22 Thread jon *
> If I take that line out, it starts up but I'm leaved with the JVM > starting up and dying. I just can't seem to get the JVM to start and > stay up since it says it can't find org.apache.jserv.JServ. It is so funny to me that you state that you followed my configurations, but then you clearly d

Re: problems getting JVM to run

1999-03-22 Thread sicota . country
In <[EMAIL PROTECTED]>, on 03/22/99 at 11:57 AM, matthew zeier <[EMAIL PROTECTED]> said: Hi ! >I looked at your files and they are nearly identical to what I have. I >started from scratch on a new machine, Solaris 2.5.1 with java 1.1.7 and >used your config files (changing directory paths).

Re: problems getting JVM to run

1999-03-22 Thread matthew zeier
On Mon, Mar 22, 1999 at 02:37:35PM -0500, Adam Gifford wrote: > matthew zeier wrote: > > > > > 1. I ran 'jar -tf /web/jserv/lib/Apache-JServ.jar' and saw a bunch of > > .class files. > > > > 2. I manually did > > > > setenv CLASSPATH >/usr/java/lib/classes.zip:/web/jserv/lib/Apache-JServ.jar:/we

Re: problems getting JVM to run

1999-03-22 Thread matthew zeier
On Mon, Mar 22, 1999 at 10:40:39AM -0800, jon * wrote: > > I've never had this much problems installing something :| > > neither have i...in fact, installing apache jserv was really easy for me...i > just followed the directions... > > you can look at my configuration files at: > >

Re: problems getting JVM to run

1999-03-22 Thread Adam Gifford
matthew zeier wrote: > > 1. I ran 'jar -tf /web/jserv/lib/Apache-JServ.jar' and saw a bunch of > .class files. > > 2. I manually did > > setenv CLASSPATH >/usr/java/lib/classes.zip:/web/jserv/lib/Apache-JServ.jar:/web/JSDK2.0lib/jsdk.jar > > 3. ran '/bin/java org.apache.jserv.JServ' and got "Can

Re: problems getting JVM to run

1999-03-22 Thread sicota . country
In <[EMAIL PROTECTED]>, on 03/22/99 at 10:18 AM, matthew zeier <[EMAIL PROTECTED]> said: Hi ! >> >wrapper.class=org.apache.jserv.JServ >> >> This seems to be the error...remove this line and it should work...or do you have >extracted the jar file ?? >Well I tried that and still got the err

Re: problems getting JVM to run

1999-03-22 Thread jon *
> I've never had this much problems installing something :| neither have i...in fact, installing apache jserv was really easy for me...i just followed the directions... you can look at my configuration files at: -jon -

Re: problems getting JVM to run

1999-03-22 Thread Raghunandan Havaldar
The ApacheJServ.jar archive in / is empty (0 bytes) when u first install the JServ engine. Compile the sources, create an archive and place it in the path in either the jserv.properties or file. I do not know the reason why the JAR is not zipped up in the installation (but there is a note on the

Re: problems getting JVM to run

1999-03-22 Thread matthew zeier
On Mon, Mar 22, 1999 at 06:50:44PM +, [EMAIL PROTECTED] wrote: > In <[EMAIL PROTECTED]>, on 03/21/99 >at 09:13 PM, matthew zeier <[EMAIL PROTECTED]> said: > > Hi ! > > >I believe I've gotten everything to build and install correctly but the > >JVM doesn't appear to starup. http://local

Re: problems getting JVM to run

1999-03-22 Thread matthew zeier
On Mon, Mar 22, 1999 at 12:03:34PM -0500, Adam Gifford wrote: > matthew zeier wrote: > > > On Mon, Mar 22, 1999 at 08:15:48AM -0800, Gujran, Natraj wrote: > > > you've probably taken care of this ..but check that the > > > Apache-JServ.jar is not 0 bytes. > > > > > > > mrz@cable [/web/jserv/lib/]

Re: problems getting JVM to run

1999-03-22 Thread sicota . country
In <[EMAIL PROTECTED]>, on 03/21/99 at 09:13 PM, matthew zeier <[EMAIL PROTECTED]> said: Hi ! >I believe I've gotten everything to build and install correctly but the >JVM doesn't appear to starup. http://localhost:80/jserv should be info >so I gathered that it was working. However, my log

Re: problems getting JVM to run

1999-03-22 Thread Adam Gifford
matthew zeier wrote: > On Mon, Mar 22, 1999 at 08:15:48AM -0800, Gujran, Natraj wrote: > > you've probably taken care of this ..but check that the > > Apache-JServ.jar is not 0 bytes. > > > > mrz@cable [/web/jserv/lib/] 25> ls -l > total 2246 > -rw-r--r-- 1 mrz staff 150500 Mar 21 22:3

Re: problems getting JVM to run

1999-03-22 Thread matthew zeier
erv.jar Yeah, I checked that and even ran strings on the binary and found org/apache/jserv/JServ.class . - mz > > -Original Message- > From: matthew zeier [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 21, 1999 11:13 PM > To: [EMAIL PROTECTED] > Subject: problems gett

RE: problems getting JVM to run

1999-03-22 Thread Gujran, Natraj
you've probably taken care of this ..but check that the Apache-JServ.jar is not 0 bytes. -Original Message- From: matthew zeier [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 21, 1999 11:13 PM To: [EMAIL PROTECTED] Subject: problems getting JVM to run I believe I'

problems getting JVM to run

1999-03-22 Thread matthew zeier
I believe I've gotten everything to build and install correctly but the JVM doesn't appear to starup. http://localhost:80/jserv should be info so I gathered that it was working. However, my log files shows: [Sun Mar 21 22:58:39 1999] [notice] Apache/1.3.3 (Unix) ApacheJServ/1.0b3 configured --