Hi Norm<br><br>thanks for sending the tarball<br><br>i did exactly as you told<br>but studio is unable to find chameleon<br><br>i am using the latest windows ms4w release from maptools<br>and chameleon RC1<br><br>i extracted studio in /ms4w/apps
<br>set aliases for studio and studio_admin in httpd_studio.conf<br>and left the path to chameleon as blank in studio.xml but it didnt work<br>also tried setting the path as /ms4w/apps/chameleon-2.6.0rc1/htdocs/<br><br>but its unable to find chameleon
<br>i also tried <a href="http://localhost/studio">http://localhost/studio</a> and studio_admin <br>but i keep getting the &quot;Error Finding Chameleon&quot; page that indicates studio is not properly configured<br><br>need some more help from you
<br><br>waiting for your reply<br><br>Anand Akmanchi<br><br><br><div><span class="gmail_quote">On 11/1/07, <b class="gmail_sendername">Normand Savard</b> &lt;<a href="mailto:nsavard@mapgears.com">nsavard@mapgears.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Normand Savard wrote:<br><br>&gt; SHERIF NAGY wrote:<br>&gt;<br>&gt;&gt; Hello Norm,<br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; That is will be great ! i really appreciate&nbsp;&nbsp;your<br>&gt;&gt; help and effort.&nbsp;&nbsp;any method to communicate and send<br>&gt;&gt; the files? IRC / MSN / YAHOO / GTALK / ICQ / Gadu Gadu<br>&gt;&gt; :-)?<br>&gt;&gt;
<br>&gt;&gt;<br>&gt;&gt;<br>&gt; Sherif, Anand,<br>&gt;<br>&gt; I&#39;m sending you the tarball (622kb) offline and then after I&#39;ll assist<br>&gt; you on how to set up studio through the mailling list.&nbsp;&nbsp;We always have
<br>&gt; to&nbsp;&nbsp;cc the Chameleon mailling list.<br>&gt;<br>&gt; Norm<br>&gt;<br>Here is what I did to install and configure Studio to make it work with<br>the SECTPopup widget.<br><br>Norm<br><br>A)The simple way on Linux:<br>
1.&nbsp;&nbsp;Extract Studio in the same directory as Chameleon is (e.g. if<br>Chameleon is in /home/username/projects/, extract Studio in<br>/home/username/project).<br><br>2.&nbsp;&nbsp;Edit studio/config/studio.xml and leave blank the Chameleon path :
<br><br>&lt;app-context&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;context-param&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-name&gt;chameleon_path&lt;/param-name&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-value&gt;&lt;/param-value&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt;Absolute path to the root of a chameleon
<br>installation. You<br>can leave it blank if chameleon is installed in the same directory as<br>Studio.&nbsp;&nbsp;This value is a DIRECTORY&lt;/description&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/context-param&gt;<br><br>&nbsp;&nbsp; ...<br>&lt;/app-context&gt;
<br><br>3.&nbsp;&nbsp;Go to your Apache document root directory and add a symbolic link<br>that point out to studio/htdocs directory<br><br>ln -s /pathto/studio/htdocs/&nbsp;&nbsp;&nbsp;&nbsp; studio<br><br>4. Add SECTPopup widget in your application template:
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- SECTPopup --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;cwc2 type=&quot;SECTPopup&quot; styleresource=&quot;TextButtons&quot;<br>popupstyleresource=&quot;TextButtons&quot; PopupWidth=&quot;300&quot; PopupHeight=&quot;450&quot;
<br>Toolbar=&quot;false&quot; Status=&quot;false&quot; Menubar=&quot;false&quot; Visible=&quot;true&quot;<br>Scrollbars=&quot;true&quot; Image=&quot;icons/icon_classify.png&quot; Label=&quot;Style Layer&quot;<br>ImageTip=&quot;Apply styles to layers&quot; &gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;normal&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;selected&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;hover&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cwc2&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br>
<br><br><br>B)If you extract Studio not in the same directory as Chameleon on Linux.<br>1.&nbsp;&nbsp;Extract Studio in a directory that will be made accessible from the Web.<br><br>2.&nbsp;&nbsp;Edit studio/config/studio.xml and set the Chameleon path :
<br><br>&lt;app-context&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;context-param&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-name&gt;chameleon_path&lt;/param-name&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-value&gt;/path/to/chameleon/htdocs/&lt;/param-value&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt;Absolute path to the root of a chameleon
<br>installation. You<br>can leave it blank if chameleon is installed in the same directory as<br>Studio.&nbsp;&nbsp;This value is a DIRECTORY&lt;/description&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/context-param&gt;<br><br>&nbsp;&nbsp; ...<br>&lt;/app-context&gt;
<br><br>3.&nbsp;&nbsp;Go to your Apache document root directory and add a symbolic link<br>that point out to studio/htdocs directory<br><br>ln -s /pathto/studio/htdocs/ studio<br><br>4. Add SECTPopup widget in your application template with the path and
<br>Web path to Studio:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- SECTPopup --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;cwc2 type=&quot;SECTPopup&quot; styleresource=&quot;TextButtons&quot;<br>popupstyleresource=&quot;TextButtons&quot; PopupWidth=&quot;300&quot; PopupHeight=&quot;450&quot;
<br>Toolbar=&quot;false&quot; Status=&quot;false&quot; Menubar=&quot;false&quot; Visible=&quot;true&quot;<br>Scrollbars=&quot;true&quot; Image=&quot;icons/icon_classify.png&quot; Label=&quot;Style Layer&quot;<br>ImageTip=&quot;Apply styles to layers&quot; STUDIOPATH=&quot;/pathto/studio/&quot;
<br>STUDIOURL=&quot;<a href="http://127.0.0.1:port/studio/">http://127.0.0.1:port/studio/</a>&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;normal&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;selected&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;hover&quot;/&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cwc2&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br><br>C)Alternately instead of doing a symbolic link (step 3) you can create<br>studio.conf file under fgs/www/conf.d if you work with fgs or if not<br>simply add the following lines in your 
httpd.conf:<br><br>Alias /studio/ &quot;/pathto/studio/htdocs/&quot;<br><br>&lt;Directory &quot;/pathto/studio/htdocs/&quot;&gt;<br>&nbsp;&nbsp;AllowOverride None<br>&nbsp;&nbsp;Options Indexes FollowSymLinks Multiviews<br>&nbsp;&nbsp;Order allow,deny
<br>&nbsp;&nbsp;Allow from all<br>&lt;/Directory&gt;<br><br>Alias /studio_admin/ &quot;/pathto/studio/htdocs_admin/&quot;<br><br>&lt;Directory &quot;/pathto/studio/htdocs_admin/&quot;&gt;<br>&nbsp;&nbsp;AllowOverride None<br>&nbsp;&nbsp;Options Indexes FollowSymLinks Multiviews
<br>&nbsp;&nbsp;Order allow,deny<br>&nbsp;&nbsp;Allow from all<br>&lt;/Directory&gt;<br><br><br>D)&nbsp;&nbsp;You can execute the following steps on Windows with ms4w:<br><br>1.&nbsp;&nbsp;Extract Studio in the same directory as Chameleon is (e.g. in<br>/ms4w/apps/).
<br><br>2.&nbsp;&nbsp;Edit studio/config/studio.xml and leave blank the Chameleon path :<br><br>&lt;app-context&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;context-param&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-name&gt;chameleon_path&lt;/param-name&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param-value&gt;&lt;/param-value&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt;Absolute path to the root of a chameleon<br>installation. You<br>can leave it blank if chameleon is installed in the same directory as<br>Studio.&nbsp;&nbsp;This value is a DIRECTORY&lt;/description&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/context-param&gt;<br><br>&nbsp;&nbsp; ...<br>&lt;/app-context&gt;<br><br>3.&nbsp;&nbsp;Go to /ms4w/httpd.d/ and create a file httpd_studio.conf with the<br>following lines within it:<br><br>Alias /studio/ &quot;/ms4w/apps/studio/htdocs/&quot;
<br><br>&lt;Directory &quot;/ms4w/apps/studio/htdocs/&quot;&gt;<br>&nbsp;&nbsp;AllowOverride None<br>&nbsp;&nbsp;Options Indexes FollowSymLinks Multiviews<br>&nbsp;&nbsp;Order allow,deny<br>&nbsp;&nbsp;Allow from all<br>&lt;/Directory&gt;<br><br>Alias /studio_admin/ &quot;/ms4w/apps/studio/htdocs_admin/&quot;
<br><br>&lt;Directory &quot;/ms4w/apps/studio/htdocs_admin/&quot;&gt;<br>&nbsp;&nbsp;AllowOverride None<br>&nbsp;&nbsp;Options Indexes FollowSymLinks Multiviews<br>&nbsp;&nbsp;Order allow,deny<br>&nbsp;&nbsp;Allow from all<br>&lt;/Directory&gt;<br><br><br>4. Add SECTPopup widget in your application template:
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- SECTPopup --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;cwc2 type=&quot;SECTPopup&quot; styleresource=&quot;TextButtons&quot;<br>popupstyleresource=&quot;TextButtons&quot; PopupWidth=&quot;300&quot; PopupHeight=&quot;450&quot;
<br>Toolbar=&quot;false&quot; Status=&quot;false&quot; Menubar=&quot;false&quot; Visible=&quot;true&quot;<br>Scrollbars=&quot;true&quot; Image=&quot;icons/icon_classify.png&quot; Label=&quot;Style Layer&quot;<br>ImageTip=&quot;Apply styles to layers&quot; &gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;normal&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;selected&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;image state=&quot;hover&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cwc2&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br>
<br><br><br></blockquote></div><br><br clear="all"><br>-- <br>Anand Akmanchi<br>========================================<br>&quot;Man&#39;s mind, once stretched by a new idea, never regains its original dimensions.&quot; - Oliver Wendell
<br>Holmes<br>========================================