• 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 IIS with JRUN

 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Has anyone ever tried to IIS 6 with a JRUN7 update 7? I noticed in JRUN's 'web configuration tool' the ISAPI filter does not appear. From the steps shown here :http://livedocs.adobe.com/jrun/4/Installing_JRun/servconf5.htm it shows a tick on hte ISAPI filter. I do not have that option here.....


anybody ever encounter this?

 
Ali Khalfan
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
think it's related to IIS and windows 2003 more than anything else

but manually is the best way

http://kb2.adobe.com/cps/195/tn_19575.html#iis6
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am trying to integrate application server JRun 3.1 which resides on intranet with IIS 6.0 residing on DMZ server (outside the network).Already I have a configuration like this on a different location, so basically I am just replicating the configuration, but somehow not getting it done.

The issue is when I hit the IIS server(on dmz) say , www.iisserver.com(accessing outside the network) , it redirects(rewrites) to the 'URL' itself to JRun application server(say, www.jrunserver.com), instead it should get only the response from the jrun server and show it on the browser with the same url as entered earlier(dmz iis).

Below are the steps I followed(jrun and iis installed on both the servers):
1. Installed JRun connectors in IIS scripts folder on DMZ server(generating connectors from Jrun admin console on application server).
2. On app server , in Jrun admin console, changed 'listening address' and 'listening port' to DMZ server's ip and 54887(port) under 'external web server' of default jrun server.
3. restarted jrun and iis on both the servers.

now, When i hit the url of dmz server, i get redirected to app server, not sure what is wrong!!!

Need help urgently...
 
Rahul Sachdeva
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Need help urgently...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic