This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Running Tomcat on Cygwin


On Fri, 4 Mar 2005, Rahul Joshi wrote:

>           I am new to Cygwin.
>
> I want to run JSP/servlets using Tomcat on Cygwin. Is
> there a special version of Tomcat that I need to
> download?

Tomcat itself is a Java program.  There is no special Cygwin JVM, so you'd
need to have a native Windows JVM.  Given that, Tomcat works just fine.
However, if you want to run the Unix shell scripts supplied with Tomcat,
you'll need to use the java wrapper scripts that I posted to this list
(Google for "cygwin java_wrapper.sh"), since the JVM, being a native
program, doesn't understand POSIX (Cygwin) paths.

> Is there any documentation about running Tomcat on Cygwin?

Not that I know of.  If you use the wrapper scripts mentioned above, the
regular Unix documentation should apply.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]