RE: Starting EmbeddedTomcat

2003-09-17 Thread Shapira, Yoav
t Users List >Subject: Re: Starting EmbeddedTomcat > >Yoav, All, > >BrowserLauncher works great! Once EmbeddedTomcat has started I call the >openURL method. > >In creating a desktop icon to call javaw, I receive the error "Could not >find the main class. Program will e

Re: Starting EmbeddedTomcat

2003-09-16 Thread Dave Stoker
Yoav, All, BrowserLauncher works great! Once EmbeddedTomcat has started I call the openURL method. In creating a desktop icon to call javaw, I receive the error "Could not find the main class. Program will exit". This is the target string: C:\WINNT\system32\javaw.exe -cl

RE: Starting EmbeddedTomcat

2003-09-16 Thread Shapira, Yoav
Howdy, >After starting EmbeddedTomcat I run my application by entering a starting >jsp page. Something that is not obvious to me is how to accomplish both in >one fell swoop. What is the best way to do this? So you need a request to that JSP page in order to start your webapp?

Starting EmbeddedTomcat

2003-09-15 Thread Dave Stoker
Hi, After starting EmbeddedTomcat I run my application by entering a starting jsp page. Something that is not obvious to me is how to accomplish both in one fell swoop. What is the best way to do this? TIA, Dave

EmbeddedTomcat

2003-09-08 Thread Dave Stoker
When attempting to start Tomcat embedded my process fails when adding the connector. Any help/insight is greatly appreciated. Dave Connector connector = embedded.createConnector(null, 8080, false); embedded.addConnector(connector); C:\EmbeddedTomcat>java EmbeddedTomcat Creating eng

Re: CD Drive as webapps (EmbeddedTomcat)

2003-06-16 Thread Lee Peik Feng
EmbeddedTomcat.main(EmbeddedTomcat.java:1292) - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2003 12:41 AM Subject: RE: CD Drive as webapps (EmbeddedTomcat) > > Ho

RE: CD Drive as webapps (EmbeddedTomcat)

2003-06-16 Thread Shapira, Yoav
Howdy, What error do you get? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Lee Peik Feng [mailto:[EMAIL PROTECTED] >Sent: Monday, June 16, 2003 12:38 PM >To: Tomcat Users List >Subject: CD Drive as webapps (EmbeddedTomcat) > >Hi, >I wou

CD Drive as webapps (EmbeddedTomcat)

2003-06-16 Thread Lee Peik Feng
, when I use EmbeddedTomcat with reference to O'Reily website, I couldn't create the webapps. The error occur in org.apache.catalina.core.StandardHostDeployer.install (at line 260 from tomcat 4.1.24 source) if (appBase.getCanonicalPath().equals(baseDir.getCan