[wsas-java-dev] Websphere, WSAS and Servlet, Filter Loading
Afkham Azeez
azeez at wso2.com
Mon Aug 20 06:45:41 PDT 2007
That's great news. This mean that WSAS has been successfully tested on
Tomcat, JBoss, Geronimo, WebLogic & WebSphere. We would greatly
apreciate it if you could write a tutorial, listing down the steps
needed for successfully installing WSAS on WebShere.
Thanks
Azeez
Upul Godage wrote:
> Hi,
>
> WSAS was installed successfully in WebSphere 6.1 in Windows XP.
>
> Admin console worked perfectly and Echo service etc. using Try It
> feature worked fine.
>
> Upul
>
>
> On 8/20/07, *Afkham Azeez* < azeez at wso2.com <mailto:azeez at wso2.com>> wrote:
>
> Upul Godage wrote:
> > Hi,
> >
> > Just an update.
> >
> > I updated the phases from the working standalone server in the local
> > machine for now. MainServlet initializes without any errors. WSAS
> > starts fine, seen from the logs.
> >
> > Login page loads fine. But login fails with "XmlHttpRequest
> permission
> > denied". There is a missing 'global_params.js' in
> > /wsas/modules/www/extensions/core/js.html. I could not find the file
> > anywhere. When JavaScript was debugged, the URL used by Ajax
> calls have
> > a lot of 'undefined' parts. May be because of params file.
> >
> >
>
> The global_params.js file is not required to be in physical existence.
> When a request for this particular file is received, the
> AdminUIServletFilter will inject the contents of this file. However, in
> the case of WebSphere, it check for the physical exitence of the file
> first, before handing down the control to the filter. Since the
> global_params.js file is not in the file system, WebSphere throws a
> FileNotFoundException. IMHO, this is a WebSphere bug. However, to make
> WebSphere happy, I'm including an empty global_params.js file in the
> Admin UI framework.
>
> > Also on a side note, docs link in the login page looks for docs/*
> in the
> > war file. But there was no docs directory in the war that was
> generated
> > for me.
> >
> I'll look into this.
>
> > Upul
>
> _______________________________________________
> Wsas-java-dev mailing list
> Wsas-java-dev at wso2.org <mailto:Wsas-java-dev at wso2.org>
> http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Wsas-java-dev mailing list
> Wsas-java-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
More information about the Wsas-java-dev
mailing list