Oh i tried changing it to the full path. I also tried copying the file into MyContext and it still comes up with 404.

is there any way to get it to tell me exactly specifically where its looking for the file?

Could the problem i've been having with shutdowns and startups be related in any way? Seemingly randomly when i start the appserver it seems to hang at the point where its creating threads. And when i hit ctrl-c to shut it down it will also sometimes hang where it says theadedappserver shutting down.

ian

At 06:52 AM 6/27/2003, you wrote:
Ian wrote:

i tried what you suggested. I added a line:
'~merk':'/disk/u/merk/public_html' to the application.config file under the context setting. I also tried adding '/~merk' and '/~merk/' with no success.

I am not sure if Python understands that '~' means your home directory - try changing it to:
/disk/u/merk/public_html/


Also from your startup log the appserver is looking at:
Loading context: MyContext at /disk/u/merk/public_html/MyContext

so your file needs to be
/disk/u/merk/public_html/MyContext/hello.psp

-Aaron




------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss



------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to