On 2002.02.26 23:33:56 -0500 Hiram Chirino wrote:
> 
> Ok, so you say it works, but then why are jars getting copied into deep 
> directory locations under the jboss/tmp directory?  Or is the njar thing 
> unrelated???

I would like to rely completely on njar and do no local copying, but I
think it won't work in windows due to zipfile bugs making it impossible to
read an overwritten jar.  I had to make a local copy into a unique file
name in order to avoid this.

The long paths are to help with security. njar also helps greatly, because
the number of packages to keep track of is the same as the number of
packages deployed.
> 
> Can you use the njar protocol in assigning security permisions??

yes, according to Scott.

Thanks
david jencks
> 
> Regards,
> Hiram
> 
> >From: David Jencks <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: [JBoss-dev] Long tmp deploy urls
> >Date: Tue, 26 Feb 2002 22:22:42 -0500
> >
> >On 2002.02.26 21:51:09 -0500 Hiram Chirino wrote:
> > >
> > > I thought that was what the njar protocol was soposed to help out
> with.
> > > Did
> > > it not work out??
> > >
> >It works great and is so clever, I love it.
> >
> >The long paths are to help identify what the copied package is more
> easily
> >for security manager permissions.  Having only the original copy rather
> >than unpacked copies of each subpackage makes this much easier also, I
> >believe.
> >
> >david jencks
> >
> > > Regards,
> > > HIram
> > >
> > > >From: Jason Dillon <[EMAIL PROTECTED]>
> > > >To: David Jencks <[EMAIL PROTECTED]>
> > > >CC: [EMAIL PROTECTED]
> > > >Subject: Re: [JBoss-dev] Long tmp deploy urls
> > > >Date: Tue, 26 Feb 2002 15:50:30 -0800
> > > >
> > > >Well, it would be nice to not need them... seems like there has to
> be a
> > > >better way to do this... what I don't know.
> > > >
> > > >Any way to trick java into thinking that the codebase is where the
> jar
> > > >orginated from?
> > > >
> > > >--jason
> > > >
> > > >
> > > >David Jencks wrote:
> > > >
> > > >>On 2002.02.26 04:31:22 -0500 Jason Dillon wrote:
> > > >>
> > > >>>These are murder when trying to debug something with deployment...
> do
> > > we
> > > >>>really need this?
> > > >>>
> > > >>>--jason
> > > >>>
> > > >>I think so.  They got longer so security permissions were 
> >determinable.
> > > >>They also let you predict where your deployment package will end
> up.
> > > Try
> > > >>putting jboss near the root of your filesystem;-)
> > > >>
> > > >>david jencks
> > > >>
> > > >>>_______________________________________________
> > > >>>Jboss-development mailing list
> > > >>>[EMAIL PROTECTED]
> > > >>>https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > >>>
> > > >>>
> > > >>
> > > >>_______________________________________________
> > > >>Jboss-development mailing list
> > > >>[EMAIL PROTECTED]
> > > >>https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > >>
> > > >
> > > >
> > > >
> > > >_______________________________________________
> > > >Jboss-development mailing list
> > > >[EMAIL PROTECTED]
> > > >https://lists.sourceforge.net/lists/listinfo/jboss-development
> > >
> > >
> > >
> > > _________________________________________________________________
> > > Chat with friends online, try MSN Messenger: http://messenger.msn.com
> > >
> > >
> > > _______________________________________________
> > > Jboss-development mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > >
> > >
> >
> >_______________________________________________
> >Jboss-development mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> 
> _________________________________________________________________
> Join the world�s largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
> 
> 
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to