Le 2012-09-11 à 07:52, Raymond NANEON <[email protected]> a écrit :

> Hi Pascal,
> 
> I followed the wocommunity slide but It doesn't work :
> 
> Application.java 
> 
> public String _rewriteURL(String url){
>         String processedURL = url;
>         if(url != null && _replaceApplicationPathPattern != null && 
> _replaceApplicationPathReplace != null){
>             processedURL = 
> processedURL.replaceFirst(_replaceApplicationPathPattern, 
> _replaceApplicationPathReplace);
>         }
>         return processedURL;
>     }
> 
> Apache.conf
> 
> RewriteEngine On
> RewriteRule ^/Profil(.*)$ /cgi-bin/WebObjects/Dossier-Etudiants.woa/wa$1 
> [PT,L]
> 
> Properties file 
> 
> er.extensions.ERXApplication.replaceApplicationPath.pattern=/cgi-bin/WebObjects/Dossier-Etudiants.woa
> er.extensions.ERXApplication.replaceApplicationPath.replace=/Profil
> 
> In result I have this url : 
> http://imac-cedre.utt.fr:1242/Profil/wa/myDefault/Dossier/Dossier/Dossier/Dossier/Dossier-Etudiants.woa/wa/myDefault
>  instead of it : http://imac-cedre.utt.fr:1242/Profil

Your rules doesn't match. In Apache you say Dossier-Etudiants.woa/wa but in the 
properties you didn't put the /wa …

For WOCommunity.org, I use:

        RewriteRule ^/page(.*)$ /apps/WebObjects/WOCommunityPublic.woa/wa$1 
[PT,L]

Properties:

        
er.extensions.ERXApplication.replaceApplicationPath.pattern=/apps/WebObjects/WOCommunityPublic.woa/wa
        er.extensions.ERXApplication.replaceApplicationPath.replace=/page

So everything matches. And the rewriting won't work with direct connect...

> What am I doing wrong?
> 
> thanks
> Envoyé depuis iCloud
> 
> Le 11 sep 2012 à 02:33, Raymond NANEON <[email protected]> a écrit :
> 
>> Thanks to Pascal and Adalbert for them reactivity. I go to see wocommunity 
>> slide to fix my problem.
>> 
>> Ray
>> Envoyé depuis iCloud
>> 
>> Le 11 sep 2012 à 02:20, Pascal Robert <[email protected]> a écrit :
>> 
>>> http://fr.slideshare.net/wocommunity/errest (page 32)
>>> 
>>> http://fr.slideshare.net/wocommunity/hidden-treasures-in-project-wonder 
>>> (page 13)
>>> 
>>> http://wiki.wocommunity.org/display/documentation/Configuring+Apache+for+WebObjects
>>> 
>>> > Hi List,
>>> > 
>>> > I want to rewrite my new app url http://myserver/cgi-bin/WebObjects/myapp 
>>> > to http::/myserver/myapp. Which parameter can I use in properties file to 
>>> > change it?
>>> > 
>>> > Thanks for your help.
>>> > Envoyé depuis iCloud
>>> > _______________________________________________
>>> > Do not post admin requests to the list. They will be ignored.
>>> > Webobjects-dev mailing list ([email protected])
>>> > Help/Unsubscribe/Update your Subscription:
>>> > https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>>> > 
>>> > This email sent to [email protected]
>>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/rnaneon%40me.com
>> 
>> This email sent to [email protected]


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to