• 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

Starting Weblogic server fine in Eclipse, but seems like project not being deployed.

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't for the life of me figure out what's going on (and I bet at the end it's a really silly mistake)!

So I have an EAR project (with an EJB and Web project enclosed in it) assigned to my weblogic server. I can start/stop it all fine with no errors...but when I try to get to the index.jsp file using the URL: http://localhost/<project name> (it's in my welcome tag in my web.xml) I get the 404 error. It was working before perfectly, then one day it just did all this and has been doing this since. It's weird because I don't think I've played around with any settings since. Here is the log I get from starting up the server, if there's any more info needed, please let me know, thanks:

 
A teeny tiny vulgar attempt to get you to buy our stuff
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