RE: [JBoss-user] Simple Quick Question - how to change JSPs on the fly

2003-07-27 Thread Nimish Chourey , Tidel Park - Chennai
Title: RE: [JBoss-user] Simple Quick Question - how to change JSPs on the fly





How can a war file be deployed in a exploded way .. 



> -Original Message-
> From: Keene Hammond [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 25, 2003 9:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Simple Quick Question - how to 
> change JSPs on
> the fly
> 
> 
> Brian,
> You could deploy the ear file exploded into it's directory structure.
> -Keene
> 
> Brian McSweeney wrote:
> 
> > Hi all,
> >
> > Quick question. I’m deploying my app in an ear file.
> >
> > The jsps are contained in a war in the ear.
> >
> > If I want to change a jsp, currently I redeploy the ear.
> >
> > I am wondering if the actual jsps are available, unpacked in
> >
> > some directory where I could just change the jsp code on the
> >
> > fly.
> >
> > Thanks,
> >
> > Brian
> >
> 
> 
> 
> -
> The information contained in this message may be privileged, 
> confidential, and protected from disclosure. If the reader of 
> this message is not the intended recipient, or any employee 
> or agent responsible for delivering this message to the 
> intended recipient, you are hereby notified that any 
> dissemination, distribution, or copying of this communication 
> is strictly prohibited. If you have received this 
> communication in error, please notify us immediately by 
> replying to the message and deleting it from your computer. 
> 
> Thank you. Paychex, Inc.
> 
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet
_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





[JBoss-user] JAAS,Setting alternate Security domain

2003-07-13 Thread Nimish Chourey , Tidel Park - Chennai
Title: JAAS,Setting alternate Security domain 





Hi all ,



I have set up a security domain in login-config.xml as


    
   
 
   
    


To apply this to EJB my jboss.xml looks like this






  
    java:/jaas/Test


  
    
        HelloWorld
        HelloWorld
    
  



But I have some EJB's which should not be in this Security domain .
Say I have a bean called EchoWorld .. which can be called withour Authentication/Authorization . 
What settings should I do in jboss.xml ??


Any pointers , help is appreciated ..



Nimish