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

How to create new Web Application in Weblogic 8.1

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Could any one please tell me how to create new web application in weblogic 8.1 to work with jsp and servlet, as in tomcat where we can create our web applications folder inside tomcat's webapp folder and can start developing application.

Thanks
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
U can create New Application enter the new application path & name and set server home director to c:\bea\weblogic81\sample\domains\workshop.
The workshop will create the application with web project and depending upon project need u can add different projects to the application.
To change the server setting go to Tools - weblogic server - server properties.
 
Shaji Ravindran
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks for the response.

I think ur telling abt using some weblogic tool or IDE to create the new web application, but iam not using any tool or editor i just want to create it manually.

Thanks 4 the responses.
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shaji,
Hope you created a domain. If not please refer this web page.

Then deploy the application as a war file.

(log to weblogic console) select webapplication module ,then deploy a new
web application module.
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think, you can also copy the desired EAR/WAR file to applications folder in your server folder. WebLogic will detect any EAR/WAR files placed in the applications directory and automatically create a deployment item for it.
Please correct me if i am wrong.
Chet
 
Shaji Ravindran
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Thanks for the responses.

what i was asking was, is it possible to create a folder and make it the context root of the application , exploded format (not archived), and start with the development of the application and not to deploy it in the war or jar format??


Bye
 
sunitha reghu
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you can.
reply
    Bookmark Topic Watch Topic
  • New Topic