Re: Multiple WebObjectsAlias entries

2012-06-20 Thread Pascal Robert
You can use mod_rewrite in Apache to do this (map old URLs to the new ones, 
without needing to tell clients that the URLs have changed).

 I am switching the deployment of some applications from tomcat on Linux to 
 JavaMonitor on Linux. There are still a number of applications deployed on a 
 10.6 OSX server running JavaMonitor. We have one external web server that 
 will handle traffic to both servers.The problem I have is the tomcat 
 applications are access by various corporate clients around the world and the 
 URL is embed in their web site applications. The current tomcat url is of a 
 format like https://domain/appname/WebObjects/appname.woa/ with form values 
 containing user credentials.  Is there a way in the webobject.conf file to 
 handle multiple WebObjectsAlias entries? I need one for this URL and one for 
 standard /cgi-bin/WebObjects/ to handle the applications deployed on the OSX 
 server, some of these applications have been around since WO 4.5. This will 
 be a large timing effort to get everyone to change their tomcat style URL to 
 use cgi-bin 
 
 I found a old post (2003) stating only the last entry was read, was hoping 
 this was either not true anymore or someone had a workaround I had not 
 thought of 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
 
 This email sent to prob...@macti.ca


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


New WOWODC 2011 releases

2012-06-20 Thread Pascal Robert
The public podcasts feed now have all the WOWODC 2011 recordings! The following 
recordings were added two minutes ago:

- Custom EOAdaptors (Plus ERSolr!)
- Custom and Embedded D2W components
- Using a job scheduler in your WebObjects applications
- Wonder's Ajax Framework: Under the Hood

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Multiple WebObjectsAlias entries

2012-06-20 Thread Ron Lift
One of the sysadmins tried that yesterday and the form values disappeared.
Should the form values not be touch and I need to look at how he did this?

On Wed, Jun 20, 2012 at 7:43 AM, Pascal Robert prob...@macti.ca wrote:

 You can use mod_rewrite in Apache to do this (map old URLs to the new
 ones, without needing to tell clients that the URLs have changed).

  I am switching the deployment of some applications from tomcat on Linux
 to JavaMonitor on Linux. There are still a number of applications deployed
 on a 10.6 OSX server running JavaMonitor. We have one external web server
 that will handle traffic to both servers.The problem I have is the tomcat
 applications are access by various corporate clients around the world and
 the URL is embed in their web site applications. The current tomcat url is
 of a format like https://domain/appname/WebObjects/appname.woa/ with form
 values containing user credentials.  Is there a way in the webobject.conf
 file to handle multiple WebObjectsAlias entries? I need one for this URL
 and one for standard /cgi-bin/WebObjects/ to handle the applications
 deployed on the OSX server, some of these applications have been around
 since WO 4.5. This will be a large timing effort to get everyone to change
 their tomcat style URL to use cgi-bin
 
  I found a old post (2003) stating only the last entry was read, was
 hoping this was either not true anymore or someone had a workaround I had
 not thought of
  ___
  Do not post admin requests to the list. They will be ignored.
  Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
  Help/Unsubscribe/Update your Subscription:
 
 https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
 
  This email sent to prob...@macti.ca


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Multiple WebObjectsAlias entries

2012-06-20 Thread Pascal Robert
I must say that I never have a case when I use mod_rewrite with POST requests 
(but I know it works with mod_proxy). But a quick search on Google brings a 
couple of possible fixes.

Example: 
http://stackoverflow.com/questions/358263/htaccess-is-it-possible-to-redirect-post-data

 One of the sysadmins tried that yesterday and the form values disappeared. 
 Should the form values not be touch and I need to look at how he did this? 
 
 On Wed, Jun 20, 2012 at 7:43 AM, Pascal Robert prob...@macti.ca wrote:
 You can use mod_rewrite in Apache to do this (map old URLs to the new ones, 
 without needing to tell clients that the URLs have changed).
 
  I am switching the deployment of some applications from tomcat on Linux to 
  JavaMonitor on Linux. There are still a number of applications deployed on 
  a 10.6 OSX server running JavaMonitor. We have one external web server that 
  will handle traffic to both servers.The problem I have is the tomcat 
  applications are access by various corporate clients around the world and 
  the URL is embed in their web site applications. The current tomcat url is 
  of a format like https://domain/appname/WebObjects/appname.woa/ with form 
  values containing user credentials.  Is there a way in the webobject.conf 
  file to handle multiple WebObjectsAlias entries? I need one for this URL 
  and one for standard /cgi-bin/WebObjects/ to handle the applications 
  deployed on the OSX server, some of these applications have been around 
  since WO 4.5. This will be a large timing effort to get everyone to change 
  their tomcat style URL to use cgi-bin
 
  I found a old post (2003) stating only the last entry was read, was hoping 
  this was either not true anymore or someone had a workaround I had not 
  thought of
  ___
  Do not post admin requests to the list. They will be ignored.
  Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
  Help/Unsubscribe/Update your Subscription:
  https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
 
  This email sent to prob...@macti.ca
 
 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Multiple WebObjectsAlias entries

2012-06-20 Thread Ron Lift
Thanks you doing the search. I did not have time yet. bring your kids day
at work so not much work getting done. Will try to get it working and post
my solution. Thanks

On Wed, Jun 20, 2012 at 8:37 AM, Pascal Robert prob...@macti.ca wrote:

 I must say that I never have a case when I use mod_rewrite with POST
 requests (but I know it works with mod_proxy). But a quick search on Google
 brings a couple of possible fixes.

 Example:
 http://stackoverflow.com/questions/358263/htaccess-is-it-possible-to-redirect-post-data

  One of the sysadmins tried that yesterday and the form values
 disappeared. Should the form values not be touch and I need to look at how
 he did this?
 
  On Wed, Jun 20, 2012 at 7:43 AM, Pascal Robert prob...@macti.ca wrote:
  You can use mod_rewrite in Apache to do this (map old URLs to the new
 ones, without needing to tell clients that the URLs have changed).
 
   I am switching the deployment of some applications from tomcat on
 Linux to JavaMonitor on Linux. There are still a number of applications
 deployed on a 10.6 OSX server running JavaMonitor. We have one external web
 server that will handle traffic to both servers.The problem I have is the
 tomcat applications are access by various corporate clients around the
 world and the URL is embed in their web site applications. The current
 tomcat url is of a format like
 https://domain/appname/WebObjects/appname.woa/ with form values
 containing user credentials.  Is there a way in the webobject.conf file to
 handle multiple WebObjectsAlias entries? I need one for this URL and one
 for standard /cgi-bin/WebObjects/ to handle the applications deployed on
 the OSX server, some of these applications have been around since WO 4.5.
 This will be a large timing effort to get everyone to change their tomcat
 style URL to use cgi-bin
  
   I found a old post (2003) stating only the last entry was read, was
 hoping this was either not true anymore or someone had a workaround I had
 not thought of
   ___
   Do not post admin requests to the list. They will be ignored.
   Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
   Help/Unsubscribe/Update your Subscription:
  
 https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
  
   This email sent to prob...@macti.ca
 
 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Multiple WebObjectsAlias entries

2012-06-20 Thread Ron Lift
This is the line that worked for me

RewriteRule ^/AppName/(.*)$ /cgi-bin/$1 [PT,L]

Thanks for the help

On Wed, Jun 20, 2012 at 9:20 AM, Ron Lift rpgi...@gmail.com wrote:

 Thanks you doing the search. I did not have time yet. bring your kids day
 at work so not much work getting done. Will try to get it working and post
 my solution. Thanks


 On Wed, Jun 20, 2012 at 8:37 AM, Pascal Robert prob...@macti.ca wrote:

 I must say that I never have a case when I use mod_rewrite with POST
 requests (but I know it works with mod_proxy). But a quick search on Google
 brings a couple of possible fixes.

 Example:
 http://stackoverflow.com/questions/358263/htaccess-is-it-possible-to-redirect-post-data

  One of the sysadmins tried that yesterday and the form values
 disappeared. Should the form values not be touch and I need to look at how
 he did this?
 
  On Wed, Jun 20, 2012 at 7:43 AM, Pascal Robert prob...@macti.ca
 wrote:
  You can use mod_rewrite in Apache to do this (map old URLs to the new
 ones, without needing to tell clients that the URLs have changed).
 
   I am switching the deployment of some applications from tomcat on
 Linux to JavaMonitor on Linux. There are still a number of applications
 deployed on a 10.6 OSX server running JavaMonitor. We have one external web
 server that will handle traffic to both servers.The problem I have is the
 tomcat applications are access by various corporate clients around the
 world and the URL is embed in their web site applications. The current
 tomcat url is of a format like
 https://domain/appname/WebObjects/appname.woa/ with form values
 containing user credentials.  Is there a way in the webobject.conf file to
 handle multiple WebObjectsAlias entries? I need one for this URL and one
 for standard /cgi-bin/WebObjects/ to handle the applications deployed on
 the OSX server, some of these applications have been around since WO 4.5.
 This will be a large timing effort to get everyone to change their tomcat
 style URL to use cgi-bin
  
   I found a old post (2003) stating only the last entry was read, was
 hoping this was either not true anymore or someone had a workaround I had
 not thought of
   ___
   Do not post admin requests to the list. They will be ignored.
   Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
   Help/Unsubscribe/Update your Subscription:
  
 https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
  
   This email sent to prob...@macti.ca
 
 



 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


ERPDFWrapper and checkboxes

2012-06-20 Thread Larry Mills-Gahl
I  am using ERXInlineTemplate to generate a checklist that has some data 
already filled in and some per-client customization with checkboxes intended to 
be filled out by a human working with the paper form. 
The trouble I am having is that I cannot seem to get checkboxes to render using 
ERPDFWrapper even though they do render in the html view (and they also render 
if I choose to print to pdf while viewing the html ... so the it appears the 
very simple CSS is not getting in the way. 
I've used html form checkboxes and also html entities  #9744; and #9745;

so... html rendering? OK ERPDFWrapper rendering of the same HTML? NO checkboxes.

Any idea why this would be happening?


Larry Mills-Gahl
l...@webfarm.com




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: New WOWODC 2011 releases

2012-06-20 Thread Ted Archibald
Anxiously awaiting the forthcoming videos from 2012 wowodc...!

On Wed, Jun 20, 2012 at 6:22 AM, Pascal Robert prob...@macti.ca wrote:

 The public podcasts feed now have all the WOWODC 2011 recordings! The
 following recordings were added two minutes ago:

 - Custom EOAdaptors (Plus ERSolr!)
 - Custom and Embedded D2W components
 - Using a job scheduler in your WebObjects applications
 - Wonder's Ajax Framework: Under the Hood

  ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:

 https://lists.apple.com/mailman/options/webobjects-dev/ted.archibald%40gmail.com

 This email sent to ted.archib...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com