• 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

Configuring Eclipse with WebSphere 5.1

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need help with two things.

1)I need to compare WSAD 5.0 with Eclipse(including Lomboz plugin) and the features supported / not supported with these IDE's. Can any one help me with this.

2) I am trying to configure Eclipse 2.1.3 (including Lomboz) with WebSphere 5.1, for direct deployment. But i am unable to configure the variables. Can any one help me with this.

Thanks in advance.

Hari
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Were you able to deploy to Websphere using Lomboz? I was able to configure Lomboz for Websphere 5.0 and managed to get the functions Start Server, Stop Server and Deploy working but the deploy action does not seem to be doing anything.
What was the problem with configuring?
 
Hari Shankar Gentyala
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have loaded Lomboz plugin into eclipse and tried to deploy the application into WebSphere but not sure how to enter the parameters to start/stop WebSphere and also to direct deploy.

I can use Ant but i want to know if i can deploy directly some how to WebSphere.

Thanks,
Hari
 
Cindy Jones
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This might help in starting stopping and deploying to websphere. It worked for me:
1. Set jre to Websphere jre.
Window-Preferences- Java-Installed JREs
$WebSphereHome\AppServer\java\jre
2.Window-Preferences- Java-Compile -Compilance and Classfiles
Compiler Compliance Level - 1.3
3.Window-Preferences - Lomboz-JDK tools.jar:
$WebSphereHome\AppServer\java\lib\tools.jar
Please post a reply if you get farther than this!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic