users@glassfish.java.net

RE: Aministration console shows wrong or incomplete dialogue

From: Martin Gainty <mgainty_at_hotmail.com>
Date: Thu, 22 Nov 2012 19:53:21 -0500

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

Martin
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.

> From: AJunius_at_internode.com.au
> To: 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