You should just be able to add the path to you Application.conf restart
the server and it should work. With respect to your psp problem, is the
folder you are tyring to run psp's from par of a context already
defined? If not that is your problem.
Jose
-----Original Message-----
From: webware-devel-admin@...
[mailto:webware-devel-admin@...] On Behalf Of
webware-devel-request@...
Sent: Thursday, December 18, 2003 8:24 PM
To: webware-devel@...
Subject: Webware-devel digest, Vol 1 #586 - 1 msg
Send Webware-devel mailing list submissions to
webware-devel@...
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/webware-devel
or, via email, send a message with subject or body 'help' to
webware-devel-request@...
You can reach the person managing the list at
webware-devel-admin@...
When replying, please edit your Subject line so it is more specific than
"Re: Contents of Webware-devel digest..."
Today's Topics:
1. Not getting context from URL (Ben Kovitz)
--__--__--
Message: 1
Date: Wed, 17 Dec 2003 22:55:11 -0800
From: Ben Kovitz <bkovitz@...>
To: webware-devel@...
Subject: [Webware-devel] Not getting context from URL
Hi, folks. I'm having a problem executing a .psp file: the WebKit
application server refuses to serve it (or any .psp file in that
directory), always giving a 404 error. Some poking around in the code
revealed that Application.serverSideInfoForRequest() wasn't getting the
context out of the URL. request._absolutepath had been set, causing
serverSideInfoForRequest() to give up immediately and return no context.
_absolutepath gets set by the apache module when it recognizes a .psp
file.
Any idea how to get around this? I figure there must be a way around
it,
because in my default context, .psp files work fine. I tried hacking
serverSideInfoForRequest() so it would recognize the exact URL and force
the context to be the one I want, but that had no effect. (Yes, I
restarted the application server. And Apache, too.)
Or, maybe just ignore all that. The *real* thing I want to do is just
stick a .psp file in an arbitrary directory and run it.
Is there anything else I need to do beside adding a context to
Configs/Application.config?
Thanks,
Ben Kovitz
Caltech
http://sbml.org
--__--__--
_______________________________________________
Webware-devel mailing list
Webware-devel@...
https://lists.sourceforge.net/lists/listinfo/webware-devel
End of Webware-devel Digest
|