Lothar, did you ever get your questoin answered about setting up webware on
windows?  If you are still having difficulty send me an email and i can
send you detailed instructions along with apache.conf and webkit conf
snippits

Jose


 -------- Original Message --------
   Subject: Webware-discuss digest, Vol 1 #1206 - 3 msgs
   From: [EMAIL PROTECTED]
   Date: Sun, January 19, 2003 1:05 pm
   To: [EMAIL PROTECTED]

   Send Webware-discuss mailing list submissions to
        [EMAIL PROTECTED]

   To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/webware-discuss
   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-discuss digest..."


   Today's Topics:

      1. Newbie question: can't install webware (Lothar Scholz)
      2. Re: Newbie question: can't install webware (Ian Bicking)
      3. Re: Newbie question: can't install webware (Aaron Held)

   --__--__--

   Message: 1
   Date: Sat, 18 Jan 2003 23:21:16 +0100
   From: Lothar Scholz <[EMAIL PROTECTED]>
   Reply-To: Lothar Scholz <[EMAIL PROTECTED]>
   Organization: Scriptolutions
   To: "[EMAIL PROTECTED]"
   <[EMAIL PROTECTED]> Subject: [Webware-discuss]
   Newbie question: can't install webware

   Hello,

   i have the problem that i don't know how to setup my apache config
   file to communicate with the application server via CGI.

   I'm on windows with Apache 1.3 and a fresh CVS checkout of Webware.

   The Appserver seems to run quite well. Installing and
   Configuring (the very little bit that is necessary) was
   described very well but i couldn't find a word about
   apache configuration.

   Apache is in "z:/apache"
   Webware is installed in directory  "z:/apache/Webware"
   My Document Root is in "z:/apache/docs"

   Installing PHP like:

   ----------------------
   ScriptAlias /php4/ "Z:/apache/"
   AddHandler my-php4  php
   Action my-php4 "/php4/php.exe"
   ----------------------

   was okay, so i tried the same with the WebKit Adapter

   -----------------------
   ScriptAlias /python/ "Z:/apache/Webware/WebKit/Adapters"
   AddHandler mypy  py
   AddHandler mypy  psp
   Action mypy "/python/WebKit.cgi"
   -----------------------

   Then i copied the ExamplePage.py from the WebKit/Examples directory
   into my document directory to test the installation.

   Then i changed one line in the the Webkit/Configs/Application.config
   file ---------------------------------------------
   'Contexts':   {
      'Admin':         '%(WebKitPath)s/Admin',
      'Examples':      '%(WebKitPath)s/Examples',
      'Docs':          'z:/apache/docs',
      'Testing':       '%(WebKitPath)s/Testing',
      'default':       '%(WebKitPath)s/Examples', ##MAWD
   },
   ------------------------------------------

   Now a request to http://localhost:666/ExamplePage.py
   results in a 404 with the message

   "The requested URL /python/WebKit.cgi/ExamplePage.py was not found on
   this server."

   I also get 404 errors on the default examples like
   http://localhost:666/Examples/Colors.py


   Where did i made my mistake ??


   Thank you very much in advance,

   --
   Best regards,
    Lothar                          mailto:[EMAIL PROTECTED]



   --__--__--

   Message: 2
   Subject: Re: [Webware-discuss] Newbie question: can't install webware
   From: Ian Bicking <[EMAIL PROTECTED]>
   To: Lothar Scholz <[EMAIL PROTECTED]>
   Cc: Webware discuss <[EMAIL PROTECTED]>
   Organization:
   Date: 18 Jan 2003 16:51:36 -0600

   Hmmm... a Windows person can help you better, but might want to try
   the WebKit.exe adapter in Webware/WebKit/Adapters/, i.e., use "Action
   mypy /python/WebKit.exe".

   And you could take out the AddHandler statements and try to access it
   directly through /python/WebKit.exe/Colors.py

   Also of course, be sure you're running the AppServer.

   On Sat, 2003-01-18 at 16:21, Lothar Scholz wrote:
   > Hello,
   >
   > i have the problem that i don't know how to setup my apache config
   > file to communicate with the application server via CGI.
   >
   > I'm on windows with Apache 1.3 and a fresh CVS checkout of Webware.
   >
   > The Appserver seems to run quite well. Installing and
   > Configuring (the very little bit that is necessary) was
   > described very well but i couldn't find a word about
   > apache configuration.
   >
   > Apache is in "z:/apache"
   > Webware is installed in directory  "z:/apache/Webware"
   > My Document Root is in "z:/apache/docs"
   >
   > Installing PHP like:
   >
   > ----------------------
   > ScriptAlias /php4/ "Z:/apache/"
   > AddHandler my-php4  php
   > Action my-php4 "/php4/php.exe"
   > ----------------------
   >
   > was okay, so i tried the same with the WebKit Adapter
   >
   > -----------------------
   > ScriptAlias /python/ "Z:/apache/Webware/WebKit/Adapters"
   > AddHandler mypy  py
   > AddHandler mypy  psp
   > Action mypy "/python/WebKit.cgi"
   > -----------------------
   >
   > Then i copied the ExamplePage.py from the WebKit/Examples directory
   > into my document directory to test the installation.
   >
   > Then i changed one line in the the Webkit/Configs/Application.config
   > file ---------------------------------------------
   > 'Contexts':   {
   >    'Admin':         '%(WebKitPath)s/Admin',
   >    'Examples':      '%(WebKitPath)s/Examples',
   >    'Docs':          'z:/apache/docs',
   >    'Testing':       '%(WebKitPath)s/Testing',
   >    'default':       '%(WebKitPath)s/Examples', ##MAWD
   > },
   > ------------------------------------------
   >
   > Now a request to http://localhost:666/ExamplePage.py
   > results in a 404 with the message
   >
   > "The requested URL /python/WebKit.cgi/ExamplePage.py was not found
   > on this server."
   >
   > I also get 404 errors on the default examples like
   > http://localhost:666/Examples/Colors.py
   >
   >
   > Where did i made my mistake ??
   >
   >
   > Thank you very much in advance,
   --
   Ian Bicking <[EMAIL PROTECTED]>


   --__--__--

   Message: 3
   Date: Sun, 19 Jan 2003 11:05:20 -0500
   From: Aaron Held <[EMAIL PROTECTED]>
   To: Ian Bicking <[EMAIL PROTECTED]>
   CC: Lothar Scholz <[EMAIL PROTECTED]>,
      Webware discuss <[EMAIL PROTECTED]>
   Subject: Re: [Webware-discuss] Newbie question: can't install webware

   First of all you need to make sure that you have mod_python installed.
   Secondly I would recommend that you start w/ WebKit.exe
   Download -
   http://webware.sourceforge.net/MiscDownloads/ForCVS/Windows.zip
   and put it into cgi-bin

   Once you can access Webware via
   http://localhost:/cgi-bin/WebKit.exe/Context/Servlet
   Then we can move on to Apache config.

   -Aaron

   Ian Bicking wrote:

   >Hmmm... a Windows person can help you better, but might want to try
   >the WebKit.exe adapter in Webware/WebKit/Adapters/, i.e., use "Action
   >mypy /python/WebKit.exe".
   >
   >And you could take out the AddHandler statements and try to access it
   >directly through /python/WebKit.exe/Colors.py
   >
   >Also of course, be sure you're running the AppServer.
   >
   >On Sat, 2003-01-18 at 16:21, Lothar Scholz wrote:
   >
   >
   >>Hello,
   >>
   >>i have the problem that i don't know how to setup my apache config
   >>file to communicate with the application server via CGI.
   >>
   >>I'm on windows with Apache 1.3 and a fresh CVS checkout of Webware.
   >>
   >>The Appserver seems to run quite well. Installing and
   >>Configuring (the very little bit that is necessary) was
   >>described very well but i couldn't find a word about
   >>apache configuration.
   >>
   >>Apache is in "z:/apache"
   >>Webware is installed in directory  "z:/apache/Webware"
   >>My Document Root is in "z:/apache/docs"
   >>
   >>Installing PHP like:
   >>
   >>----------------------
   >>ScriptAlias /php4/ "Z:/apache/"
   >>AddHandler my-php4  php
   >>Action my-php4 "/php4/php.exe"
   >>----------------------
   >>
   >>was okay, so i tried the same with the WebKit Adapter
   >>
   >>-----------------------
   >>ScriptAlias /python/ "Z:/apache/Webware/WebKit/Adapters"
   >>AddHandler mypy  py
   >>AddHandler mypy  psp
   >>Action mypy "/python/WebKit.cgi"
   >>-----------------------
   >>
   >>Then i copied the ExamplePage.py from the WebKit/Examples directory
   >>into my document directory to test the installation.
   >>
   >>Then i changed one line in the the Webkit/Configs/Application.config
   >>file ---------------------------------------------
   >>'Contexts':   {
   >>   'Admin':         '%(WebKitPath)s/Admin',
   >>   'Examples':      '%(WebKitPath)s/Examples',
   >>   'Docs':          'z:/apache/docs',
   >>   'Testing':       '%(WebKitPath)s/Testing',
   >>   'default':       '%(WebKitPath)s/Examples', ##MAWD
   >>},
   >>------------------------------------------
   >>
   >>Now a request to http://localhost:666/ExamplePage.py
   >>results in a 404 with the message
   >>
   >>"The requested URL /python/WebKit.cgi/ExamplePage.py was not found
   >>on this server."
   >>
   >>I also get 404 errors on the default examples like
   >>http://localhost:666/Examples/Colors.py
   >>
   >>
   >>Where did i made my mistake ??
   >>
   >>
   >>Thank you very much in advance,
   >>
   >>





   --__--__--

   _______________________________________________
   Webware-discuss mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/webware-discuss


   End of Webware-discuss Digest





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to