Yes, that example applies only for the default web app.  If you define
your own application, the URL is going to be dependent upon where you bind
the web application and the servlet configuration.



-matthew porte

On Fri, 1 Jun 2001, [EMAIL PROTECTED] wrote:

> Is that URL for accessing servlet only applies to default web app? If I
> define my own application, what is the URL for accessing servlet?
> 
> Chris
> 
> -----Original Message-----
> From: Jeff Hubbach [mailto:[EMAIL PROTECTED]]
> Sent: June 1, 2001 9:12 AM
> To: Orion-Interest
> Subject: Re: how to run jsps and servlet on orion?
> 
> 
> If you put all of your classes in the META_INF/classes directory at the root
> of your application directory, then you can access your servlets (that are
> in the META_INF/classes directory, as well as any other folders necessary to
> satisfy the package name) by going to
> http://yourhost/servlet/fullyqualifiedservletname. eg.
> www.foo.com/servlet/com.mypackage.MyServlet
> 
> EJBs are a little more tricky, so I suggest you read through some of the
> documentation on www.orionsupport.com, try to do some of the walk-throughs,
> and if you have any questions/problems, then bring them to the list.
> 
> Jeff.
> 
> Hasan wrote:
> 
> > i built the app using jbuilder and inprise. i was confused about where to
> > put my jsps, beans, servlets, and ejbs when trying to run it on orion.
> >
> > i have got the answer for running the jsps. i have to copy the tools.jar
> > into the orion directory and to put the jsps in the my application
> > directory.
> >
> > but, i still dont know how to run the servlets, and where to put the
> > servlets, beans, and ejbs.
> >
> > btw, where can i find the guidance for all the attributes used in the xml
> > files used by orion, like security, welcome- file, servlet mapping, etc?
> >
> > thanks
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Hubbach
> > Sent: Thursday, May 31, 2001 11:08 AM
> > To: Orion-Interest
> > Subject: Re: how to run jsps and servlet on orion?
> >
> > Can you give a little more info? This is very vague...
> >
> > Jeff.
> >
> > On Thu, 31 May 2001 08:52:53 +0700
> > "Hasan" <[EMAIL PROTECTED]> wrote:
> >
> > >i have created a simple web app (only using jsps). but orion didnt want
> > to
> > >run them.
> > >
> > >any advice to solve it?
> > >
> 
> --
> Jeff Hubbach
> Internet Developer
> New Media Designs, Inc.
> www.nmd.com
> 
> 
> 
> 
> 


Reply via email to