War file --> Service Unavailable

Repository of web frameworks and applications for Microsoft IIS.
User avatar
Posts: 1
Joined: 10 Aug 2012, 06:41

War file --> Service Unavailable

10 Aug 2012, 07:21

Hi,

I followed the Deploying Java Servlet applications on Windows with IIS instructions but I can not get it to work.
What did I do:
I installed the Java Hosting Package
I created a new website on IIS pointing to C:\inetpub\wwwroot\Symbology (DefaultAppPool)
I copied the war file in C:\inetpub\wwwroot\Symbology
I created the web.config using the text provided in the instructions (see below)
I gave the IIUSR modify permissions on C:\inetpub\wwwroot\Symbology

Result:
Service Unavailable
HTTP Error 503. The service is unavailable.

I hope someone can help me.

Thanks,
Sascha

Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <system.webServer>
    <heliconZoo>
      <application name="jetty.project" >
        <environmentVariables>
          <!-- Uncomment line below if you want to set contexts directory -->
          <!--  <add name="CONTEXTS_DIR" value="%APPL_VIRTUAL_PATH%" /> -->

          <!-- Optional variables: -->
          <!-- <add name="CONTEXT_PATH" value="%APPL_VIRTUAL_PATH%" /> -->
          <!-- <add name="WAR_EXTRACT_PATH" value="%APPL_PHYSICAL_PATH%" /> -->

          <!-- A WAR file or start directory to run -->
          <add name="WAR_FILE" value="Symbology.war" />
        </environmentVariables>
        </application>
    </heliconZoo>

        <handlers>
          <add name="jetty.project#x86" scriptProcessor="java.jetty"
            path="*" verb="*" modules="HeliconZoo_x86"
            preCondition="bitness32" resourceType="Unspecified"
            requireAccess="Script" />
          <add name="jetty.project#x64" scriptProcessor="java.jetty"
            path="*" verb="*" modules="HeliconZoo_x64"
            preCondition="bitness64" resourceType="Unspecified"
            requireAccess="Script" />
        </handlers>
  </system.webServer>
</configuration>

User avatar
Posts: 402
Joined: 06 Mar 2012, 11:59

Re: War file --> Service Unavailable

10 Aug 2012, 13:09

The error returned is from Jetty server, not from Helicon Zoo module. So it seems like Helicon Zoo worked correctly, but the application returned an error. You can try to check log files by setting ERROR_LOG_DIR environment variable.

User avatar
Posts: 27
Joined: 04 Dec 2012, 21:06

Re: War file --> Service Unavailable

17 Dec 2012, 22:57

You may also want to contact Jetty on their end.

Return to Helicon Zoo

Who is online

Users browsing this forum: No registered users and 17 guests