• 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

Lomboz server definition file for JBoss 4.0.0DR4?

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm working through the excellent tutorial at TUSC but I'm stumped at the very beginning because Lomboz doesn't come with a JBoss 4 .server file. Using JBoss 3.2.1 is not an option for me because I *must* support JSP 2 (which requires Tomcat 5).

I'm wondering if anyone out there has modified the jboss321.server file so that it works with jboss4 and would be willing to share.

Thanks so much!
 
Josh Rehman
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Things are almost working. Lomboz seems to want a jar file called "jboss-boot.jar" under jboss/lib. Nothing similiarly named seems to exist there, or else I would try that out.
 
Josh Rehman
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The symptom is that when I right-click on the server name in the "Lomboz J2EE View" in Eclipse, and click "Debug Server", nothing happens. According to the tutorial, some output should appear in the Console view.
 
Josh Rehman
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, so I added jboss-common.jar to the server section, ran into a problem where dom4j.jar was missing, added it, and now Lomboz is working. I have a working .server file for JBoss4 under windows!

Moderator: would it be appropriate to post here? Or should I post it on my site and just link to it? Thanks.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
Now iam working with eclipse2.1, Lomboz 213, tomcat 4.1 & JBoss 4.0
When i tied to create a Lomboz J2EE, is says an error that the jboss-boot.jar is not found
What should i do to rectify it?


Sangi

sangi_adisekaran@yahoo.com
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic