javax.naming.Context ctx = new InitialContext();
   ApplicationAdministrator admin =
(ApplicationAdministrator)ctx.lookup("java:comp/Administrator");

then print out admin.getDisplayName( ) might be what you're after ???


----- Original Message -----
From: "Wayne Franklin" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, July 14, 2001 5:30 AM
Subject: Application Name


> Is there a way to query the application name from JSP?
>
> I apologize if this message is a duplicate.  I sent one several hours ago
> and it hasn't showed up yet.  I don't know if this is normal for list
> servers.
>
> Wayne Franklin
> Marathon Innovations, Inc.
>
>
>
>


Reply via email to