Ehh? Sorry, but my examples contain a whole bunch of jsp pages. Make a war (like a jar) from your jsp pages, copy it to the deploy directory of the JBoss server watch the server stack if everything runs fine, access your app as described below. If this does not help - go and read about how to code jsp pages. Regards, Burkhard ----- Original Message ----- From: "Yelamanchilli RamaKishore" <[EMAIL PROTECTED]> To: "Burkhard Vogel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 1:26 PM Subject: Re: [JBoss-user] how to run JSPs in JBoss
> Thanks for the response. I still don't understand how to run JSPs. Example, > tomcat-test.ear explains how we can work with servlets and EJBs. Can you > please explain me how we can run JSPs. > > Thanks > > Kishore > > At 08:59 PM 5/13/2002 -0500, Burkhard Vogel wrote: > >Hi, > >Use any of the available embedded versions of JBoss (2.4.5+Tomcat, > >2.4.5+Jetty, 3.0(which uses Jetty), 3.0+Tomcat), start them with the > >run_with_xxx.sh/bat script from the bin dir. Drop your web application in > >the deploy dir, access your app at > >http://localhost:8080/<your-war--name-here>/ or use the WEB-INF/web.xml to > >specify your own context. The JBoss+Tomcat distributions usually come with a > >tomcat-test.ear which can be accessed at http://localhost:8080/jboss/ (at > >least at my rather old 2.4.3 distro) > >Regards, > >Burkhard > >----- Original Message ----- > >From: "Yelamanchilli RamaKishore" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Monday, May 13, 2002 1:11 PM > >Subject: [JBoss-user] how to run JSPs in JBoss > > > > > > > Hello, > > > > > > Seeing the documentation, I figured out web server will be running on port > > > 8082 by default. When I try http://localhost:8082/, I get an internal > > > error(null pointer). I couldn't figure out what's the default directory > > > from where JSPs will be picked up by the server. Can you please provide me > > > a doc how I can run JSPs in JBoss? Thanks in advance. > > > > > > Thanks > > > > > > Kishore > > > > > > > > > _______________________________________________________________ > > > > > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > > > the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] > > > _______________________________________________ > > > JBoss-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
