• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

deploying JSP on weblogic

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I read the documentation and i found that he asked to place the JSP's in some applications\DefaultWebapps..
I could find some 4 applications folders in weblogic at different locations.
I placed my JSP in weblogic\samples\workshop\applications\Defaultwebapps
Is it the correct place?
Thanks for ur reply.
 
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 was just wondering how to make weblogic 7.0 work in Windows Me. Is it possible or its simply works only in Windows 2000 or windows Nt???
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by N Val:
Hi
I read the documentation and i found that he asked to place the JSP's in some applications\DefaultWebapps..
I could find some 4 applications folders in weblogic at different locations.
I placed my JSP in weblogic\samples\workshop\applications\Defaultwebapps
Is it the correct place?
Thanks for ur reply.


You should package and deploy a war (Web Archive) to your Domain. Typically, you place your wars and ears in DOMAIN_HOME\applications. For information on J2EE packaging and deployments see this link: Assembling and Configuring Web Applications.
Since your posts are very basic J2EE questions, I would recommend you go and pickup an intro J2EE book or at least a decent Servlet/JSP book. Things only get more complex from here.
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Val,
Check out the documentation over here
http://e-docs.bea.com/wls/docs60/quickstart/quick_start.html
This should get you started on Jsp's in weblogic.
 
Put the moon back where you found it! We need it for tides and poetry and stuff. Like this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic