• 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

Problem with java-rmi.cgi

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!

I know this might not be the correct thread but i give it a try.

My problem is that i can't get my RMI http-to-cgi connection to get going.
My client is running behind a restricted firewall with only HTTP 80 open.
My server is not behind any firewall.

Everytime i'm trying to connect to my webserver it says this:



In my apache error log it says:



In my access log it says:




I've set my socket factory like this:



And my java-rmi.cgi script looks like this:




I can't figure out why i get HTTP 500 everytime...

Maybe my script?
My AUTH_TYPE and QUERY_STRING is always empty, but i do get remote host and port and server.

EDIT: I tried the script in my web browser and it works fine. Doing what it's supose to do. Anyone here that know anything about the java-rmi.cgi script?
Help please!
 
Bartender
Posts: 1558
5
Eclipse IDE Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Welcome to CodeRanch!

Its nice to see that you are using code tags in your first post itself!

As this question is more specific to RMI-CGI (and not 'Java in General'), I'm moving it to 'Distributed Java' forum.

You can CarefullyChooseOneForum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic