It came free with a book I purchased.  Is there a "free" version of 3.0 that
will run production (_not_ just testing)?

/dev/null
[EMAIL PROTECTED]

----- Original Message -----
From: "Moore, Jim" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Friday, September 22, 2000 9:27 AM
Subject: RE: Can't verify simple install.


> why are you installing performing a new install of jrun 2.3 instead of
> moving to jrun 3?
>
> -----Original Message-----
> From: /dev/null [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 22, 2000 10:22 AM
> To: JRun-Talk
> Subject: Re: Can't verify simple install.
>
>
> Here's the directories off of my JRun root:
>
> bin
> classes
> connectors
> contrib
> docs
> examples
> instantdb
> jdk1.2
> jsm-default
> lib
> properties
> servlets
> uninst
>
> I can't find any "servers" directory, even searching through the sub-dirs.
>
> Isn't there a log file somewhere that will tell me at least when JRun is
> getting a servlet request?  Maybe JRun's not getting anything from IIS.
>
> /dev/null
> [EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "Regina Moore" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, September 22, 2000 8:15 AM
> Subject: RE: Can't verify simple install.
>
>
> > Place your servlet class files in the <web application
> root>\web-inf\classes
> > directory.  For example, if you are using the default web application,
> just
> > put your servlets in the <JRun root
> > dir>\servers\default\default-app\web-inf\classes directory.
> > Also, to make sure everything is set up correctly you might want to make
> > sure you can view HTML files that are in your web application root
> > directory.  You should be able to type in http://localhost/<application>
> to
> > get a list of all (if any) files there.
> >
> > -----Original Message-----
> > From: /dev/null [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, September 22, 2000 7:34 AM
> > To: JRun-Talk
> > Subject: Re: Can't verify simple install.
> >
> >
> > It gave me the same results.
> >
> > How can I verify that JSE is getting the servlet request?
> >
> > ----- Original Message -----
> > From: "Mattias Reichel" <[EMAIL PROTECTED]>
> > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, September 22, 2000 3:16 AM
> > Subject: Re: Can't verify simple install.
> >
> >
> > Use
> > www.myserver.com/servlet/SimpleServlet
> > and not
> > www.myserver.com/servlets/SimpleServlet
> >
> > Mattias Reichel
> >
> > ----- Original Message -----
> > From: "/dev/null" <[EMAIL PROTECTED]>
> > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, September 22, 2000 9:36 AM
> > Subject: Can't verify simple install.
> >
> >
> > > This is a multi-part message in MIME format.
> > >
> > > ------=_NextPart_000_002B_01C0243D.DFD7A2F0
> > > Content-Type: text/plain;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > NT 4.0 EE SP6a, IIS 4.0
> > > JRun 2.3
> > > I let the install run as normal.  I had to go to the IIS web setup and
=
> > > associate .jrun with the jrun.dll in the IIS_ROOT\scripts directory
(the
> =
> > > jrun.dll was already there).
> > >
> > > Now I'm a little confused as to which exact directory my servlets
should
> =
> > > be in for me to run them and why they aren't coming up.  There are =
> > > several "samples" already set up in JRun\servlets, but none of them
come
> =
> > > up.  I try www.myserver.com/servlets/SimpleServlet, =
> > > www.myserver.com/servlets/SimpleServlet.JRun, =
> > > www.myserver.com/SimpleServlet etc... but I can't get anything to come
=
> > > up.  I've even compiled a simple "HelloWorld" and stuck it in just
about
> =
> > > every "servlets" directory I've found under JRun, but no combination
of
> =
> > > URL brings it up.  I'm always getting HTTP 404 - File not found
> > >
> > > What's wrong?  What directory should I be putting the compiled
servlets
> =
> > > in?  If I have a servlet there, what would prevent it from coming up =
> > > correctly?
> > >
> > > Thanks!
> > >
> > > ------=_NextPart_000_002B_01C0243D.DFD7A2F0
> > > Content-Type: text/html;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> > > <HTML><HEAD>
> > > <META content=3D"text/html; charset=3Diso-8859-1" =
> > > http-equiv=3DContent-Type>
> > > <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
> > > <STYLE></STYLE>
> > > </HEAD>
> > > <BODY bgColor=3D#ffffff>
> > > <DIV><FONT face=3DVerdana size=3D2>NT 4.0 EE&nbsp;SP6a, IIS =
> > > 4.0</FONT></DIV>
> > > <DIV><FONT face=3DVerdana size=3D2>JRun 2.3</FONT></DIV>
> > > <DIV><FONT face=3DVerdana size=3D2>I let the install run as =
> > > normal.&nbsp; I had to=20
> > > go to the IIS web setup and associate .jrun with the jrun.dll in
the=20
> > > IIS_ROOT\scripts directory (the jrun.dll was already =
> > > there).</FONT></DIV>
> > > <DIV>&nbsp;</DIV>
> > > <DIV><FONT face=3DVerdana size=3D2>Now I'm a little confused as to
which
> =
> > > exact=20
> > > directory my servlets should be in for me to run them and why they =
> > > aren't coming=20
> > > up.&nbsp; There are several "samples" already set up in JRun\servlets,
=
> > > but none=20
> > > of them come up.&nbsp; I try
www.myserver.com/servlets/SimpleServlet,=20
> > > www.myserver.com/servlets/SimpleServlet.JRun, =
> > > www.myserver.com/SimpleServlet=20
> > > etc... but I can't get anything to come up.&nbsp; I've even compiled a
=
> > > simple=20
> > > "HelloWorld" and stuck it in just about every "servlets" directory
I've
> =
> > > found=20
> > > under JRun, but no combination of URL brings it up.&nbsp; I'm always =
> > > getting=20
> > > HTTP 404 - File not found</FONT></DIV>
> > > <DIV>&nbsp;</DIV>
> > > <DIV><FONT face=3DVerdana size=3D2>What's wrong?&nbsp; What directory
=
> > > should I be=20
> > > putting the compiled servlets in?&nbsp; If I have a servlet there,
what
> =
> > > would=20
> > > prevent it from coming up correctly?</FONT></DIV>
> > > <DIV>&nbsp;</DIV>
> > > <DIV><FONT face=3DVerdana size=3D2>Thanks!</FONT></DIV></BODY></HTML>
> > >
> > > ------=_NextPart_000_002B_01C0243D.DFD7A2F0--
> > >
> >
>
> --------------------------------------------------------------------------
> > ----
> > > Archives: http://www.egroups.com/group/jrun-interest/
> > > Unsubscribe:
> >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> > > or send a message to [EMAIL PROTECTED] with
> > 'unsubscribe' in the body.
> > >
> >
> >
>
> --------------------------------------------------------------------------
> --
> > --
> > Archives: http://www.egroups.com/group/jrun-interest/
> > Unsubscribe:
> > http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/jrun_talk
> > or send a message to [EMAIL PROTECTED] with
> 'unsubscribe'
> > in the body.
> >
> >
>
> --------------------------------------------------------------------------
> --
> > --
> > Archives: http://www.egroups.com/group/jrun-interest/
> > Unsubscribe:
> >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> > or send a message to [EMAIL PROTECTED] with
> 'unsubscribe'
> > in the body.
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.egroups.com/group/jrun-interest/
> > Unsubscribe:
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> > or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to [EMAIL PROTECTED] with
'unsubscribe'
> in the body.
> --------------------------------------------------------------------------
----
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to