Well that all looks correct.
Is the py servlet being created correctly?  (webkit takes the psp file
and makes it into a servlet) look in your cache  folder for the PSP
folder and make sure that the files are being made correctly, they have
pretty long names but the end part should look like your original psp
file.  You do have write access to this folder right (I know dumb
question but everything looks good)

BTW can you run psp's if you set up a different type of url one without
the ~ in it?  The only reason I ask is that I was looking at my
application.conf file and I saw an entry that said to ignore files with
~ in them, just wondering if that might be messing you up

Jose

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Sent: Thursday, June 26, 2003 11:30 PM
To: [EMAIL PROTECTED]
Subject: RE: [Webware-discuss] still getting 404's


At 10:33 PM 6/26/2003, you wrote:
>Well if you're not getting an error when the context is loading (when 
>you run the appserver it should tell you if all the contexts load
>correctly) then sorry I seem to be out of suggestions.  Hopefully 
>someone with more experience then me will pick up the thread.
>
>I'm not sure about the MakeAppWorkingDir since I never used it, I just 
>set up webware to work centrally, but then again I am on a windoze 
>machine and really didn't need to use it.
>
>As far as I know the appserver loads the contexts as they are listed in

>the application.conf file.  As long as they all have valid __init__.py 
>files they should load fine.
>
>Apart from that the only other problem that you might have is with your

>apache setup.  I don't recall are you using apache 1.3x or 2x?  And how

>are you connecting the appserver? Are you using the webkit mod, cgi 
>connector or of the other connectors?  Maybe you could send me the 
>section of your apache conf where you configure webkit?
>
>Jose

I'm using apache2, with mod_webkit. I dont think there's any problem
there, 
because the appserver is getting the requests when i try to hit a psp
page, 
and it is the app server itself giving me the 404 error message.

here are the various lines in my httpd.conf file relating to webware:

LoadModule webkit_module modules/mod_webkit.so

AddType txt/psp .psp
AddHandler psp-handler .psp

Oh, and i am running everything as myself. I have root access. But at
the 
moment i'm just trying to get it working before i make it a permanent
install.

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

Reply via email to