users@glassfish.java.net

(no subject)

From: Martin Gainty <mgainty_at_hotmail.com>
Date: Mon, 11 Feb 2013 20:27:47 -0500

Thanks for that Amy

<severely OT>
does Oracle have a support site for WL 9.2MP4 or any of the older 9.2.X distros</severely OT>

I'm looking at a port to this server situation but I need to locate original WL 9.2MP4 AppServer and get that running first

Thanks!
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.

 Date: Mon, 11 Feb 2013 09:55:55 -0800
From: amy.roh_at_oracle.com
To: users_at_glassfish.java.net
Subject: Re: create network listener


  
    
  
  
    
      
      You can use the create-http-listener subcommand to
      create a network listener that uses the HTTP protocol without
      having to first create a protocol, transport, or HTTP
      configuration. This subcommand is provided for backward
      compatibility and a shortcut, but it gives access to only a
      limited number of options.

      

      See

      http://docs.oracle.com/cd/E26576_01/doc.312/e24938/create-network-listener.htm#create-network-listener-1

      http://docs.oracle.com/cd/E26576_01/doc.312/e24938/create-http-listener.htm#create-http-listener-1

      

      On 2/11/13 9:39 AM, Glenn Holmer wrote:

    
    Is
      this command
      

      

      asadmin create-network-listener --protocol http-listener-1 ...
      

      

      equivalent to
      

      

      asadmin create-http-listener ...?