Re: [pmapper-users] Multiple pmapper in one server

2013-12-04 Thread Solly Vuso
On Wed, Oct 9, 2013 at 2:22 PM, Raffaele Morelli raffaele.more...@gmail.com
 wrote:

 http://svn.pmapper.net/trac/wiki/FaqTips#UsingApacherewritemechanisms


 Hi All

This is how I manage to get multiple pmappers running in one Apache

The main pammper is under apps and the rest of the pmappers are under
ms4w/apache/htdocs

Under htdocs i copied pmapper and place under the folder , like
localhost/test

So far its working for me




 2013/10/9 Sentot Kurniawan masen...@gmail.com

  I like to add everything under the htdocs directory, using 2 different
 web
  directories. Then the URL just look like this :
http://localhost/web1
http://localhost/web2
 
  Please show me step by step how to achive it :)
 
 
  Regards,
  Todd
 
  On Wed, Oct 9, 2013 at 1:36 PM, Chris forum bak.fo...@gmail.com wrote:
 
   Hi Todd,
  
   Here is how it works:
  
   - One main .phtml file that is used by all your pmapper projects
 (stored
   into the pmapper root directory)
   This is where you specify what config ($config) to look at
  
   - One .xml configuration file per project (into pmapper/config/
  directory)
   In this file you specify what is the config directory and what mapfile
 to
   read
  
   - One (or more) configuration directory (into pmapper/config/
 directory)
   as specified in the .xml files
  
   Have a look at the given map_uilayout.phtml as an example.
  
  
   Cheers,
   Chris
  
  
  
   On Wed, Oct 9, 2013 at 5:32 AM, Sentot Kurniawan masen...@gmail.com
  wrote:
  
   Hi serge,
  
   Would you show me step by step how to achive multiple pmapper in one
   server.
  
  
   Regards,
   Todd
  
  
 
 --
   October Webinars: Code for Performance
   Free Intel webinars can help you accelerate application performance.
   Explore tips for MPI, OpenMP, advanced profiling, and more. Get the
 most
   from
   the latest Intel processors and coprocessors. See abstracts and
  register 
  
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
   ___
   pmapper-users mailing list
   pmapper-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/pmapper-users
  
  
  
 
 
 --
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
  from
  the latest Intel processors and coprocessors. See abstracts and register
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
  ___
  pmapper-users mailing list
  pmapper-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/pmapper-users
 

 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users




-- 
Best Regards

Solly Vuso
Cell:073 3068 170
Fax:086 555 1270

I may not know what tomorrow holds for me but I do know who holds ma
tomorrow.
--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2013-10-09 Thread Chris forum
Hi Todd,

Here is how it works:

- One main .phtml file that is used by all your pmapper projects (stored
into the pmapper root directory)
This is where you specify what config ($config) to look at

- One .xml configuration file per project (into pmapper/config/ directory)
In this file you specify what is the config directory and what mapfile to
read

- One (or more) configuration directory (into pmapper/config/ directory) as
specified in the .xml files

Have a look at the given map_uilayout.phtml as an example.


Cheers,
Chris



On Wed, Oct 9, 2013 at 5:32 AM, Sentot Kurniawan masen...@gmail.com wrote:

 Hi serge,

 Would you show me step by step how to achive multiple pmapper in one
 server.


 Regards,
 Todd

 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2013-10-09 Thread Raffaele Morelli
http://svn.pmapper.net/trac/wiki/FaqTips#UsingApacherewritemechanisms


2013/10/9 Sentot Kurniawan masen...@gmail.com

 I like to add everything under the htdocs directory, using 2 different web
 directories. Then the URL just look like this :
   http://localhost/web1
   http://localhost/web2

 Please show me step by step how to achive it :)


 Regards,
 Todd

 On Wed, Oct 9, 2013 at 1:36 PM, Chris forum bak.fo...@gmail.com wrote:

  Hi Todd,
 
  Here is how it works:
 
  - One main .phtml file that is used by all your pmapper projects (stored
  into the pmapper root directory)
  This is where you specify what config ($config) to look at
 
  - One .xml configuration file per project (into pmapper/config/
 directory)
  In this file you specify what is the config directory and what mapfile to
  read
 
  - One (or more) configuration directory (into pmapper/config/ directory)
  as specified in the .xml files
 
  Have a look at the given map_uilayout.phtml as an example.
 
 
  Cheers,
  Chris
 
 
 
  On Wed, Oct 9, 2013 at 5:32 AM, Sentot Kurniawan masen...@gmail.com
 wrote:
 
  Hi serge,
 
  Would you show me step by step how to achive multiple pmapper in one
  server.
 
 
  Regards,
  Todd
 
 
 --
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
  from
  the latest Intel processors and coprocessors. See abstracts and
 register 
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
  ___
  pmapper-users mailing list
  pmapper-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/pmapper-users
 
 
 

 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2013-10-08 Thread Sentot Kurniawan
Hi serge,

Would you show me step by step how to achive multiple pmapper in one server.


Regards,
Todd
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-26 Thread Armin Burger
Serge

The MS4W package is mainly for testing and quick installation of a 
sample application.

You should use the normal zip package and install it as described in the 
wiki for generic installation (see especially the quick install 
description) for real applications.

I would not use the MS4W configuration files, just install everything 
under the htdocs directory, using 2 different web directories (install 
and configure 1 and then copy). Then the URL should be like
  http://localhost/web1
  http://localhost/web2


You mainly need to adapt the paths inside the map file for the tmp 
directory of IMAGEPATH and set the /images/legend/ directory writable 
by the web server user (I guess on MS4W under Win XP this should already 
be the case if Apache is running as a windows service). All as described 
in the wiki.

I cannot tell you much about MS4W specialities since I never use it and 
could not get PHP working on an XP virtual machine for testing...

armin

On 26/11/2011 06:34, Serge Claudio Rafanoharana wrote:
 Hi Armin,

 Thanks for your reply.
 First I use Windows, MS4W 3.0.3, pmapper 4.2

 What I need is 2 totally different pmapper, without any relationship. I
 mean 2 different projects. So inside my local server, I will have 2 folders
 web1 and web2.

 Up till now, I use the pmapper-4.2.0-ms4w.zip package so it is installed
 directly under C:\ms4w\apps with the httpd_pmapper.conf under
 C:\ms4w\httpd.d
 Then if I install another pmapper, it will rewrite the one that I already
 have.

 One more thing, I would like my pmapper under C:\ms4w\Apache\htdocs like
 other common website, how would I do that? so in final, I will have 2
 pmapper website under C:\ms4w\Apache\htdocs like web1 and web2.

 I hope it is clear.

 Regards,

 Serge

 On Fri, Nov 25, 2011 at 9:11 AM, Armin Burgerarmin.bur...@gmail.comwrote:

 On 25/11/2011 09:36, Serge Claudio Rafanoharana wrote:
 Hi all,

 I would like to know the way how to set up 2 pmapper in one server. I
 remember that I need to change the name of httpd_pmapper.conf and also
 the
 config_default.xml but cannot get it or did I miss some other
 configurations?

 Regards,


 you would need to specify more precisely what you want to do, there are
 too many possibilities of what 2 pmapper on one server could mean...

 armin


 --
 All the data continuously generated in your IT infrastructure
 contains a definitive record of customers, application performance,
 security threats, fraudulent activity, and more. Splunk takes this
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users





--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-26 Thread Serge Claudio Rafanoharana
Hi Armin,

Thanks a lot... Both web1 and web2 work great...
I made a fresh install and followed the quick install instructions...

Regards,

Serge



On Sat, Nov 26, 2011 at 12:27 AM, Armin Burger armin.bur...@gmx.net wrote:

 Serge

 The MS4W package is mainly for testing and quick installation of a
 sample application.

 You should use the normal zip package and install it as described in the
 wiki for generic installation (see especially the quick install
 description) for real applications.

 I would not use the MS4W configuration files, just install everything
 under the htdocs directory, using 2 different web directories (install
 and configure 1 and then copy). Then the URL should be like
  http://localhost/web1
  http://localhost/web2


 You mainly need to adapt the paths inside the map file for the tmp
 directory of IMAGEPATH and set the /images/legend/ directory writable
 by the web server user (I guess on MS4W under Win XP this should already
 be the case if Apache is running as a windows service). All as described
 in the wiki.

 I cannot tell you much about MS4W specialities since I never use it and
 could not get PHP working on an XP virtual machine for testing...

 armin

 On 26/11/2011 06:34, Serge Claudio Rafanoharana wrote:
  Hi Armin,
 
  Thanks for your reply.
  First I use Windows, MS4W 3.0.3, pmapper 4.2
 
  What I need is 2 totally different pmapper, without any relationship. I
  mean 2 different projects. So inside my local server, I will have 2
 folders
  web1 and web2.
 
  Up till now, I use the pmapper-4.2.0-ms4w.zip package so it is installed
  directly under C:\ms4w\apps with the httpd_pmapper.conf under
  C:\ms4w\httpd.d
  Then if I install another pmapper, it will rewrite the one that I already
  have.
 
  One more thing, I would like my pmapper under C:\ms4w\Apache\htdocs like
  other common website, how would I do that? so in final, I will have 2
  pmapper website under C:\ms4w\Apache\htdocs like web1 and web2.
 
  I hope it is clear.
 
  Regards,
 
  Serge
 
  On Fri, Nov 25, 2011 at 9:11 AM, Armin Burgerarmin.bur...@gmail.com
 wrote:
 
  On 25/11/2011 09:36, Serge Claudio Rafanoharana wrote:
  Hi all,
 
  I would like to know the way how to set up 2 pmapper in one server. I
  remember that I need to change the name of httpd_pmapper.conf and also
  the
  config_default.xml but cannot get it or did I miss some other
  configurations?
 
  Regards,
 
 
  you would need to specify more precisely what you want to do, there are
  too many possibilities of what 2 pmapper on one server could mean...
 
  armin
 
 
 
 --
  All the data continuously generated in your IT infrastructure
  contains a definitive record of customers, application performance,
  security threats, fraudulent activity, and more. Splunk takes this
  data and makes sense of it. IT sense. And common sense.
  http://p.sf.net/sfu/splunk-novd2d
  ___
  pmapper-users mailing list
  pmapper-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/pmapper-users
 
 
 
 


 --
 All the data continuously generated in your IT infrastructure
 contains a definitive record of customers, application performance,
 security threats, fraudulent activity, and more. Splunk takes this
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users




-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Multiple pmapper in one server

2011-11-25 Thread Serge Claudio Rafanoharana
Hi all,

I would like to know the way how to set up 2 pmapper in one server. I
remember that I need to change the name of httpd_pmapper.conf and also the
config_default.xml but cannot get it or did I miss some other
configurations?

Regards,

-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-25 Thread Serge Claudio Rafanoharana
Forget to mention that I use pmapper 4.0.0 with MS4W 2.3.1

Thank you,

Serge


On Fri, Nov 25, 2011 at 12:36 AM, Serge Claudio Rafanoharana 
rafanohar...@gmail.com wrote:

 Hi all,

 I would like to know the way how to set up 2 pmapper in one server. I
 remember that I need to change the name of httpd_pmapper.conf and also the
 config_default.xml but cannot get it or did I miss some other
 configurations?

 Regards,

 --
 Serge




-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-25 Thread Armin Burger
On 25/11/2011 09:36, Serge Claudio Rafanoharana wrote:
 Hi all,

 I would like to know the way how to set up 2 pmapper in one server. I
 remember that I need to change the name of httpd_pmapper.conf and also the
 config_default.xml but cannot get it or did I miss some other
 configurations?

 Regards,


you would need to specify more precisely what you want to do, there are 
too many possibilities of what 2 pmapper on one server could mean...

armin

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-25 Thread Serge Claudio Rafanoharana
Hi Armin,

Thanks for your reply.
First I use Windows, MS4W 3.0.3, pmapper 4.2

What I need is 2 totally different pmapper, without any relationship. I
mean 2 different projects. So inside my local server, I will have 2 folders
web1 and web2.

Up till now, I use the pmapper-4.2.0-ms4w.zip package so it is installed
directly under C:\ms4w\apps with the httpd_pmapper.conf under
C:\ms4w\httpd.d
Then if I install another pmapper, it will rewrite the one that I already
have.

One more thing, I would like my pmapper under C:\ms4w\Apache\htdocs like
other common website, how would I do that? so in final, I will have 2
pmapper website under C:\ms4w\Apache\htdocs like web1 and web2.

I hope it is clear.

Regards,

Serge

On Fri, Nov 25, 2011 at 9:11 AM, Armin Burger armin.bur...@gmail.comwrote:

 On 25/11/2011 09:36, Serge Claudio Rafanoharana wrote:
  Hi all,
 
  I would like to know the way how to set up 2 pmapper in one server. I
  remember that I need to change the name of httpd_pmapper.conf and also
 the
  config_default.xml but cannot get it or did I miss some other
  configurations?
 
  Regards,
 

 you would need to specify more precisely what you want to do, there are
 too many possibilities of what 2 pmapper on one server could mean...

 armin


 --
 All the data continuously generated in your IT infrastructure
 contains a definitive record of customers, application performance,
 security threats, fraudulent activity, and more. Splunk takes this
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users




-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users