Re: Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Mike Schrag
Because it conflicts with the /WebObjects that identifies a request to the application? How does the adaptor know which is to go to the app and which is to be processed by Apache? This is correct ... We ended up doing urls like: http://www.nlisthelp.com/wo/0.2.5 http://www.nlisthelp.com/wa/w

Re: Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Mark Morris
I think I'm just restating what you've said, but your web server resources by default fall under /WebObjects, and by changing your WebObjectsAlias to /WebObjects those requests are being routed to the WebObjects adaptor and aren't being serviced by the web server. So to avoid this name conf

Re: Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Chuck Hill
On Jun 25, 2007, at 1:08 PM, Joe Moreno wrote: Check, Did you change the WOCGIAdaptorURL command line argument? WOApplicationBaseURL? See http://developer.apple.com/documentation/WebObjects/ WOAppProperties/AppProperties/chapter_1_section_1.html Chuck Good point. Did you change the

Re: Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Lachlan Deck
I don't know the answer to your problem, but you'll probably want to look in JavaMonitor also for any relevant settings (e.g., the WOAdaptorURL) Btw, this is a question for the webobjects-deploy list... with regards, -- Lachlan Deck ___ Do not

Re: Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Joe Moreno
Check, Did you change the WOCGIAdaptorURL command line argument? WOApplicationBaseURL? See http://developer.apple.com/documentation/WebObjects/ WOAppProperties/AppProperties/chapter_1_section_1.html Chuck Good point. Did you change the WOCGIAdaptorURL command line argument? Yes. But it

Re: Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Chuck Hill
On Jun 24, 2007, at 6:50 PM, Joe Moreno wrote: Hi, Summary I changed the apache.conf WebObjectsAlias from /cgi-bin/WebObjects to /WebObjects to shorten the URL but the images broke when the app was deployed. Details I looked through the WO archive to figure out how to r

Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Joe Moreno
Hi, Summary I changed the apache.conf WebObjectsAlias from /cgi-bin/WebObjects to /WebObjects to shorten the URL but the images broke when the app was deployed. Details I looked through the WO archive to figure out how to remove cgi-bin from the WO URL while keeping WebO

Keep WebObjects, Remove cgi-bin

2007-06-25 Thread Joe Moreno
Hi, Summary I changed the apache.conf WebObjectsAlias from /cgi-bin/WebObjects to /WebObjects to shorten the URL but the images broke when the app was deployed. Details I looked through the WO archive to figure out how to remove cgi-bin from the WO URL while keeping WebO