Hi!
I'm using weblogic(sp6) with Struts and the WebAppStartup class, which was
posted in the struts-user list.
My problem is, that i want to use the weblogic property
"weblogic.httpd.defaultWebApp", so my problems with the context path would
vanish (and i would like to have this webApp in the root of the server). But
unfortunately the WebAppStartup.class needs as a parameter the virtualName
of the webApp, which does not exist...
The source of WebAppStartup uses "ServletContextImpl servletcontextimpl =
servletcontextmanager.getContext(s1);" to find the jsp pages which should be
precompiled. Unfortunately the servletcontexmanager is not documented in the
API-Doc, so i need some advise here....
Any hints? Sorry, if this is wrong mailing list, but i found the source of
WebAppStartup here and it seems that there more weblogic users.
Thanx
Andre