Dorothy Gantenbein wrote:

> Hi -
>
> I just downloaded jboss-tomcat-2.1-beta.zip from the
> web site and unzipped it.
>
> On my Windows 2000 machine, I get an immediate error
> when I try to use run.bat.  The error appears to be
> in Sax.
>
> Has anyone else experienced this problem?

I also was unable to start jboss-tomcat-2.1-beta.zip on my Linux system.  The
problem was that the run.sh file is in dos text format (line endings are
CR-LF), and bash appears to barf on it.  After converting it to unix text
format, it works fine.  Before getting that far, I had to go through and patch
up file and directory permissions, including making run.sh executable.  I just
did a "chmod -R +rX" on the whole directory tree.

Cheers -

John Collins
University of Minnesota



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to