> Presently we use a library called "EzJcom". It is proprietary.
>
> In the future, we want to change for POI but I will not be able to to
> everything we do with EzJcom. We need to connect to excel in realtime.
Come over onto the POI user list - http://poi.apache.org/mailinglists.html - and describe
what you mean by "connect to excel in realtime". It is possible that POI can do what you need
to do - and within your webapps and in Java.
Driving a GUI on a server via a JCOM bridge is a real PITA and not stable.
Best Regards,
Dave
>
> Thanks a lot for your answer.
>
>
>
> Konstantin Kolinko wrote:
>>
>> 2011/6/8 bigdidz <didier.amyot@gmail.com>:
>>>
>>> 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: C:\_easa\trunk\server\tomcat
>>> Using CATALINA_HOME: C:\_easa\trunk\server\tomcat
>>> Using CATALINA_TMPDIR: C:\_easa\trunk\server\tomcat\temp
>>> Using JAVA_HOME: C:\Program Files\Java\jdk1.6.0_25
>>> File not found
>>
>> Turn on echo and debug the batch file. Or 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 unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Wine-and-tomcat-tp31798273p31798909.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|