Hi Frederic,
Check the file nuxeo.ear/OSGI-INF/templates/web.xml (in jboss deploy dir)
Does it contains a line that declare the LOGIN-CONFIG marker?
Ex:
%{LOGIN-CONFIG}%
Are the other markers from web.xml working for you?

Bogdan


Frédéric Thise wrote:
My mistake, the message "TODO>>>>>>>>>>>>>> could not finnd marker LOGIN-CONFIG" is still there...


"Frédéric Thise" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
The <require>nuxeoweb.jar</require> was missing, now i don't have the "TODO>>>>>>>>>>>>>> could not finnd marker LOGIN-CONFIG" message anymore but the web.xml is still not patched
according to my "web#LOGIN-CONFIG" extension.
I have not modified any nuxeo project so the web.xml inside "org.nuxeo.runtime.jboss-extensions/resources/ear-template/OSGI-INF/templates/web.xml" contains the default <login-config>...


"Tiry" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Le lundi 26 mars 2007 à 12:15 +0200, Frédéric Thise a écrit :
hi,
Hi,

Do you have the good requirement in your deployment fragment ?
 ...
 <require>nuxeoweb.jar</require>
 <require>nuxeo.jar</require>
 ...

Does your web.xml file inside
org.nuxeo.runtime.jboss-extensions/resources/ear-template/OSGI-INF/templates/web.xml contains this pattern ?

Tiry

i am trying to intégrate NTLM. I am using JCIFS and have added the
following filter extensions to my deployment-fragment.xml:

<extension target="web#FILTER">
<filter>
<filter-name>NtlmHttpFilter</filter-name>
<filter-class>jcifs.http.NtlmHttpFilter</filter-class>
<init-param>
<param-name>jcifs.netbios.wins</param-name>
<param-value>microsrv10</param-value>
</init-param>
<init-param>
<param-name>jcifs.smb.client.domain</param-name>
<param-value>UNIVERS</param-value>
</init-param>
</filter>
</extension>

<extension target="web#FILTER-MAPPING">

<filter-mapping>
<filter-name>NtlmHttpFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

</extension>

I also deployed jcifs-1.2.13.jar into the /lib folder

Now i would like to bypass my former login.jsp page to log directly to
the application; i tried to add something like:

<extension target="web#LOGIN-CONFIG">

<login-config>
<auth-method>NTLM</auth-method>
<realm-name>nuxeo.ecm</realm-name>
</login-config>

</extension>

but at deployment time, i saw the following message in my console:TODO
could not finnd marker LOGIN-CONFIG
Is there another way to specify the NTLM authentication method? Am i
doing things correctly?

Frédéric Thise
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to