This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Chapter 3 and JBoss

 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was using JBoss before I got the book, and was happily deploying applications with Eclipse and the Lomboz plug-in... working great.

But I wanted to "hand-deploy", as suggested in the book. So I started on that little project. I can put the static page out there and hit it okay, and I've got the WEB-INF folder in the right spot, with the web.xml file in there, but JBoss seems to be ignoring it:



I know I could deploy this with Lomboz, and it would work, but I wondered if anyone knew what JBoss tinkering is required, since it apparently doesn't just find it (yes, I did restart the server, and it still doesn't find it).

By the way, I tried to get to the documentation on the JBoss web site, but after I bared my soul to them, with numerous required fields and marketing questions, it sends me to a blank page if I try to log on to view the doc there. But I'm just whining now ;-). Really, I'd rather just have some wise person here tell me the trick to JBoss hand deployment.

--Dale--
[ September 17, 2004: Message edited by: Dale Seng ]
 
Dale Seng
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Answering my own question here...

If I put it in a jar file, it found it.



[ September 17, 2004: Message edited by: Dale Seng ]
[ September 17, 2004: Message edited by: Dale Seng ]
 
Bring me the box labeled "thinking cap" ... and then read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic