• 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

connect to glass fish server

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Connect to glass fish server
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "connect"? For purposes of administering it? Or accessing a web app or some other service it provdes? If so, which one?
 
sheena mathew
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just started learning J2ee. I have glass fish installed in a computer. My application is another machine. I want to my applicaton to run on glass Fish .How can i achieve this?
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you have an application of some kind that runs on machine A, and you want to have that run on GlassFish which is installed on machine B; is that correct? If so, what kind of application is this? On what kind of server is it running on? What kind of access do you have to machines A and B - shell access, shared file system, some other way?
 
sheena mathew
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi
Thank you for your response. The machines A and B are connected in LAN. production server installed on Machine B. The application is developed using J2ee.
could you refer some resources i could look at ? I am totally new to j2ee and i don't know how to get started to create my web appilication.

Thanks
sheena
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The GlassFish documentation is here, organized by released versions: https://glassfish.dev.java.net/docs/index.html#doc_project. The "Quick Start Guide", "Application Development Guide" and "Application Deployment Guide" sound particularly relevant.

If you've never developed a web app, then I'd advise to get a good intoductory book, such as Head First Servlets & JSP.
 
sheena mathew
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks !!!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic