• 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

Question about Struts + Weblogic(to the author)

 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have your book. I am wondering how to incorporate struts using Weblogic(instead of the tomcat approach explained in the book).
Let me know of any resources that can help me get going on that. There are some pointers in WEblogic site that are more geared towards weblogic portal compared to the actual server.
Kishore.
 
author
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kishore,
It does not make any difference whether you are deploying your web application to Tomcat or WebLogic.
In Tomcat, you drop the WAR file into webapps directory
In WebLogic 6.x you drop the WAR into bea\wlserver6x\config\mydomain\applications
In WebLogic 7.x and higher, the WAR is dropped into bea\user_projects\mydomain\applications by default.
If you use different domain names and different directories, just look for the directory pattern.
 
reply
    Bookmark Topic Watch Topic
  • New Topic