Very true.  Let me go back and think this thing through some more so I can
post a more thoughtful question.

Thanks,

Jeff W.
----- Original Message -----
From: "Matt Read" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 25, 2001 12:37 PM
Subject: Re: Simple (I think) Running Tomcat Question


> Hello World is a servlet, not an applet - a world of difference.
>
> Exactly how are you trying to run it?
>
> Matt.
>
> ----- Original Message -----
> From: "Jeffrey Worst" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: 25 July 2001 16:54
> Subject: Simple (I think) Running Tomcat Question
>
>
> > I believe I now have Tomcat running successfully. But...
> >
> > After starting Tomcat I get the following screen:
> > 01-07-25 11:37:26 - ContextManager: Adding context Ctx(  )
> > 01-07-25 11:37:26 - ContextManager: Adding context Ctx( /test )
> > 01-07-25 11:37:29 - PoolTcpConnector: Starting HttpConnectionHandler on
> 8080
> > 01-07-25 11:37:29 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
> > 8007
> >
> >
> > I then tried to run the Hello World applet.  When I successfully compile
> and
> > then try to run an applet, I get this error message:
> > Exception in thread "main" java.lang.NoSuchMethodError: main
> >
> > Any ideas why?
> >
> > Jeff W.
> >
> >
> > ----- Original Message -----
> > From: "Jim Cheesman" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, July 25, 2001 7:49 AM
> > Subject: Re: Simple Tomcat Install on Win98
> >
> >
> > > At 01:30 PM 25/07/01, you wrote:
> > > In html, which is horrible! Please sort it out!
> > >
> > >
> > > >I'm having problems installing Tomcat on my Win98Se machine.  Below
are
> > > >the directions from Jakarta for installing Tomcat.  I've commented
what
> I
> > > >don't understand.
> > > >
> > >
> > > <snip/>
> > >
> > >
> > > >
> > > >Change directory to "jakarta-tomcat-3.2.1" and set a new environment
> > > >variable (TOMCAT_HOME) to point to the root directory of your Tomcat
> > hierarchy.
> > > >////This I don t understand.  Are they talking about doing this in
> > > >autoexec.bat or in the tomcat.bat file?////
> > >
> > > In autoexec.bat
> > >
> > >
> > > >
> > > >On Win32 you should type:
> > > >"set TOMCAT_HOME=foo\jakarta-tomcat-3.2.1"
> > > >////Again, are they talking about within autoexec.bat or someplace
> > else?////
> > >
> > > In autoexec.bat
> > >
> > >
> > > >
> > > >  Set the environment variable JAVA_HOME to point to the root
directory
> > of
> > > > your JDK hierarchy...
> > > >////Where is the environment variable JAVA HOME located?
> > >
> > > In autoexec.bat
> > >
> > > >
> > > >.... then add the Java interpreter to your PATH environment variable.
> > > >How does one do this?
> > >
> > > In autoexec.bat (!)
> > >
> > > The basic syntax:
> > > set MY_ENVIRONMENT_VARIABLE=c:\path\to\whatever
> > >
> > > and to add to the previously set variable
> > >
> > > set
> MY_ENVIRONMENT_VARIABLE=%MY_ENVIRONMENT_VARIABLE%;c:\path\to\whatever
> > >
> > >
> > >
> > >
> > >
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > >                            *   Jim Cheesman   *
> > >              Trabajo:
> > > [EMAIL PROTECTED] - (34)(91) 724 9200 x 2360
> > >               I keep telling
> > > myself that I am a pathological
> > >                  liar, but I am not sure if
> > > I believe it.
> > >
> > >
> > >
> >
>

Reply via email to