RE: web services under virtual hosts

2004-04-24 Thread Raymond Camden
Well shoot then. The alias defintely seems right as CFMs now work under url/tasktracker/*, of course it ends up being the same as url/. But I wonder now what the error is. It only seems to indicate that I'm using a returntype or something that CFMX can't find, the WS is truly very simple, it has

Re: web services under virtual hosts

2004-04-23 Thread Bryan F. Hogan
Hi Ray, I have the same problem. The only way I was able to work around it was to save all my cfcs outside of the webroot. Then create a mapping to the webservices directory. Then when I wanted to use see the wsdl or browser the component browser you would use a url similar to what is below.

RE: web services under virtual hosts

2004-04-23 Thread Barney Boisvert
I think I ran into this, and we quickly learned that putting all the CFCs in a jrun mapping solved the issue, so we run all web services out of jrun mapped directories.The directories are within our application web root, no change there, but the URL isn't. Cheers, barneyb -Original

RE: web services under virtual hosts

2004-04-23 Thread Raymond Camden
Are you talking about adding a mapping to jrun-web.xml? I tried that but it didn't seem to work. Do you have an example? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: web services under virtual hosts

2004-04-23 Thread Barney Boisvert
: Friday, April 23, 2004 7:14 PM To: CF-Talk Subject: RE: web services under virtual hosts Are you talking about adding a mapping to jrun-web.xml? I tried that but it didn't seem to work. Do you have an example? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

RE: web services under virtual hosts

2004-04-23 Thread Raymond Camden
No luck. Let me share my mapping in case I did something stupid. virtual-mapping resource-path/tasktracker/resource-path system-pathC:/projects/tasktracker.jedi.com/system-path /virtual-mapping Just an fyi, that path is NOT the web root. C:/projects/tasktracker.jedi.com/wwwroot is the web

RE: web services under virtual hosts

2004-04-23 Thread Barney Boisvert
, barneyb -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 8:13 PM To: CF-Talk Subject: RE: web services under virtual hosts No luck. Let me share my mapping in case I did something stupid. virtual-mapping resource-path/tasktracker

RE: web services under virtual hosts

2004-04-23 Thread Raymond Camden
Alrighty, trying to hit tasktracker.jedi.com/tasktracker/tasktrackerproxy.cfc?wsdl gives me a 404 though. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: web services under virtual hosts

2004-04-23 Thread Raymond Camden
So, I tried one more thing. I used the web path for my mapping, resource-path/tasktracker/resource-path system-pathC:/projects/tasktracker.jedi.com/wwwroot/system-path and when I hit /tasktracker/tasktrackerproxy.cfc?WSDL, I now get: AXIS error Sorry, something seems to have gone

RE: web services under virtual hosts

2004-04-23 Thread Barney Boisvert
the directories in the URL, but I've not tried that. Cheers, barneyb -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 9:38 PM To: CF-Talk Subject: RE: web services under virtual hosts So, I tried one more thing. I used the web path for my