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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:24 PM To: [EMAIL PROTECTED] Subject: Webware-devel digest, Vol 1 #586 - 1 msg Send Webware-devel mailing list submissions to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel End of Webware-devel Digest ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel