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
