J
John Smith
I am trying to embedded tomcat in my application. It works okay but i have a
problem at startup. Running in normal tomcat when you start the server, all
requests for pages to our application context wait until the context is
loaded and are then displayed. With the embedded tomcat the user just gets
back a blank page, is if the request are not being held back until the
context has finished loading, how can I make it wait.
Jon
problem at startup. Running in normal tomcat when you start the server, all
requests for pages to our application context wait until the context is
loaded and are then displayed. With the embedded tomcat the user just gets
back a blank page, is if the request are not being held back until the
context has finished loading, how can I make it wait.
Jon