Re: Difference between running bootstrap.jar and catalina.bat

2009-05-20 Thread Jan Horký
Hi, Finally I managed It. Sadly, by different way. Every librarie magics failed than I wrote new web service based on axis. It's used jaxb1. Thank you all for your time. Jan. On Fri, May 15, 2009 at 4:57 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MES

Re: Difference between running bootstrap.jar and catalina.bat

2009-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 5/15/2009 1:25 AM, Jan Horký wrote: > I got the following error: > > 15.5.2009 7:10:16 > com.sun.xml.ws.transport.http.servlet.WSServletContextListener > contextInitialized > SEVERE: WSSERVLET11: failed to parse runtime descriptor: > java.lan

Re: Difference between running bootstrap.jar and catalina.bat

2009-05-14 Thread Jan Horký
Hi, I got the following error: 15.5.2009 7:10:16 com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized SEVERE: WSSERVLET11: failed to parse runtime descriptor: java.lang.VerifyError: (class: com/sun/xml/ws/model/AbstractSEIModelImpl, method: createJAXBContext signature

Re: Difference between running bootstrap.jar and catalina.bat

2009-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 5/14/2009 5:05 AM, Jan Horký wrote: > Hi, thank you for replay. > > I tried to set various options in strartup.bat but It didn't work. It > worked only if I ran "java -jar bootstrap.jar start" command from > commnad line in tomcat\bin\. The t

Re: Difference between running bootstrap.jar and catalina.bat

2009-05-14 Thread Jan Horký
Hi, thank you for replay. I tried to set various options in strartup.bat but It didn't work. It worked only if I ran "java -jar bootstrap.jar start" command from commnad line in tomcat\bin\. The thing which I'm interested in is which options (variables) are used when I start Tomcat this way (java

Re: Difference between running bootstrap.jar and catalina.bat

2009-05-14 Thread André Warnier
Jan Horký wrote: Hi, I have problem with running my app. When I run Tomcat 5.5 | 6.0 by java -jar bootstrap.jar start It works fine, but when I try run it by catalina.bat or install as servise I got some class found problems. Shortly... Some features of application is based on jaxb1 and I need

Difference between running bootstrap.jar and catalina.bat

2009-05-13 Thread Jan Horký
Hi, I have problem with running my app. When I run Tomcat 5.5 | 6.0 by java -jar bootstrap.jar start It works fine, but when I try run it by catalina.bat or install as servise I got some class found problems. Shortly... Some features of application is based on jaxb1 and I need there web servise w