Hello all. I downloaded ServletExec6 to take a look at and am having some issues getting it working. I'm running this on Server2008/IIS7 32bit. Install went fine, mappings look like they were created, the scripts VD was created fine. I dropped a war file into the default webapp dir, and it shows up in the SE admin under the webapps. If I click on the link from there the app comes up fine. If I do a localhost/webappname it comes up fine. However if I do a www.abc.com/webappname it does not work and gives me this:
HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error Information Module IIS Web Core Notification MapRequestHandler Handler ISAPI-dll Error Code 0x80070002 Requested URL http://www.XXXXXX.net:80/Scripts/ServletExec_Adapter.dll Physical Path C:\inetpub\wwwroot\www.XXXXXX.net\Scripts\ServletExec_Adapter.dll Logon Method Anonymous Logon User Anonymous Most likely causes:
The adapter dll IS there and the IIS_USR has full rights to it so it's not that. From reading the docs it seemed like when you installed an app in SE it was then available to be called by any site on the server by appending the app name at the end. Am I interpreting this wrong? Am I missing something here? I'd really like to get this working so I can show some prospective users how well it works and maybe get them to use it but right now I can't do that. Hope to hear from someone soon. TIA all!