Re: [Webware-discuss] Question......

2006-09-05 Thread jose
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

Re: [Webware-discuss] How to include a php page from the same server inside my SitePage?

2006-03-20 Thread Jose Galvez
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

Re: [Webware-discuss] How to include a php page from the same server inside my SitePage?

2006-03-16 Thread Jose Galvez
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

Re: [Webware-discuss] How to include a php page from the same server inside my SitePage?

2006-03-16 Thread Jose Galvez
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

[Webware-discuss] RE: [Web ware-discuss] webware forms: formkit, formencode, any other?

2006-03-09 Thread jose
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

[Webware-discuss] RE: did you get my email? FW: still interested?

2006-02-24 Thread jose
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 >

RE: [Webware-discuss] RE: Configuring webkit in IS v6

2006-02-08 Thread jose
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

RE: [Webware-discuss] RE: Configuring webkit in IS v6

2006-02-08 Thread jose
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 > ---

Re: [Webware-discuss] RE: Configuring webkit in IIS v6

2006-02-06 Thread Jose Galvez
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

Re: [Webware-discuss] RE: Configuring webkit in IIS v6

2006-02-06 Thread Jose Galvez
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 >

RE: [Webware-discuss] RE: Configuring webkit in IIS v6

2006-02-06 Thread jose
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

Re: [Webware-discuss] error: (24, 'Too many open files')

2006-01-18 Thread Jose Galvez
?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 -

[Webware-discuss] Apache 2.2

2005-12-19 Thread Jose Galvez
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

RE: [Webware-discuss] Python and AJAX

2005-11-02 Thread jose
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

[Webware-discuss] does anyone know?

2005-10-21 Thread Jose Galvez
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.

Re: [Webware-discuss] I can't set webware appserver options any longer

2005-10-08 Thread Jose Galvez
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

Re: [Webware-discuss] I can't set webware appserver options any longer

2005-10-07 Thread Jose Galvez
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

Re: [Webware-discuss] I can't set webware appserver options any longer

2005-10-07 Thread Jose Galvez
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

[Webware-discuss] I can't set webware appserver options any longer

2005-10-06 Thread jose
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

Re: [Webware-discuss] ntservice

2005-10-02 Thread Jose Galvez
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

Re: [Webware-discuss] ntservice

2005-09-30 Thread Jose Galvez
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

RE: [Webware-discuss] profiler.starttime problem

2005-09-29 Thread jose
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:

RE: [Webware-discuss] profiler.starttime problem

2005-09-29 Thread jose
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

[Webware-discuss] (no subject)

2005-09-29 Thread jose
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

RE: [Webware-discuss] Printing from web application

2005-09-27 Thread jose
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

RE: [Webware-discuss] Printing from web application

2005-09-27 Thread jose
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:

RE: [Webware-discuss] Printing from web application

2005-09-20 Thread jose
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 >

[Webware-discuss] what "kits" are needed

2005-08-03 Thread 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

Re: [Webware-discuss] Shouldn't Super work with webkit?

2005-06-26 Thread Jose Galvez
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

Re: [Webware-discuss] Shouldn't Super work with webkit?

2005-06-26 Thread Jose Galvez
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

Re: [Webware-discuss] Shouldn't Super work with webkit?

2005-06-25 Thread Jose Galvez
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

Re: [Webware-discuss] Shouldn't Super work with webkit?

2005-06-25 Thread Jose Galvez
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

Re: [Webware-discuss] Shouldn't Super work with webkit?

2005-06-25 Thread Jose Galvez
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

[Webware-discuss] Shouldn't Super work with webkit?

2005-06-25 Thread Jose Galvez
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 ---

Re: [Webware-discuss] Webware application standards

2005-06-02 Thread Jose Galvez
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

Re: [Webware-discuss] what is Launch.py purpose

2005-05-07 Thread Jose Galvez
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

RE: [Webware-discuss] what to write in a browser to run application

2005-05-05 Thread jose
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

Re: [Webware-discuss] what to write in a browser to run application

2005-05-02 Thread Jose Galvez
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

Re: [Webware-discuss] what to write in a browser to run application

2005-05-02 Thread Jose Galvez
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

RE: [Webware-discuss] Webware-Cheetah for XUL

2005-03-22 Thread jose
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

RE: [Webware-discuss] Webware-Cheetah for XUL

2005-03-22 Thread jose
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

RE: [Webware-discuss] any way to psp:include files outside tree?

2005-03-15 Thread jose
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]

RE: [Webware-discuss] Some notes on porting from Webware to Skunkweb

2005-03-07 Thread jose
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

RE: [Webware-discuss] Why is this xmlrpc so slow?

2005-02-25 Thread jose
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

RE: [Webware-discuss] Why is this xmlrpc so slow?

2005-02-25 Thread jose
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

[Webware-discuss] Why is this xmlrpc so slow?

2005-02-23 Thread jose
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: ===

RE: [Webware-discuss] Index or Main page with some template....

2005-02-16 Thread jose
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

[Webware-discuss] Database ORM's

2005-02-07 Thread jose
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

RE: [Webware-discuss] Basic post/form handling in webkit

2005-02-01 Thread jose
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

RE: [Webware-discuss] several questions about webware

2005-01-31 Thread jose
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

RE: [Webware-discuss] several questions about webware

2005-01-30 Thread jose
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

RE: [Webware-discuss] Experience to share: using WebWare, DocumentTemplate , HTMLGrid

2004-12-29 Thread jose
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

RE: [Webware-discuss] Subdirectories

2004-10-31 Thread jose
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 >

[Webware-discuss] webware wiki

2004-10-19 Thread jose
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

RE: [Webware-discuss] session strangeness

2004-10-19 Thread jose
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:

RE: [Webware-discuss] Building a table of contents dynamically

2004-09-28 Thread jose
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

RE: [Webware-discuss] Building a table of contents dynamically

2004-09-27 Thread jose
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

RE: [Webware-discuss] MakeAppWorkDir

2004-09-09 Thread jose
> 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]>

RE: [Webware-discuss] MakeAppWorkDir

2004-09-08 Thread jose
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

[Webware-discuss] MakeAppWorkDir

2004-09-08 Thread jose
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

RE: [Webware-discuss] Toward a new release: request for thought and discussion

2004-08-06 Thread jose
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 &

RE: [Webware-discuss] Cheetah templates

2004-07-06 Thread jose
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

RE: [Webware-discuss] Win2000 Service Fails to start

2004-07-04 Thread jose
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

RE: [Webware-discuss] Cheetah templates

2004-07-02 Thread jose
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

RE: [Webware-discuss] Cheetah templates

2004-06-30 Thread jose
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

[Webware-discuss] Cheetah templates

2004-06-30 Thread jose
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

RE: [Webware-discuss] Testing the CVS, strange 404 error

2004-06-16 Thread jose
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.

RE: [Webware-discuss] Python Forum ... ?

2004-06-14 Thread jose
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

RE: [Webware-discuss] Couple little additions to CVS

2004-05-28 Thread jose
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

RE: [Webware-discuss] Image Upload Issue

2004-05-20 Thread jose
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

RE: [Webware-discuss] How can I reload an especific module?

2004-05-11 Thread jose
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

RE: [Webware-discuss] Stand-alone appserver (Unhappy with Adapters)

2004-05-07 Thread jose
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

RE: [Webware-discuss] Changing actions

2004-04-21 Thread jose
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

RE: [Webware-discuss] favicon.ico

2004-04-15 Thread jose
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

RE: [Webware-discuss] WebKit dies

2004-04-08 Thread jose
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

RE: Re[2]: [Webware-discuss] improving Webware visibility

2004-03-26 Thread jose
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

RE: [Webware-discuss] improving Webware visibility

2004-03-26 Thread jose
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

RE: [Webware-discuss] can extraPathInfo be set for a specific context

2004-02-11 Thread jose
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

RE: [Webware-discuss] can extraPathInfo be set for a specific context

2004-02-11 Thread jose
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

[Webware-discuss] can extraPathInfo be set for a specific context

2004-02-11 Thread jose
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

RE: [Webware-discuss] Error starting webware service

2004-01-22 Thread 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

[Webware-discuss] Error starting webware service

2004-01-21 Thread jose
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

RE: [Webware-discuss] mod_webkit2 and Windows/Apache issues ...

2004-01-10 Thread jose
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

RE: [Webware-discuss] [Q] First Running

2004-01-04 Thread jose
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

RE: [Webware-discuss] examples

2003-12-13 Thread jose
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

RE: [Webware-discuss] crash on double click

2003-12-10 Thread jose
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

RE: [Webware-discuss] DBPool connections question

2003-09-30 Thread jose
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

[Webware-discuss] DBPool connections question

2003-09-29 Thread jose
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

[Webware-discuss] please ignore

2003-09-12 Thread jose
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

RE: [Webware-discuss] tplCompiler for Webware

2003-09-02 Thread jose
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

[Webware-discuss] tplCompiler for Webware

2003-09-02 Thread jose
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

RE: [Webware-discuss] Including a PSP file from a Servlet

2003-08-29 Thread jose
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: [

RE: [Webware-discuss] Cheetah and Webware

2003-08-28 Thread jose
" 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

RE: [Webware-discuss] upgrading from 8.0 tio 8.1

2003-08-28 Thread jose
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]> &

RE: [Webware-discuss] upgrading from 8.0 tio 8.1

2003-08-27 Thread jose
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

RE: Re[2]: [Webware-discuss] executing .pyc files

2003-08-14 Thread jose
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

RE: [Webware-discuss] executing .pyc files

2003-08-14 Thread jose
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

RE: [Webware-discuss] Performance Concern

2003-07-27 Thread jose
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

RE: [Webware-discuss] [newbie] Installed, compiled server: "Hello World" ?

2003-07-21 Thread jose
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

RE: [Webware-discuss] [newbie] Installed, compiled server: "HelloWorld" ?

2003-07-20 Thread jose
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   2   >