Re: [JBoss-user] jsp only

2001-06-22 Thread Allen fogleson

The advantage of the ear file is setting the context root of course but
other than that I agree a war file would work fine.

Al

- Original Message -
From: Tahir Awan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 22, 2001 10:01 AM
Subject: RE: [JBoss-user] jsp only


> you better just create the .war file as there is no need to have .ear
file.
> Tahir
>
> > -Original Message-
> > From: Richard Bottoms [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, June 22, 2001 4:49 AM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] jsp only
> >
> >
> > Can someone do a simple JSP only app deployed using an .EAR
> > file. I want to
> > deploy an .EAR file with only JSP pages in it, no calls to
> > EJB's or page
> > redirects.
> >
> >
> > Thanks,
> > r.b.
> >
> >
> >
> >
> >
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] jsp only

2001-06-22 Thread Tahir Awan

you better just create the .war file as there is no need to have .ear file.
Tahir

> -Original Message-
> From: Richard Bottoms [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 22, 2001 4:49 AM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] jsp only
> 
> 
> Can someone do a simple JSP only app deployed using an .EAR 
> file. I want to
> deploy an .EAR file with only JSP pages in it, no calls to 
> EJB's or page
> redirects.
> 
> 
> Thanks,
> r.b.
> 
> 
> 
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jsp only

2001-06-22 Thread Per Lewau


On Fri, 22 Jun 2001, Richard Bottoms wrote:

> Can someone do a simple JSP only app deployed using an .EAR file. I want to
> deploy an .EAR file with only JSP pages in it, no calls to EJB's or page
> redirects.

Just create an ear file with only web modules. An Enterprise ARchive does
not have to contain EJB jars. The JSPs must be packed in Web ARchives
though. The application.xml file could look something like the one below.


 
  
   MyJSPs.war
   SomeContextRoot
  
 


---
Per Lewau ([EMAIL PROTECTED]) 

"Why waste time learning, when ignorance is instantaneous?"
- Hobbes


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] jsp only

2001-06-22 Thread Richard Bottoms

Can someone do a simple JSP only app deployed using an .EAR file. I want to
deploy an .EAR file with only JSP pages in it, no calls to EJB's or page
redirects.


Thanks,
r.b.





___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user