Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5934335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:05:58+00:00 2026-05-22T15:05:58+00:00

Iam trying to develop a web application, where when a button is clicked the

  • 0

Iam trying to develop a web application, where when a button is clicked the servlet has to be started with some command line arguments. This is required as the servlet class runs a corba client. The servlet class cannot invoke the corba client without these command line arguments ” -ORBInitialHost xxx.xx.xx.xx -ORBInitialPort 1050” where x’s are the ip address.The program runs fine when i execute it as a standalone java application with the following command “java HelloClient -ORBInitialHost xxx.xx.xx.xx -ORBInitialPort 1050“

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:05:59+00:00Added an answer on May 22, 2026 at 3:05 pm

    You need to create your ORB and pass it those parameters as Java Properties. Something like:

    ...
    Properties props = new Properties();
    props.add("org.omg.CORBA.ORBInitialHost", httpServletRequest.getParameter("initialHost"));
    props.add("org.omg.CORBA.ORBInitialPort", httpServletRequest.getParameter("initialPort"));
    ORB orb = ORB.init(null, props);
    // do some work with your ORB
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to develop an application that displays lines of path of travel
I have been trying to decide if my web project is a candidate for
This problem has been bothering me for sometime now, I have not settled on
I am trying to develop a FLUD style list of Panels by Sencha Touch.
I am trying to develop Help Bar in HTML for which i am using
I am trying to develop a bilingual site based on WordPress (bilingual sites in
I am trying to write an MVC webpage that has two drop down lists.
I am trying to upload data from my Android app to my Drupal website.
I hope you can help me. First, I'd like to tell you I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.