| Author |
WAS 6.0.1 Application Problem
|
|
| Michael Burmeister 2005-05-16, 7:49 am |
| I have an application that I moved from WAS 5 that is set to startup when
WAS starts up. Under WAS 6 these applications do not auto start anymore.
Is this a new feature?
| |
| Ken Hygh 2005-05-16, 5:57 pm |
| Michael Burmeister wrote:
>I have an application that I moved from WAS 5 that is set to startup when
>WAS starts up. Under WAS 6 these applications do not auto start anymore.
>Is this a new feature?
>
>
>
>
You have an enterprise application that doesn't start up when the server
starts? Or something else?
Ken
| |
| Michael Burmeister 2005-05-16, 5:57 pm |
| I have a servlet set to load at startup with a load order of -1. On WAS 5
this servlet starts up and calls the init method on the servlet. On WAS 6
the application starts but does not load the servlet.
I have found that changing the load order value to something other than -1
does cause the servlet to be started on WAS 6.
It looks like a feature.
Michael
"Ken Hygh" <kenhygh@nc.rr.com> wrote in message
news:d6a7j1$15sc$2@news.boulder.ibm.com...
> Michael Burmeister wrote:
>
> You have an enterprise application that doesn't start up when the server
> starts? Or something else?
>
> Ken
| |
| Ken Hygh 2005-05-16, 5:57 pm |
| Michael Burmeister wrote:
>I have a servlet set to load at startup with a load order of -1. On WAS 5
>this servlet starts up and calls the init method on the servlet. On WAS 6
>the application starts but does not load the servlet.
>I have found that changing the load order value to something other than -1
>does cause the servlet to be started on WAS 6.
>It looks like a feature.
>
>Michael
>
>"Ken Hygh" <kenhygh@nc.rr.com> wrote in message
>news:d6a7j1$15sc$2@news.boulder.ibm.com...
>
>
>
>
>
>
conceivably it's the new servlet spec.
Ken
|
|
|
|