Apache2.2 on Windows within Eclipse

2010-09-08 Thread Michael Hast
Hi: I setup my Windows 7 machine with WebObjects 5.4.3, Eclipse/WOLips 3.6 and Apache2.2 (using the Windows mod_WebObjects.so). I configured everything and when I start my application I can hit the URL http://localhost/cgi-bin/WebObjects/MyApp.woa/- All webserver resources are loaded

Re: Apache2.2 on Windows within Eclipse

2010-09-08 Thread Mark Ritchie
On 8/Sep/2010, at 3:48 PM, Michael Hast wrote: wotaskd has an entry for my application with instance id of -. Is there a way to change that? Configuring your deployment with JavaMonitor is the customary way to do that. ;-) M. ___ Do not post

Re: Apache2.2 on Windows within Eclipse

2010-09-08 Thread Michael Hast
The unfortunate think is that I am not deploying. I need to setup a development environment for a customer on Windows and was wondering if the port number could be removed? Michael. On 9/8/2010 3:51 PM, Mark Ritchie wrote: On 8/Sep/2010, at 3:48 PM, Michael Hast wrote: wotaskd has an entry

Re: Apache2.2 on Windows within Eclipse

2010-09-08 Thread Chuck Hill
No, only in deployment or use Direct Connect. You can set it to a predictable number using the WOPort launch argument. Chuck On Sep 8, 2010, at 4:27 PM, Michael Hast wrote: The unfortunate think is that I am not deploying. I need to setup a development environment for a customer on

Re: Apache2.2 on Windows within Eclipse

2010-09-08 Thread Mark Ritchie
On 8/Sep/2010, at 4:27 PM, Michael Hast wrote: The unfortunate think is that I am not deploying. I need to setup a development environment for a customer on Windows and was wondering if the port number could be removed? Yes, that's an unfortunate think! ;-) Just what are you trying to do?

Re: Apache2.2 on Windows within Eclipse

2010-09-08 Thread Michael Hast
I think Chuck answered it and it cannot be done. Here is what I am trying to do. My URL right now is as follows and I am able to connect to the application just fine: http://localhost/cgi-bin/WebObjects/MyApp.woa/- I was wondering if I could tell the application when I launch it within

Re: Apache2.2 on Windows within Eclipse

2010-09-08 Thread Chuck Hill
One other thing to consider is to set the Session to store the wosid and winst values in cookies, instead of in the URI. I think that would avoid the problem you are facing. Chuck On Sep 8, 2010, at 4:55 PM, Michael Hast wrote: I think Chuck answered it and it cannot be done. Here is what I

Re: Apache2.2 on Windows within Eclipse

2010-09-08 Thread Michael Hast
I got it to work, no more instance # after the URL. I replaced the following line in my httpd.conf file in Apache: #WebObjectsConfig http://localhost:1085 10 WebObjectsConfig file://C:/Apple/Local/Library/WebObjects/Configuration/WebObjects.xml 10 The WebObjects.xml file contains the