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

JBoss & Tomcat integration - endless problem

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is JBoss and Tomcat's integeration just a joke
or does it really work?
Again I downloaded the newest release of JBoss/Tomcat distribution and after installing it gives that error:
HTTP Status 500 - No Context configured to this request comes.
Just invoking URL http://localhost:8080 and nothing works!
So, are there any template configuration files or is this compination just a garbage....
(My 5 th times and nothing works)
br mila
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It works fine. There is just no default web context configured for that address. To verify your installation is correct, start up JBoss and go to http://localhost:8080/jmx-console
Wayne
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeps, there is no 'quick documentation' that would
say straight that do not deploy your war-files to Tomcat's webapp-directory!
So, my "problem" was gone when I deployed wars to
Jboss's deploy-directory.
Yes, this sounds stupid but ... anyway
Br
mikla
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But no one has replied to answer, what to do with that page?, how to redirect to a valid web application? or which servlet or jsp is tried to be called?
for example
http://localhost:8080 <<<< ugly HTTP error 500 to redirect to:
http://localhost:8080/MyApplication

Please help!
Regards
"Monte de Venus oloroso"
 
I love a good mentalist. And so does 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