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

failure in WAR deployment on weblogic 5.1

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I created a WAR file and am trying to deploy it on weblogic 5.1(running on Windows 2000 box).As per procedural steps ,I created a WAR file consisting of an html page ,a servlet class file and a web.xml file as per J2EE rules.I copied the WAR file in the /weblogic/myserver directory.Also I made an entry in weblogic.properties file "weblogic.httpd.webApp.testApp=F:/weblogic/myserver/TestApp.war"
Inspite of all these ,while I restart the weblogic server ,It throws an error telling "Cannot find F:/weblogic/myserver/TestApp.war file" and another error that :web.xml is referring to an Servlet 1.2 Specifications.Please make it refer to Servlet 2.2".I checked the file is present in the required direcoty itself.Can somebody help me out on this issue.
Thanx in Advance,
Jiby
[email protected]
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately Jibby, this is a forum on Oracle, so we can't really help you with Weblogic.
On another note, I notcied that this is a duplicate post from the web services forum. Actually both forums aren't the best forums to post this question.
I am going to move this thread to the Weblogic forum, you will get much better responses there.
Thanks and welcome to JavaRanch.
Mark
 
Yeah, but is it art? What do you think tiny ad?
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic