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 -classpath "C:\EmbeddedTomcat" EmbeddedTomcat

Any thoughts?

Thanks for the help,
Dave

----- Original Message ----- 
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 16, 2003 5:53 AM
Subject: RE: Starting EmbeddedTomcat



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?
That's an interesting mechanism.  Why not fire something from the a
ServletContextListener's contextInitialized event instead?

Anyways, if you need a real request, consider HTTPUnit.  It's easy.
http://httpunit.sourceforge.net/

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


---------------------------------------------------------------------
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