• 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:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

Weblogic8.1 and myeclipse

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am trying to start the weblogc from myeclipse and in the process it gives lots of warnings.
Now after this when I type in the following address in the browser:
http://localhots:7001/console
, I get a reply of "Page not found".
I do not know what I am missing??
I had few of my sample projects working but after a recent reinstallation of weblogic I am facing this problem.
Do I have to change anything in myeclipse/weblogic after the reinstallation?
Help is appreciated.

Thanks all in advace
Sulbha
 
Sulbha Jan
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To be more precise to the above doubt, here is some more explaination

When I start weblogic from myeclipse
it gives me lots of warnings # 141107, -140005, 170019 ,101248, 101304 and lots other .....
also
org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
org.apache.struts.util.PropertyMessageResources
<init>
But in the end i do get the message :<Thread "ListenThread.Default"
listening on port 7001, ip address *.*>
But later when in the browser i type :http://localhost:7001/console ..
its giving page not found msg

Also the project i deployed from myeclips are not shown under
>deployment>application list
I can externally start weblogic ...
but not sure why its not working when i do it from myeclipse which was running fine untill i reinstalled weblogic.
 
Sulbha Jan
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also after reinstalling my weblogic, when i tried to deploy my applications
(which were working fine before reinstallation of weblogic)i am getting an
error saying that
Deployment descriptor "web.xml" is malformed. Check against the DTD:
org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of
element 'web-app'. (line 6, column 52).>


I did check web.xml which looks fine to me .
I am pasting the web.xml file below


Please help me

[ July 21, 2006: Message edited by: Sulbha Jan ]
[ July 21, 2006: Message edited by: Sulbha Jan ]
 
Dinner will be steamed monkey heads with a side of tiny ads.
The new gardening playing cards kickstarter is now live!
https://www.kickstarter.com/projects/paulwheaton/garden-cards
reply
    Bookmark Topic Watch Topic
  • New Topic