Re: using SSL in Webobjects 5

2006-11-29 Thread Alexander Spohr
Daniele, Please consult your webservers documentation. WebObjects has nothing to do with ssl. It communicates always via plain text with the webserver or direct-connect. atze Am 29.11.2006 um 13:11 schrieb Daniele Corti: is there a way to make it run on the port 80, or I need to d

Re: using SSL in Webobjects 5

2006-11-29 Thread Daniele Corti
2006/11/29, Miguel Arroz <[EMAIL PROTECTED]>: Hi! You may run the app with direct connect disabled. This way, the requests will go through apache. You have to start WOTaskd on your machine, and configure apache properly. Done, but I have a problem with the monitor: I've created the Host w

Re: using SSL in Webobjects 5

2006-11-29 Thread Philippe Lafoucrière
On 29 nov. 06, at 13:11, Daniele Corti wrote: is there a way to make it run on the port 80, or I need to deploy it on a server? You can try to force the port with -WOPORT 80 (more info : http:// developer.apple.com/documentation/WebObjects/Deployment/ Deploying_Applications/Reference/cha

Re: using SSL in Webobjects 5

2006-11-29 Thread Miguel Arroz
Hi! You may run the app with direct connect disabled. This way, the requests will go through apache. You have to start WOTaskd on your machine, and configure apache properly. Yours Miguel Arroz On 2006/11/29, at 12:11, Daniele Corti wrote: HI, thanks for your help! OK, I've tried

Re: using SSL in Webobjects 5

2006-11-29 Thread Daniele Corti
HI, thanks for your help! OK, I've tried the solution explained in the link, and now something do, but it doesn't work: I've put the ( (Session)session() ).setSecure( true ); in the appendtoresponse when I make the log in, and ( (Session)session() ).setSecure( false ); where I make log out... N

Re: using SSL in Webobjects 5

2006-11-28 Thread Robert Walker
Daniele, What exactly is your need? Please provide more detail. 1. Are you trying to encrypt traffic from a Java Client application to the server-side (as your documentation link suggests)? 2. Are you trying to secure a web application, or parts of a web application? 3. Is this something o

Re: using SSL in Webobjects 5

2006-11-28 Thread Philippe Lafoucrière
On 28 nov. 06, at 16:36, Daniele Corti wrote: Hi all, I tried to find out how to use SSL in webobjects 5, and I've found just this: http://developer.apple.com/documentation/ WebObjects/DesktopApplications/DistributionLayer/ chapter_6_section_7.html Hello, again, the right (and useful

using SSL in Webobjects 5

2006-11-28 Thread Daniele Corti
Hi all, I tried to find out how to use SSL in webobjects 5, and I've found just this: http://developer.apple.com/documentation/WebObjects/DesktopApplications/DistributionLayer/chapter_6_section_7.html well, good, but it doesn't seen to work on my app... I would like to know if there is anothe