You aren't going to accomplish this by 'running tomcat under Cygwin'.
The Java VM is not a cygwin application, it's a Win32 application.

What you need to do is build a JNI library that links to the cygwin DLL
and is callable from Java. 

-----Original Message-----
From: Rahul Joshi [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 04, 2005 9:52 PM
To: Tomcat Users List
Subject: Re: Tomcat on Cygwin

Here is what I am doing: 

I have an application which runs on Cygwin (but not directly on
Windows). I have to access this application through JSP page i.e., the
Java code from the JSP will invoke this application. In order to invoke
and run this application, it have to execute on Cygwin. 

--- Jason Bainbridge <[EMAIL PROTECTED]> wrote:

> On Fri, 4 Mar 2005 18:41:33 -0800 (PST), Rahul Joshi <[EMAIL PROTECTED]>

> wrote:
> > 
> > I want to run JSP/servlets using Tomcat on Cygwin.
> Is
> > there a special version of Tomcat that I need to download?
> 
> Can I ask why exactly? I can't think of any benefit in doing so.
>  
> > Is there any documentation about running Tomcat on Cygwin?
> 
> None that I know of and a Google didn't turn up any.
> 
> --
> Jason Bainbridge
> http://kde.org - [EMAIL PROTECTED]
> Personal Site - http://jasonbainbridge.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



        
                
__________________________________
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to