Just to be sure could you check your application.conf file to see what contexts are actualy listed, also when you run athe appserver from the command line it displays all sorts of startup info, is the ~merk context loading correctly? If it is not, make sure that you have a __init__.py file in it (all the file needs is a single # in it). You need the __init__.py for the context to load correctly, I've been bitten by that in the past.
Jose -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Sent: Thursday, June 26, 2003 4:04 AM To: [EMAIL PROTECTED] Subject: [Webware-discuss] still getting 404's I ran the MakeAppWorkDir.py file and it did its thing. I then ran the Appserver script in that directory and the app server started up. However, every time i try to call a psp page in that directory, the appserver comes back with 404. its not apache's 404 error message but the appserver's 404 error message. The appserver is definitely getting the request: Ready (0.18 seconds after launch) 1 2003-06-26 04:03:58 /~merk/Hello.psp 1 0.00 secs /~merk/Hello.psp 2 2003-06-26 04:04:00 /~merk/Hello.psp 2 0.00 secs /~merk/Hello.psp 3 2003-06-26 04:04:01 /~merk/Hello.psp 3 0.00 secs /~merk/Hello.psp Any other suggestions? Ian ------------------------------------------------------- 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 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