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]

Reply via email to