• 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

Connecting JSP with COM component in IIS server

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have COM component in the form of .dll file that contains some methods. I have to call those methods from my JSP file through IIS server. My JSP file is in wwwroot directory. Where to put that .dll file and how to invoke methods which are available in that com component. I registered that component in MTS server but my jsp file not able to connect that component. Please any body reply to this.
My mail id: bbsrao@yahoo.com
with regards,
Subbarao.,
Hyderabad.
Thanks in advance.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well Bop' ,

I have used MTS with VB, and you need to give the Reference to the COM component. In JSP , whichever editor you are using, you can check if you can give any reference to the COM.Once registered with MTS, your COM becomes DCOM, so you just have to set the reference.
Hope this helps.

 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am moving this thread to Servlets and JSP forum.
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please note that The Java Ranch has a naming policy, described here and "Boppanas" is not a valid name.
Please choose one which meets the requirements.
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic