est().field('Donit')
else:
f1 = None
Or using a try statement:
try:
f1 = self.request().fields('Donit')
except:
f1 = None
Both will work just fine
Jose
> Original Message
> Subject: [Webware-discuss] Question..
> From: "Salman Too
did you ever find a solution to your problem?
Jose
sophana wrote:
> So your website is composed of php pages mixed with webware pages, but
> you don't have php+webware mixed pages. Did I understand right?
> That is not exactly what I was looking for. Duplicating the SitePage
&g
o try something with urllib2, this way you could technically pass the
entire environment variables to php, but I don't think you are going to
be able to pass session variables. We found it easier in the end to
just keep pages either in one format or the other and not try to mix the
content.
Jos
e you have to remember to edit more then one set of
code, but our users don't seem to see the difference. No sure if this
is what you wanted, but I hope it helps. BTW within the same folder we
often have both php and webware scripts, like I said we have apachie
configured to deal with b
I use wysiwyg (dreamweaver) and make cheetah templates which then inport
into webware servlets
Jose
> Original Message
> Subject: [Webware-discuss] webware forms: formkit, formencode, any
> other?
> From: sophana <[EMAIL PROTECTED]>
> Date: Thu, March
most of it is pretty generic except the stuff
about integrating with IIS
Jose
> Original Message
> Subject: RE: did you get my email? FW: still interested?
> From: "Benjamin Jackson" <[EMAIL PROTECTED]>
> Date: Tue, February 21, 2006 8:20 am
>
ar) is the install is confusing. if
I get the time I'll work on a distutil setup or maybe an egg see if that
works
In any event I'll post to the group what I end up writing, it might be
useful to someone else.
Jose
> Original Message
> Subject: Re: [Webwar
aving said that If your still interesting in getting
this going email me privately (jose at cybergalvez.com), I'm sure we
can get it going. I'll write you a detailed step by set instruction
set with examples later in the day and send it to you if your still
interested.
Jose
> ---
h the builtin httpd before we
can figure out why it not working with IIS
Jose
Benjamin Jackson wrote:
> Thanks,
> I have managed to get the webkit to work on the localhost port 8085. That's
> just the problem, I cannot use my website. I did fiddle with the config and
> attempted to
nstructions for IIS
Jose
Benjamin Jackson wrote:
> Thanks for your response! I have tried configuring wkcgi.exe in the server
> extesions, as well as with files of extension .psp. Unfortunately, this did
> not work, although I am no expert. I have also tried with extention .py but
>
that up to run under IIS. Then to make it all work your URLs
wouls look something like http://basurl/wkcig.exe/mycontext/myfile.py
or something like that. Hope this helps
Jose
> Original Message
> Subject: [Webware-discuss] RE: Configuring webkit in IIS v6
> From: "B
?cmd=lnk&kid=103432&bid=230486&dat=121642
> ___
> Webware-discuss mailing list
> Webware-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
>
>
Jose
-
Does anyone know if mod_webkit will work with the new apache2.2?
Jose
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files
WOOHOO I can't wait to give this a try. Thanks for putting in the
effort
Jose
> Original Message
> Subject: Re: [Webware-discuss] Python and AJAX
> From: John Dickinson <[EMAIL PROTECTED]>
> Date: Wed, November 02, 2005 8:03 am
> To: Eduardo Elguet
n, is this why the list is not currently accepting messages?
Well thanks in advance for any info
Jose
---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more.
Server.bat AppServer.AutoReload=1
I know the three are pretty simple and totally not needed, but their
just really nice shortcuts to keep things simple for me.
Again thanks for fixing the argument problem.
Jose
Christoph Zwerschke wrote:
Jose Galvez wrote:
For windows rather then using a bat file to
how about using an executable? I wonder if that would change
the handling of the arguments? I've not looked into how setuptools
creates its exe files, but from what I understand that exe simply looks
for your python executable and uses that. Jut thinking out loud. I
might play with th
yes you have to pass the param as "--AppServer.AutoReload=1"
Jose
Christoph Zwerschke wrote:
[EMAIL PROTECTED] wrote:
... so i would from the command line run
Appserver.bat --AppServer.AutoReload=1
Hm, are you sure that ever worked?
Because I just noticed Windows/DOS
ommand line run
Appserver.bat --AppServer.AutoReload=1
This no longer works. Is there a way around this? or how do I
accomplish the same thing now?
thanks in advance
Jose
---
This SF.Net email is sponsored by:
Power Architecture Resource Cente
Thanks Chris,
I just gave the new code a try and it works perfect! Thanks for fixing
it so soon
Jose
Christoph Zwerschke wrote:
Jose Galvez wrote:
To restore the NTService.py behavior I had to make some changes to
the new AppServerService.py that gets put into the working dir. Here
is a
contexts not my workApp context. In any event it now
behaves like the old NTService.py file.
Jose
#!C:\Python24\python.exe
# Adjust AppServerService default parameters:
webwareDir = 'c:\\Program Files\\Webware'
workDir = r'C:\Program Files\Apache Group\wk_cybergalvez
the one affected). How does one install
multiple services on Windows with the new code?
Jose
> Original Message
> Subject: Re: [Webware-discuss] profiler.starttime problem
> From: Christoph Zwerschke <[EMAIL PROTECTED]>
> Date: Thu, September 29, 2005 12:
opps yes its AppServer not Application. I was doing the post from
memory since its on a different machine. Thanks for the infor, i'll do
that with the workdir. thanks for the hard work
Jose
> Original Message
> Subject: Re: [Webware-discuss] profiler.starttime pro
do
float - none. It appears to me that the Profiles.starttime is not
being set and so it defaults to none. I added a line setting the
starttime to self._startTime which fixed the problem for me but I
thought I would pass the info to the group. Has anyone else had this
problem?
J
you finally do solve the issue
Jose
> Original Message
> Subject: Re: [Webware-discuss] Printing from web application
> From: Eduardo Elgueta <[EMAIL PROTECTED]>
> Date: Tue, September 27, 2005 3:07 pm
> To: [EMAIL PROTECTED]
> Cc: webware-discuss@lists.sou
get you started,
but the jsp and the servlet examples are pretty straight forward and is
what I used to write my test code.
Jose
> Original Message
> Subject: RE: [Webware-discuss] Printing from web application
> From: [EMAIL PROTECTED]
> Date: Tue, September 20, 2005 4:
Pagination is always going to be a problem with webpages, so far
browsers really don't make inserting page breaks an easy task. If what
you want is a Crystal Reports like product why not use datavision
(http://sourceforge.net/projects/datavision) its free and works ok.
Jose
>
I am trying to eliminate all the "kits" from webware that I don't really
need. Basically I write servlets and don't use psp's or any of the
other "kits" that normally install with webware, so which kits can I
dump and
Works great! thanks again
Jose
Chuck Esterbrook wrote:
For months, I've been running with a modified WebKit.Object (the
ancestor class to all other WebKit classes) which also inherits
Python's "object":
# Object.py
class Object(object, NamedValueAccess):
This requir
Thanks Chuck, I am going to check out the code right now
Jose
Chuck Esterbrook wrote:
For months, I've been running with a modified WebKit.Object (the
ancestor class to all other WebKit classes) which also inherits
Python's "object":
# Object.py
class Object(object, Named
BTW if I comment out the assert statement in the application.py file
then it appears to work correctly,
Jose
Jose Galvez wrote:
looking at the application.py the line causing the problem is:
assert type(klass) is ClassType
which I think makes sense because classes and types have been
looking at the application.py the line causing the problem is:
assert type(klass) is ClassType
which I think makes sense because classes and types have been combined,
but like I said before I'm pretty green with new style classes, so how
do you get around this?
Jose
Chuck Esterbrook
rom the SVN. Without the added "object"
it works as before. Any ideas why I'm getting this error?
Jose
Chuck Esterbrook wrote:
Try changing the class declaration in WebKit/Object.py to:
class Object(object, NamedValueAccess):
and then I think it will start working. I've b
error I get is :
super() argument 1 must be type, not classobj
I'm still pretty green about pythons new style classes,
but I thought that webware was compatible with new style classes and thus super should work.
Is this not the case?
Jose
---
John Doe wrote:
Hi All,
Im busy conducting an analysis on some python web
appplication servers.
I have a few questions with regard to WebWare:
1> How scalable is WebWare (& how)?
2> With regard to "web application standards" how does it
comply:
- HTTP protocol support -- to my knowledge
Launch.py is used by Appserver.bat to launch the threaded appserver.
look at the AppServer.bat to see how its used
Jose
Vardas Pavarde wrote:
In my working directory is Launch.py.I start it, but I don't know what
it does, for what it is used?
than
Dear Vardas,
No worries your problem is definatly solvable, infact you're almost
there. I'll send you a complete example with better docs this weekend,
sorry you've had such a hard time setting this up, I guess this points
to how badly we need to fix the documentation in the
Ok lets take this one step at a time,
1) lets assume that you created your working app dir with this code:
C:\Program Files\Webware\bin>MakeAppWorkDir.py -c htdocs -l libs
"C:\Program Files\wk_working"
this will create the within the wk_working folder, in addition to the
usual webkit files two fo
up a different config file, if however it is the one in your
working dir then just check your config files to make sure the default
context points to where you expect it to.
Jose
Vardas Pavarde wrote:
hello,
I am a beginner of Webware and have a problem.I create a working
directory, an applicati
Sorry after looking at the xulplanet website I saw that the content type
should be application/vnd.mozilla.xul+xml not what I said before
Jose
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Pierre-Yves Delens
> Sent: Tuesday, Ma
r to the first write statement of
your compiled cheetah template.
Hope this helps
Jose
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Pierre-Yves Delens
> Sent: Tuesday, March 22, 2005 12:17 AM
> To: [EMAIL PROTECTED]; webware-discus
I think that all you need to do is define a webware context which is outside
of your htdocs tree. This way webware will be able to see it but not the
default webserver, at least users won't be able to see a list of files
Jose
> -Original Message-
> From: [EMAIL PROTECTED]
se, I would love to keep an eye on this thread, I've often
thought of moving sites from one framework to another, but usually when
you get into it, unless your really motivated its generally a pain in
the backside
Jose
> Original Message
> Subject: [Webware-discus
nd test on an other no significant time lag. Like I said
I really don't understand why that should be the case, but I guess as
long as it works.
Jose
> Original Message
> Subject: [Webware-discuss] Why is this xmlrpc so slow?
> From: "jose" <[EMAIL
ess what I need to know, is this less of an issue with postgres?
Jose
> Original Message
> Subject: Re: [Webware-discuss] Why is this xmlrpc so slow?
> From: "jacob martinson" <[EMAIL PROTECTED]>
> Date: Thu, February 24, 2005 11:20 am
> To: "jo
hy should
it be so with the xmlrpc servlet? Am I doing something fundamentally wrong
in the xmlrpc?
Any help would be great, and thanks in advance
Jose
=
server.py:
===
I put all my templates into a subfolder relative to my servlets, this
way i can name them anything I want. I then have a modified site page
which makes getting the templates very easy, I can send you the code if
your interested
Jose
> Original Message
> Subject: [W
etting stuck with it for better or worse.
So I am trolling to see what people are out their are using and what the
collective experience is. Thanks for any and all help
Jose
---
SF email is sponsored by - The IT Product Guide
Read honest
d example let me know and I'll email you some read code for you
to look at
Jose
> Original Message
> Subject: [Webware-discuss] Basic post/form handling in webkit
> From: "jacob martinson" <[EMAIL PROTECTED]>
> Date: Mon, January 31, 2005 11:26 p
ns
the relative location of the templates folder (assumed to be the same
as the servlet if it si not overwritten). If templateRoot is present
it looks there for the template files, this helps keep all my templates
in one nice little package again separate from my servlets. Hope th
emplate('templatename').render() which returns the rendered template
as a string. I usually pass that to write in my servlet. This way I never
use the template directly but indirectly though my servlets. This way works
very well for me. Like I said above there is no single best way to d
I would also recommend keeping the templates separate, I generally user
servlets and have them call my templates and display their output. If
the cheetah pages were accessed directly (like psp pages) then I would
be loosing alot of the functionality of the template.
Jose
> Origi
h.append([full path to root])
%>
That should add root to your sys path then
<%@ page imports="FyreSite:FyreSite"%>
should work fine.
mind you the code is untested but ti should work
Jose
> Original Message
> Subject: [Webware-discuss] Subdirectories
>
Has anyone out there gotten the wiki code from the webware site to work
properly? I've downloaded it and I am have a lot of trouble getting to
work, getting tons of errors. This is off of the latest svn.
Jose
---
This SF.net ema
Try changing your sessions store from Dynamic to File. What do you mean
by bounce the server?
Jose
> Original Message
> Subject: RE: [Webware-discuss] session strangeness
> From: "JD Kaplan" <[EMAIL PROTECTED]>
> Date: Mon, October 18, 2004 1:
hmm I still think you are going to run into the problem that the
compiled psp servlets don't live all that long in the cache, so by the
time you actually try to use the table of contents the compiled psp
files won't be there to import from
Jose
> Original Message
on't think that there is a way to import php
files, at least i have not seen a way to import psp pages directly.
Jose
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Winston WolffSent: Monday, September 27, 2004 7:43
PMTo: [EMAIL PR
> Original Message
> Subject: Re: [Webware-discuss] MakeAppWorkDir
> From: "Hannes Lilljequist" <[EMAIL PROTECTED]>
> Date: Thu, September 09, 2004 1:44 am
> To: "jose" <[EMAIL PROTECTED]>
> Cc: "<[EMAIL PROTECTED]>
Dear Eric,
Thanks for the confirmation, that's what I thought was going on, I just
wanted to be sure
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric
Radman
Sent: Wednesday, September 08, 2004 6:44 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROT
nment where another user might be running webware on the
same port that I just set mine to?
thanks for any and all help
Jose
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free co
imented a version of it at our site, but still
somewhat different then the way Max has done it (or at least different
from the way I think he did it).
Jose
> Original Message
> Subject: Re: [Webware-discuss] Towards a new release: request for
> thought and discussion
&
performance increase of only compiling the script once, the first time
it is used. I just wanted to thank Max and everyone else for there
help, using the scripts in this way is really very easy now.
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron
If I remember correctly you need to get the threadedappserverservice
from the cvs for this to work correctly. There were some changes made
to pythonwin32 that broke th 81 build, but it is fixed in the CVS
Jose
> Original Message
> Subject: [Webware-discuss] Win2000 S
Dear Max
Thanks for the reply I hope you have a great vacation
Jose
-Original Message-
From: Max Ischenko [mailto:[EMAIL PROTECTED]
Sent: Friday, July 02, 2004 2:31 AM
To: jose
Subject: Re: [Webware-discuss] Cheetah templates
Sorry, I have no time for elaborate reply as I'm goi
Dear Aaron,
By moving the template compilation to the init, should give me a
performance boost because I am not compiling the template everytime the
servlet is called. Is that correct? Or does it something else for me
that I am missing?
Jose
-Original Message-
From: [EMAIL PROTECTED
technically use different
templates depending on the circumstance that it is used.
Jose
---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, to
Is ExtraPathInfo (I think that's what its called) turned on? If so that
could cause the error because at least in older versions (non cvs) I
would get the same error your just described under simailar conditions.
If it is try and turn it off and see if that solved the problem.
Has anyone been able to contact the author and get some install
instructions in english? I've emailed him but have yet to receive a
reply. In any event I don't want to be a pest and email him to many
times, so I thought I would ask here to see if anyone had already gotten
the instructi
ry helpful when we
are developing a site
Jose
> Original Message
> Subject: Re: [Webware-discuss] Couple little additions to CVS
> From: "deelan" <[EMAIL PROTECTED]>
> Date: Fri, May 28, 2004 12:19 am
> To: "Ian Bicking" <[EMAIL PROT
Is there any plans to recompile the windows mod_webkit.dll in the cvs
with these changes?
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oliver
Bock
Sent: Thursday, May 20, 2004 4:33 PM
To: Geoffrey Talvola
Cc: [EMAIL PROTECTED]
Subject: Re
Webware is already using ihooks, so why not just use that to reload your
module?
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michel
Thadeu
Sent: Tuesday, May 11, 2004 7:00 AM
To: [EMAIL PROTECTED]
Subject: [Webware-discuss] How can I reload an
couple of lines added to the
httpd.conf, which can be found in the either the documentation or on the
wiki.
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of deelan
Sent: Wednesday, May 05, 2004 9:19 AM
To: Webware
Cc: Ian Bicking
Subject: Re: [Webware
n so that servlet.py?do_action will
invoke the action (note that do_action is not set to anything so it
never ends up in fieldStorage)
Hope this makes sense
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Bicking
Sent: Tuesday, April 20, 2004 1:53
If someone makes the image i would be happy to make it into an ico file. The
software that I have should also
shrink the image to the proper ico size so it could be made bigger if that helps
Jose
> Original Message
> Subject: [Webware-discuss] favicon.ico
> F
I remember seeing this in the discussion before, try and search the
list, If I remember correctly I think the answer was to use JavaScript
to first disable the button (can't hit it more then once if it's not
there) and then send the data.
Jose
-Original Message-
From: [EMAIL
w has this program where people can donate money to a project
maybe that should be added to the SF site.
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason
Hildebrand
Sent: Friday, March 26, 2004 11:56 AM
To: Lothar Scholz
Cc: webware-discuss
Su
http://balac.compmed.ucdavis.edu/logos/
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason
Hildebrand
Sent: Friday, March 26, 2004 8:18 AM
To: Randall Smith
Cc: webware-discuss
Subject: [Webware-discuss] improving Webware visibility
On Wed, 2004-03-24 at
Well I spent some time looking through application.py and I think I found the bug, it
is in filenamesForBaseNameNew line 1513 reads return[basename + extension]
I changed it to read return [os.path.splitext[0] + extension]
which worked for me.
Jose
> Original Mess
sting with ExtraPathInfo turned on. Should self.forward be effected by
ExtraPathInfo?
Jose
> Original Message
> Subject: Re: [Webware-discuss] can extraPathInfo be set for a specific
> context
> From: "Ian Bicking" <[EMAIL PROTECTED]>
> Date: Wed, Februar
Dear Webware community,
can I set extraPathInfo for a specific context, ie have it off for all but one of my
contexts? I ask because turning it on system wide had unexpected results, and I
really only needed it on for a single project.
As always any and all help is appreciated
Jose
Never mind I fixed the problem by looking in the CVS. It seems that the
issue has been fixed, I just updated my threadedappserservice file
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jose
Sent: Wednesday, January 21, 2004 10:32 PM
To: [EMAIL
dedAppServer.py", line 661, in ?
signal.signal(signal.SIGINT, shutDown)
exceptions.ValueError: signal only works in main thread
Any help would be great, at the moment I can't run my webkits servlets.
Thanks in advance
Jose
---
The
Apache, I know since the 39 version there has
been many security fixes in the code. There current code is version 49 I believe.
Jose
> Original Message
> Subject: [Webware-discuss] mod_webkit2 and Windows/Apache issues ...
> From: "Vince Puzzella" <[EMAIL P
am not sure why adding the a at
the end of your url would get you to the examples context. Hope this
helps, if not keep asking we'll provide more help.
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of YOON.
Joo-Yung
Sent: Friday, January 02, 20
work with webware? Are you using webkit.cgi or the apache
mod?
This should allow us to better help you out, also in general you do not
need to move the examples folder to your web servers root, since the
conf file generally knows how to find them.
Jose
-Original Message-
From: [EMAIL
e lag is coming into play
Jose
> Original Message
> Subject: RE: [Webware-discuss] crash on double click
> From: "Hancock, David (DHANCOCK)" <[EMAIL PROTECTED]>
> Date: Wed, December 10, 2003 2:43 pm
> To: [EMAIL PROTECTED]
>
> What databas
actually give it its own module - just made more sense to
me) Thanks again for setting me straight on this
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron
Held
Sent: Tuesday, September 30, 2003 8:30 AM
To: jose
Cc: 'Webware discuss'
S
is
what I am assuming will happen the way I've outlined doing it)?
Thanks for the info in advance
Jose
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://t
please ignore just making sure I can send to the group
Jose
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Webware-discuss mailing list
[EMAIL
Sorry aobut that, I've got the links all working now
Jose
> Original Message
> Subject: Re: [Webware-discuss] tplCompiler for Webware
> From: "Frank Barknecht" <[EMAIL PROTECTED]>
> Date: Tue, September 02, 2003 2:20 pm
> To: [EMAIL PROT
Documentation can be found at:
http://mbp.compmed.ucdavis.edu/tplcompiler/docs/template.html
Jose
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Webware-discuss
take a look at tplCompiler for webware
http://mbp.compmed.ucdavis.edu/tplcompiler
Jose
> Original Message
> Subject: Re: [Webware-discuss] Including a PSP file from a Servlet
> From: [EMAIL PROTECTED]
> Date: Thu, August 28, 2003 2:25 pm
> To: [
" function what template you are using and it
will compile it if needed or use the compiled one if that is
appropriate. I really think you will be happy with it, we are just
getting the package ready to distribute. I will post a message back to
this group once the website is up and ready
wn on but I have some of our own modules in the
webkit folder)
But what you've outlined sounds like it should work just fine
Jose
> Original Message
> Subject: RE: [Webware-discuss] upgrading from 8.0 tio 8.1
> From: "Ian" <[EMAIL PROTECTED]>
&
Well what I did when I updated was to expand 8.1 into a new directory, run the
installer script and then I used a diff program to make sure that all my settings were
copied correctly. Then just copied over the old installation. Took about 10 min to
get done.
Jose
> Original Mess
OH man I should have thought of that! Since python never really compiles the main py file but compiles all the other ones, I should have figured that webware did the same. Thanks for the info
Jose
Original Message Subject: Re[2]: [Webware-discuss] executing .pyc filesFrom
This is an interesting question, does anyone have an answer to this?
Jose
Original Message Subject: [Webware-discuss] executing .pyc filesFrom: "=?Windows-1250?B?SmFyb3OzYXcgWmFiaWWzs28=?="<[EMAIL PROTECTED]>Date: Fri, August 08, 2003 6:37 pmTo: [EMAIL PROT
Could you please post a code snippet so that I can see how you
implemented threading?
Thanks
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, July 27, 2003 4:13 AM
To: [EMAIL PROTECTED]
Subject: [Webware-discuss
e why are you using the cgi method? why not use the webkit.dll? I have been using Webware with apache on windows for quite a while not and find that this is the most stable approach
Jose
Original Message Subject: Re: [Webware-discuss] [newbie] Installed, compiled server: "H
When I tried the webkit cgi the only way to get was to compile it, I
don't think you can use the .cgi version with windows
Jose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Bicking
Sent: Sunday, July 20, 2003 12:34 PM
To: Frederic Faure
Cc: We
1 - 100 of 158 matches
Mail list logo