Re: Wine and tomcat

2011-06-08 Thread Dave Fisher
r write your own. The only >> thing that matters is the "javaw -Dcatalina.base= -Dcatalina.home= >> o.a.c.s.Bootstrap start" line that starts Tomcat. >> >> BTW, "javaw" is likely to be unavailable in Linux. >> >> --------- >> To unsubscri

Re: Wine and tomcat

2011-06-08 Thread bigdidz
o be unavailable in Linux. > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > >

Re: Wine and tomcat

2011-06-08 Thread Konstantin Kolinko
2011/6/8 bigdidz : > > I know but its is not what I want.  With a vm, I will not be able to debug my > web applications (it uses Excel...).  Hence, I really need to "wine" tomcat. Do you really need Excel? Have you heard about Apache POI? http://poi.apache.org/ > [QUOTE] > Using CATALINA_BASE:

Re: Wine and tomcat

2011-06-08 Thread Mikolaj Rydzewski
On Wed, 8 Jun 2011 01:52:51 -0700 (PDT), bigdidz wrote: I know but its is not what I want. With a vm, I will not be able to debug my web applications (it uses Excel...). Hence, I really need to "wine" tomcat. You don't. You can debug remote java applications. It looks like a topic not for t

Re: Wine and tomcat

2011-06-08 Thread bigdidz
ers-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Wine-and-tomcat-tp31798273p31798806.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Wine and tomcat

2011-06-08 Thread Mikolaj Rydzewski
On Wed, 8 Jun 2011 00:15:09 -0700 (PDT), bigdidz wrote: At my job, we are developing a program in Java that connect to Excel to web page. Indeed, we only work on Windows but I cannot live with that any more. Windows just sucks! Try virtualbox / vmware. Develoop on linux (or whatever you lik

Wine and tomcat

2011-06-08 Thread bigdidz
tart if ""%1"" == ""stop"" goto doStop if ""%1"" == ""version"" goto doVersion [/CODE] My question is: what's missing there? How can I know what files are missing? I put prints everywh