users@glassfish.java.net

RE: Aministration console shows wrong or incomplete dialogue

From: Andreas Junius <AJunius_at_internode.com.au>
Date: Fri, 23 Nov 2012 01:26:33 +0000

Actually, I'm after a workaround to make the console working properly. But it may simply be a bug anyway.

Cheers,
Andy

From: Martin Gainty [mailto:mgainty_at_hotmail.com]
Sent: Friday, 23 November 2012 11:23 AM
To: users_at_glassfish.java.net
Subject: RE: Aministration console shows wrong or incomplete dialogue

Andy

i assume you want the ability to create-virtual-server
http://docs.oracle.com/cd/E19798-01/821-1758/create-virtual-server-1/index.html

Martin



> From: AJunius_at_internode.com.au<mailto:AJunius_at_internode.com.au>
> To: users_at_glassfish.java.net<mailto:users_at_glassfish.java.net>
> Subject: Aministration console shows wrong or incomplete dialogue
> Date: Thu, 22 Nov 2012 01:05:17 +0000
>
>
> Hi All,
>
> I've two rest web services running on my Glassfish, one of them is also an EJB (to get the actual EJB's injected). If I go to Applications>app on the console, I see a wrong or incomplete dialogue for the web application with the beans:
>
> +----------------------------------------------------------------------+
> | Edit Application
> | Modify an existing application or module.
> |
> | Name: HFPublicChannel
> | Status: Enabled
> | Description:
> | Location: ${com.sun.aas.instanceRootURI}/eclipseApps/HFPublicChannel/
> | Libraries:
> |
> | Module [ejb, web]
> +----------------------------------------------------------------------+
>
> It's therefore not possible to set a different context root or another virtual server using the administration console. Is there any way to change it to what it should be (like the one below)?
>
> +----------------------------------------------------------------------+
> | Edit Application
> | Modify an existing application or module.
> |
> | Name: HFHomeChannel
> | Status: Enabled
> | Virtual Servers: server
> | Associates an Internet domain name with a physical server.
> | Context Root: /home
> | Path relative to server's base URL.
> | Description:
> | Location: ${com.sun.aas.instanceRootURI}/eclipseApps/HFHomeChannel/
> | Libraries:
> |
> | Module [web]
> +----------------------------------------------------------------------+
>
> Cheers,
> Andy