• 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

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:

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic