• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Running JSP pages from JBoss

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to JBoss. Just downloaded ver 3.2.5 and still looking into some documentation. Can anyone please tell me how to run JSP pages from JBoss?
DO I have to have Tomcat also to run JSP along with JBoss?

Under which directory I need to place my JSP pages in JBoss to run.?

Thanks in advance.
Joseph
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no need 2 have Tomcat.
By Using JBOSS means,
first create a folder with extension .war in d deploy directory(Jboss/server/default/deploy).
for eg.Jboss/server/default/deploy/one.war/two.jsp
oki.
Then run the server by giving jboss/bin/sh run.sh in d prompt.
if u r using Linux server ,give these path in d terminal.
then execute d pgm by giving http://localhost:8080/one in d address bar of d browser.
ok . All d Best
 
The overall mission is to change the world. When you've done that, then you can read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic