• 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

deploy in weblogic 8.1

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to everyone,
i am doing enhancement of struts application. I compiled struts application successfully in eclipse 3.1.2 and java 1.4.
Mydirectory structure is
src
weroot->WEB-INF
classes
webroot->jsp pages
Now i have to deploy application in weblogic 8.1.
present application for which one i am doing enhancement is running in weblogic 8.1.
I have to deploy same application with different name without disturbing present running application.
Please instruct us how can i deploy...wht do i need to change?
Do i need to change context root ,if that is the case then how to change context root.
please see my weblogic.xml
<!DOCTYPE weblogic-web-app PUBLIC
"-//BEA Systems, Inc.//DTD Web Application 6.1//EN"
"http://www.bea.com/servers/wls610/dtd/weblogic-web-jar.dtd">
<weblogic-web-app>
<description>WebLogic Descriptor</description>
<session-descriptor>
<session-param>
<param-name>
CookieName
</param-name>
<param-value>
PRISIMSESSIONID
</param-value>
</session-param>
</session-descriptor>
</weblogic-web-app>


I want to run the application on server(can i run with different port number)

[ December 29, 2008: Message edited by: ravitalari srinivas ]
[ December 31, 2008: Message edited by: ravitalari srinivas ]
 
ravitalari srinivas
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If i deploy application with differentname.war in weblogic,then it will work or do i need to change anything.

how many applications can i deploy in weblogic..............
 
reply
    Bookmark Topic Watch Topic
  • New Topic