• 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

Context path stripped from deployed app

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm getting a really strange problem in WebLogic 8.1 SP 3 on RedHat Enterprise Linux. I built and deployed my app as a war file using the WebLogic console. The console reports "success"

but when I went to the "testing" tab the URI of the app is given as:

http://localhost:7001//

Note the two slashes and no context root.

When I try to visit the app in a browser I get a 404 error.

Can you offer any troubleshooting suggestions?

I deployed the same war file on a Tomcat 5.5.9 server and it works fine, so I know the code is valid.

I tried adding a <context-root> element to weblogic.xml, but the produced the same result.

Thanks,

JM
 
Climb the rope! CLIMB THE ROPE! You too 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