• 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

Apache and weblogic8.1SP1 communication

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
i am trying to migrate our web application from weblogic5.1 to weblogic 8.1.
We have both apache and weblogic5.1 running on Windows2000 server, with apache as webserver, and weblogic as application server. And, I have a JSP/Servlet project deployed on weblogic.
I converted the weblogic.properties file to respective web.xml and weblogic.xml files.
But when m trying to run my application with both the servers On, it gives the following error-"Error 404--Not Found"
Can someone help me on this. Its URGENT!!!
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
weblogic.properties file has nothing to do with the web.xml and weblogic.xml
You should update the config.xml file in WL 8.1 installation with the details from weblogic.properties file. However I will suggest not tweaking the config.xml file manually, deploy your war file in WL 8.1 using hot deployment.
I believe WL 8.1 admin console provides user friendly ways to check whether the web application is properly deployed or not.
Let me know if you need more details.
reply
    Bookmark Topic Watch Topic
  • New Topic