You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Steven Altsman <st...@gmail.com> on 2011/10/06 03:43:46 UTC

[ApacheDS] ads-httpConfFile

How do I use this to run my .war file?

I get

HTTP ERROR: 500

JSP support not configured
RequestURI=/subsonic/WEB-INF/jsp/login.jsp

Powered by Jetty://

Ibis redibis nunquam per bella peribis

RE: [ApacheDS] ads-httpConfFile

Posted by Steven Altsman <st...@gmail.com>.
Sounds like neither ApacheDS nor Subsonic knows what is going on here.  When
I dug through svn, I found this:

dn:
ads-serverId=httpServer,ou=servers,ads-directoryServiceId=default,ou=config
objectclass: top
objectclass: ads-base
objectclass: ads-server
objectclass: ads-httpServer
ads-serverId: httpServer
description: HTTP server
ads-httpConfFile: test.conf

but I can't seem to find test.conf anywhere.

-----Original Message-----
From: Steven Altsman [mailto:steven.altsman@gmail.com] 
Sent: Thursday, October 06, 2011 12:10 PM
To: users@directory.apache.org
Subject: Re: [ApacheDS] ads-httpConfFile

I suppose more to the point is I need to specify parametres to match what
ApacheDS is trying to start the war file with - such as

-Dsubsonic.host=${SUBSONIC_HOST} \
  -Dsubsonic.port=${SUBSONIC_PORT} \
  -Dsubsonic.httpsPort=${SUBSONIC_HTTPS_PORT} \
  -Dsubsonic.contextPath=${SUBSONIC_CONTEXT_PATH} \

Would that be a special attr in the ads-httpWebApp?

Ibis redibis nunquam per bella peribis



On Thu, Oct 6, 2011 at 10:45 AM, Steven Altsman <st...@gmail.com>
wrote:
> Hmm, the log for the war (subsonic.war) keeps saying "Can't delete 
> port mapping."  It wants 4040 but the transport for the http server 
> can be should be 80.  Would that be something I would have to specify 
> for ads-httpConfFile?
>
> Ibis redibis nunquam per bella peribis
>
>
>
> On Thu, Oct 6, 2011 at 9:55 AM, Kiran Ayyagari <ka...@apache.org>
wrote:
>> that should be all, if any issues happen they are more likely related 
>> to your web app's dependencies
>>
>> On Thu, Oct 6, 2011 at 10:47 AM, Steven Altsman 
>> <st...@gmail.com> wrote:
>>> My options were to download jetty or glassfish per google. I had 
>>> grabbed jetty, but should I be able to copy the contents of the lib 
>>> folder or will there be more involved with that?
>>>
>>> Ibis redibis nunquam per bella peribis
>>>
>>>
>>>
>>> On Wed, Oct 5, 2011 at 10:11 PM, Kiran Ayyagari <ka...@apache.org>
wrote:
>>>> include the jetty JSP API implementation jar e.x., jsp-2.0-api.jar 
>>>> in the lib folder, the default distribution doesn't include this
>>>>
>>>> On Wed, Oct 5, 2011 at 9:43 PM, Steven Altsman
<st...@gmail.com> wrote:
>>>>> How do I use this to run my .war file?
>>>>>
>>>>> I get
>>>>>
>>>>> HTTP ERROR: 500
>>>>>
>>>>> JSP support not configured
>>>>> RequestURI=/subsonic/WEB-INF/jsp/login.jsp
>>>>>
>>>>> Powered by Jetty://
>>>>>
>>>>> Ibis redibis nunquam per bella peribis
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Kiran Ayyagari
>>>>
>>>
>>
>>
>>
>> --
>> Kiran Ayyagari
>>
>


Re: [ApacheDS] ads-httpConfFile

Posted by Steven Altsman <st...@gmail.com>.
I suppose more to the point is I need to specify parametres to match
what ApacheDS is trying to start the war file with - such as

-Dsubsonic.host=${SUBSONIC_HOST} \
  -Dsubsonic.port=${SUBSONIC_PORT} \
  -Dsubsonic.httpsPort=${SUBSONIC_HTTPS_PORT} \
  -Dsubsonic.contextPath=${SUBSONIC_CONTEXT_PATH} \

Would that be a special attr in the ads-httpWebApp?

Ibis redibis nunquam per bella peribis



On Thu, Oct 6, 2011 at 10:45 AM, Steven Altsman
<st...@gmail.com> wrote:
> Hmm, the log for the war (subsonic.war) keeps saying "Can't delete
> port mapping."  It wants 4040 but the transport for the http server
> can be should be 80.  Would that be something I would have to specify
> for ads-httpConfFile?
>
> Ibis redibis nunquam per bella peribis
>
>
>
> On Thu, Oct 6, 2011 at 9:55 AM, Kiran Ayyagari <ka...@apache.org> wrote:
>> that should be all, if any issues happen they are more likely related
>> to your web app's dependencies
>>
>> On Thu, Oct 6, 2011 at 10:47 AM, Steven Altsman
>> <st...@gmail.com> wrote:
>>> My options were to download jetty or glassfish per google. I had
>>> grabbed jetty, but should I be able to copy the contents of the lib
>>> folder or will there be more involved with that?
>>>
>>> Ibis redibis nunquam per bella peribis
>>>
>>>
>>>
>>> On Wed, Oct 5, 2011 at 10:11 PM, Kiran Ayyagari <ka...@apache.org> wrote:
>>>> include the jetty JSP API implementation jar e.x., jsp-2.0-api.jar in
>>>> the lib folder, the default distribution doesn't include this
>>>>
>>>> On Wed, Oct 5, 2011 at 9:43 PM, Steven Altsman <st...@gmail.com> wrote:
>>>>> How do I use this to run my .war file?
>>>>>
>>>>> I get
>>>>>
>>>>> HTTP ERROR: 500
>>>>>
>>>>> JSP support not configured
>>>>> RequestURI=/subsonic/WEB-INF/jsp/login.jsp
>>>>>
>>>>> Powered by Jetty://
>>>>>
>>>>> Ibis redibis nunquam per bella peribis
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Kiran Ayyagari
>>>>
>>>
>>
>>
>>
>> --
>> Kiran Ayyagari
>>
>

Re: [ApacheDS] ads-httpConfFile

Posted by Steven Altsman <st...@gmail.com>.
Hmm, the log for the war (subsonic.war) keeps saying "Can't delete
port mapping."  It wants 4040 but the transport for the http server
can be should be 80.  Would that be something I would have to specify
for ads-httpConfFile?

Ibis redibis nunquam per bella peribis



On Thu, Oct 6, 2011 at 9:55 AM, Kiran Ayyagari <ka...@apache.org> wrote:
> that should be all, if any issues happen they are more likely related
> to your web app's dependencies
>
> On Thu, Oct 6, 2011 at 10:47 AM, Steven Altsman
> <st...@gmail.com> wrote:
>> My options were to download jetty or glassfish per google. I had
>> grabbed jetty, but should I be able to copy the contents of the lib
>> folder or will there be more involved with that?
>>
>> Ibis redibis nunquam per bella peribis
>>
>>
>>
>> On Wed, Oct 5, 2011 at 10:11 PM, Kiran Ayyagari <ka...@apache.org> wrote:
>>> include the jetty JSP API implementation jar e.x., jsp-2.0-api.jar in
>>> the lib folder, the default distribution doesn't include this
>>>
>>> On Wed, Oct 5, 2011 at 9:43 PM, Steven Altsman <st...@gmail.com> wrote:
>>>> How do I use this to run my .war file?
>>>>
>>>> I get
>>>>
>>>> HTTP ERROR: 500
>>>>
>>>> JSP support not configured
>>>> RequestURI=/subsonic/WEB-INF/jsp/login.jsp
>>>>
>>>> Powered by Jetty://
>>>>
>>>> Ibis redibis nunquam per bella peribis
>>>>
>>>
>>>
>>>
>>> --
>>> Kiran Ayyagari
>>>
>>
>
>
>
> --
> Kiran Ayyagari
>

Re: [ApacheDS] ads-httpConfFile

Posted by Kiran Ayyagari <ka...@apache.org>.
that should be all, if any issues happen they are more likely related
to your web app's dependencies

On Thu, Oct 6, 2011 at 10:47 AM, Steven Altsman
<st...@gmail.com> wrote:
> My options were to download jetty or glassfish per google. I had
> grabbed jetty, but should I be able to copy the contents of the lib
> folder or will there be more involved with that?
>
> Ibis redibis nunquam per bella peribis
>
>
>
> On Wed, Oct 5, 2011 at 10:11 PM, Kiran Ayyagari <ka...@apache.org> wrote:
>> include the jetty JSP API implementation jar e.x., jsp-2.0-api.jar in
>> the lib folder, the default distribution doesn't include this
>>
>> On Wed, Oct 5, 2011 at 9:43 PM, Steven Altsman <st...@gmail.com> wrote:
>>> How do I use this to run my .war file?
>>>
>>> I get
>>>
>>> HTTP ERROR: 500
>>>
>>> JSP support not configured
>>> RequestURI=/subsonic/WEB-INF/jsp/login.jsp
>>>
>>> Powered by Jetty://
>>>
>>> Ibis redibis nunquam per bella peribis
>>>
>>
>>
>>
>> --
>> Kiran Ayyagari
>>
>



-- 
Kiran Ayyagari

Re: [ApacheDS] ads-httpConfFile

Posted by Steven Altsman <st...@gmail.com>.
My options were to download jetty or glassfish per google. I had
grabbed jetty, but should I be able to copy the contents of the lib
folder or will there be more involved with that?

Ibis redibis nunquam per bella peribis



On Wed, Oct 5, 2011 at 10:11 PM, Kiran Ayyagari <ka...@apache.org> wrote:
> include the jetty JSP API implementation jar e.x., jsp-2.0-api.jar in
> the lib folder, the default distribution doesn't include this
>
> On Wed, Oct 5, 2011 at 9:43 PM, Steven Altsman <st...@gmail.com> wrote:
>> How do I use this to run my .war file?
>>
>> I get
>>
>> HTTP ERROR: 500
>>
>> JSP support not configured
>> RequestURI=/subsonic/WEB-INF/jsp/login.jsp
>>
>> Powered by Jetty://
>>
>> Ibis redibis nunquam per bella peribis
>>
>
>
>
> --
> Kiran Ayyagari
>

Re: [ApacheDS] ads-httpConfFile

Posted by Kiran Ayyagari <ka...@apache.org>.
include the jetty JSP API implementation jar e.x., jsp-2.0-api.jar in
the lib folder, the default distribution doesn't include this

On Wed, Oct 5, 2011 at 9:43 PM, Steven Altsman <st...@gmail.com> wrote:
> How do I use this to run my .war file?
>
> I get
>
> HTTP ERROR: 500
>
> JSP support not configured
> RequestURI=/subsonic/WEB-INF/jsp/login.jsp
>
> Powered by Jetty://
>
> Ibis redibis nunquam per bella peribis
>



-- 
Kiran Ayyagari