• 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

How to configure a web application in a local machine?

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,


In my project i have a web application running on a weblogic application server. This has been configured in our development server.

Now i have an assignment , needing to configure the same web application in my local system.

I have created a domain, able to run the application , but not fully. I have problems in connecting to the server for fetching certain details.

Can anyone please let me know, what all informations needed to be considered for configuring the same application in my local system.

What all changes i need to make for the application to run in my local system as it is running in the development server.

Thanks in Advance.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Without knowing exactly what prerequisites you have for your application, I'm afraid we're in the dark.
Your best bet is to go through the server configuration and make sure you've accounted for all the resources (JDBC pools, JNDI resources, security realms, JMS topics, etc.).
 
Is that a spider in your hair? Here, threaten it with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic