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

What is the effects when i've installed Metro on GlassfishV2?

 
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends..

I'm new to Metro..
Currently, i've installed Metro on GlassfishV2 through ant script shipped in Metro distribution..
but the Metro and Glassfish is in separate directory..
the glassfish is installed in C:\Program Files\Glassfish-V2
and the Metro is installed in C:\metro

actually, what's the effects when i've installed Metro on GlassfishV2?
and do i still have to deploy my JAX-WS in application in Glasfish's domain?..
so, what's the Metro's usage?..

Sorry, i'm still confuse..

Thanks in advance..

 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Take a look at this webpage: https://metro.dev.java.net/2.0-ea/docs/install.html It describes how to install Metro in GlassFish.
If you only have achieved a separate Metro directory, then you basically have just unpacked the Metro download and not installed it in GlassFish.
The effect of installing Metro in GlassFish is basically not discernible, unless you use some feature specific to the version of Metro that you installed, which I assume is newer than the one already present in GlassFish.
Since Metro is already present in GlassFish when you download it, there is nothing you need to change concerning the process you use when developing and deploying a web service to GlassFish.
 
Leonardo Carreira
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ivan for your reply..

I've followed the instruction in that webpage..
My glassfish installation directory and Metro installation directory is in different directory...
the glassfish is installed in C:\Program Files\Glassfish-V2
and the Metro is installed in C:\Metro

and i've ran this task..



but the Glassfish and Metro is still in separated directory..
is Metro installed correctly in Glassfish should included in Glassfish directory?..
have i installed it correctly?..

Please correct me if i'm wrong..
Thanks..
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

but the Glassfish and Metro is still in separated directory.


Not all parts of Metro have their place in the GF directory. I would guess that some parts of Metro did get installed in the GF installation.

have i installed it correctly?


Do the Metro features work?
 
Ivan Krizsan
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
If you followed the instructions on the webpage for which I provided a link, then Metro has been installed into GlassFish and you can delete the Metro directory that is outside of the GlassFish installation directory.
Best wishes!
 
Leonardo Carreira
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ulf and Ivan for your response and your attention to my post..
 
reply
    Bookmark Topic Watch Topic
  • New Topic