mahesh wrote:

> Hi Greetings!!!!!!
> I am woking in a project of  developing product  in JAVA/CORBA . We have
> already
> done the application part. Now we have to make the browser version of the
> project. We r using HTML-Servlet-CORBA for this purpose. Here we r facing a
> problem of ORB initialisation in servlet to contact the server. As
> ORB.init(String[],Properties) needs command line arguments, we dont know how
> to get that in servlet. Which servlet class accomplish this. If u could
> provide some guidance on this or any site address from where I can get
> enough info, I will be very thankful to u.
> looking forward
> thanks and regards
> Mahesh V. C
> Software Engineer,
> Transformation Systems,
> 140,Marshall's Road,
> Egmore,
> Chennai - 600 008;
> Phone: 044-8526077 - 108(ex)
> 044- 4813555 - room no-33(res);
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Hi Mahesh

I think only way to pass any information to a servlet is through ServletConfig
object.  You will have to put these information through servlet's properties
file.   In case of websphere you can specify init parameters through the GUI
console itself.
Does this help?


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Volume in Drive C:  TOO_LOUD!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ashwath Narayan A
Torry Harris Business Solutions
Member - Software Engineering Services
Sona Towers, # 71, Millers Road
Bangalore - 560 052, INDIA
Tel: (+91-80) 2097511 Fax: (+91-80) 2259833
web: www.thbs.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to