Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: urgent - msg#00184
List: java.jetty.support
--- In jetty-support@xxxx, "Richard L Williams"
<richard.williams1@xxxx> wrote:
>
>
Why don't you try using the jetty.bat that is included in the [.bin]
>
directory?
>
>
Richard
>
>
>
>
>
>
"qsminhas" <qsminhas@xxxx> on 03/31/2002 02:32:31 PM
>
>
Please respond to jetty-support@xxxx
>
>
>
To: jetty-support@xxxx
>
cc:
>
bcc:
>
Subject: [jetty-support] urgent
>
>
>
i have downloaded Jetty-3.1.7.tgz and installed it in my G drive.
the
>
path is:
>
G:\Xml\jetty\Jetty-3.1.7
>
>
My java1.3.0 is installed in E drive ...the path is:
>
E:\Java
>
>
My batch file looks like this:
>
>
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;F:\\BIN;D:\ORAWIN95
>
\BIN;E:\JAVA\BIN
>
set JETTY_HOME=G:\Xml\jetty\Jetty-3.1.7
>
set JAVA_HOME=E:\java\
>
%JETTY_HOME%\bin\jetty.bat
>
>
Now i m getting every kind of errors i.e. syntax and out of
>
environment errors. I will appreciate if someone will help me in
this
>
regard..thanks!
>
>
>
>
>
For the latest information about Jetty, please see
http://jetty.mortbay.org
>
>
>
>
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: urgent
I have the same problem installing Jetty. Could you please post a
message when you manage to install Jetty? Thanks.
> To: jetty-support@xxxx
> cc:
> bcc:
> Subject: [jetty-support] urgent
>
>
> i have downloaded Jetty-3.1.7.tgz and installed it in my G drive.
the
> path is:
> G:\Xml\jetty\Jetty-3.1.7
>
> My java1.3.0 is installed in E drive ...the path is:
> E:\Java
>
> My batch file looks like this:
>
> SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;F:\\BIN;D:\ORAWIN95
> \BIN;E:\JAVA\BIN
> set JETTY_HOME=G:\Xml\jetty\Jetty-3.1.7
> set JAVA_HOME=E:\java\
> %JETTY_HOME%\bin\jetty.bat
>
> Now i m getting every kind of errors i.e. syntax and out of
> environment errors. I will appreciate if someone will help me in
this
> regard..thanks!
>
>
>
>
> For the latest information about Jetty, please see
http://jetty.mortbay.org
>
>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
Next Message by Date:
click to view message preview
Help!
I'm trying to install Jetty on my computer and it seems impossible.
(my operating system is Windows 98 and I don't have any servers
installed on my computer). I've tried so many options! Could soemone
help me, please?
Previous Message by Thread:
click to view message preview
Re: urgent
I have the same problem installing Jetty. Could you please post a
message when you manage to install Jetty? Thanks.
> To: jetty-support@xxxx
> cc:
> bcc:
> Subject: [jetty-support] urgent
>
>
> i have downloaded Jetty-3.1.7.tgz and installed it in my G drive.
the
> path is:
> G:\Xml\jetty\Jetty-3.1.7
>
> My java1.3.0 is installed in E drive ...the path is:
> E:\Java
>
> My batch file looks like this:
>
> SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;F:\\BIN;D:\ORAWIN95
> \BIN;E:\JAVA\BIN
> set JETTY_HOME=G:\Xml\jetty\Jetty-3.1.7
> set JAVA_HOME=E:\java\
> %JETTY_HOME%\bin\jetty.bat
>
> Now i m getting every kind of errors i.e. syntax and out of
> environment errors. I will appreciate if someone will help me in
this
> regard..thanks!
>
>
>
>
> For the latest information about Jetty, please see
http://jetty.mortbay.org
>
>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
Next Message by Thread:
click to view message preview
Does Jetty use Tomcat
I get the idea that Jetty uses some Tomcat classes (Jasper) to handle web
apps.
Is this true?
If so, then does the docs for Tomcat config also apply to Jetty config?
Richard