Finally figured out a fix for this, although I’m still a little cloudy as to what’s going on.
Note that the URL generated when I run in eclipse is: > http://localhost/cgi-bin/WebObjects/netbrackets.woa/-5555 > <http://localhost/cgi-bin/WebObjects/netbrackets.woa/-5555> netbrackets in all lower case. However, this doesn’t match the project.name value defined in the build.properties file which was in camelcase: project.name=netBrackets I changed the project.name to be all lowercase like the generated URL, and it works! What I don’t understand is why the URL is being generated all lowercase in the first place when the project.name is specified camelcase. Also, everything deploys fine as it was, I’m a little worried keeping the project.name property lowercase may mess up my deployment. My build file as well specifies the project name in camel case. <project name="netBrackets" default="build" basedir=".”> Jeff > On Jan 12, 2019, at 9:03 AM, Jeffrey Schmitz <[email protected]> > wrote: > > I’m using the URL generated by Eclipse when I debug, and yes it looks like > the URL you describe: > > http://localhost/cgi-bin/WebObjects/netbrackets.woa/-5555 > <http://localhost/cgi-bin/WebObjects/netbrackets.woa/-5555> > > I’m wondering, do I need to add the application that is built by Eclipse > under the “dist” folder to the wotaskd config using Javamonitor? > > Jeff > > > >> On Jan 11, 2019, at 10:08 PM, Aaron Rosenzweig <[email protected] >> <mailto:[email protected]>> wrote: >> >> Jeffrey, >> >> What is the url you are trying to use in Safari to connect? >> >> You need to know the port and you need to type it with a negative. >> >> With direct connect it is a colon but with the apache adaptor it is a slash >> and then a negative sign and then the port number. >> AARON ROSENZWEIG / Chat 'n Bike <http://www.chatnbike.com/> >> e: [email protected] <mailto:[email protected]> t: (301) 956-2319 >> >> >> >>> On Jan 11, 2019, at 6:09 PM, Jeffrey Schmitz <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> >>> Yes I think you must be right. After shutting down and deleting the >>> launched version however, it now says The requested application was not >>> found on this server. >>> >>> What is the magic property that makes apache use the Eclipse version that >>> is launched when I try to debug? >>> >>> Thanks >>> Jeff >>> >>>> On Jan 11, 2019, at 2:10 PM, Aaron Rosenzweig <[email protected] >>>> <mailto:[email protected]>> wrote: >>>> >>>> Hi Jeff - I suppose you actually have the .woa launched and running on >>>> your system and Apache is connecting to that instead of Eclipse. >>>> AARON ROSENZWEIG / Chat 'n Bike <http://www.chatnbike.com/> >>>> e: [email protected] <mailto:[email protected]> t: (301) 956-2319 >>>> >>>> >>>> >>>>> On Jan 10, 2019, at 9:13 PM, Jeffrey Schmitz >>>>> <[email protected] <mailto:[email protected]>> >>>>> wrote: >>>>> >>>>> Hello List, >>>>> I’m trying to use apache for development per >>>>> https://wiki.wocommunity.org/display/documentation/Development+Tools-Running+Through+Apache >>>>> >>>>> <https://wiki.wocommunity.org/display/documentation/Development+Tools-Running+Through+Apache> >>>>> so I can test SSL related code. >>>>> >>>>> When I launch my app from Eclipse however, it’s not getting my latest >>>>> changes nor is it stopping on my breakpoints in the debugger. Using >>>>> direct connect it all works as expected. Any ideas what’s going on? >>>>> >>>>> Jeff >>>>> >>>>> _______________________________________________ >>>>> Do not post admin requests to the list. They will be ignored. >>>>> Webobjects-dev mailing list ([email protected] >>>>> <mailto:[email protected]>) >>>>> Help/Unsubscribe/Update your Subscription: >>>>> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com >>>>> >>>>> <https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com> >>>>> >>>>> This email sent to [email protected] <mailto:[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/jeffschmitz%40icloud.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]
