<div dir="ltr"><div><div>Thanks Chris.  I saw the version number and assumed it would work from 1.0.2 and up.<br><br></div>I tried what you suggested yesterday without success.  I've attached a screenshot with what is happening with my config information with the setup you suggested.<br><br></div>config.rb:<br>AppConfig[:backend_url] = "<a href="http://localhost:8092">http://localhost:8092</a>"<br>AppConfig[:frontend_url] = "<a href="http://localhost:8090">http://localhost:8090</a>"<br>AppConfig[:solr_url] = "<a href="http://localhost:8093">http://localhost:8093</a>"<br>AppConfig[:public_url] = "<a href="http://localhost:8091">http://localhost:8091</a>"<br><br>AppConfig[:frontend_proxy_url] = "<a href="http://localhost/archivesspace/frontend">http://localhost/archivesspace/frontend</a>"<br>AppConfig[:public_proxy_url] = "<a href="http://localhost/archivesspace/public">http://localhost/archivesspace/public</a>"<br><br><div><br>Apache:<br>    RewriteRule ^/archivesspace/frontend$ <a href="http://localhost:8090/">http://localhost:8090/</a> [L,P]<br>    RewriteRule ^/archivesspace/frontend/(.*)$ <a href="http://localhost:8090/$1">http://localhost:8090/$1</a> [L,P]<br><br><br><br><br><br><br><br><br><br><br><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 22, 2015 at 12:06 PM, Chris Fitzpatrick <span dir="ltr"><<a href="mailto:Chris.Fitzpatrick@lyrasis.org" target="_blank">Chris.Fitzpatrick@lyrasis.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p><br>
</p>
<p><br>
</p>
<p>Hi David,</p>
<p><br>
</p>
<p>Wow, this documentation is extremely outdated ( from v1.0.2 ). </p>
<p><br>
</p>
<p>I'll update this. </p>
<p><br>
</p>
<p>But the new way for adding this is to use the proxy_url settings in the config.rb file: </p>
<p><a title="Cmd+Click or tap to follow the link" href="https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L156-L157" target="_blank">https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L156-L157</a></p>
<p><br>
</p>
<p>Change your url that you're proxying here, like </p>
<p>AppConfig[:<span>public_proxy_url] = "<a href="http://my.aspace.edu/public" target="_blank">http://my.aspace.edu/public</a>"</span></p>
<p>AppConfig[:<span>frontend_proxy_url</span><span>] = "<a href="http://my.aspace.edu/staff" target="_blank">http://my.aspace.edu/staff</a>"</span></p>
<p><span></span></p>
<p><br>
</p>
<p><br>
</p>
<p>Does that make sense? No need to compile from source for this...</p>
<p>b,chris. <br>
</p>
<p><br>
</p>
<div>
<div name="divtagdefaultwrapper">
<div><font size="2">
<div>Chris Fitzpatrick | <font size="2">Developer, ArchivesSpace</font><br>
Skype: chrisfitzpat  | Phone: 918.236.6048<br>
<a href="http://archivesspace.org/" target="_blank">http://archivesspace.org/</a><br>
</div>
</font></div>
</div>
</div>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> <a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_group-bounces@lyralists.lyrasis.org</a> <<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>> on behalf of David Hietpas
 <<a href="mailto:hietpasd@uwosh.edu" target="_blank">hietpasd@uwosh.edu</a>><br>
<b>Sent:</b> Wednesday, July 22, 2015 6:34 PM<br>
<b>To:</b> Archivesspace Users Group<br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Mysql connector issues with a source build</font>
<div> </div>
</div><div><div class="h5">
<div>
<div dir="ltr">Hi Brian,<br>
<div><br>
As I mentioned in the original email, I'm following the instructions posted from ArchivesSpace Github to setup a installation with prefixes (<a href="https://github.com/archivesspace/archivesspace/blob/master/README_PREFIX.md" target="_blank">https://github.com/archivesspace/archivesspace/blob/master/README_PREFIX.md</a>). 
 I have to use prefixes at our institute, I can't use sub-domains due to policies.<br>
</div>
<div><br>
</div>
<div>When I start with the original zip file, I don't run into this problem and the app starts up fine.  However, I'm plagued with url issues (css, js, assets, etc...) from the app when setting up the application with prefixes through Apache.<br>
<br>
</div>
<div>Thanks.<br>
<br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jul 22, 2015 at 11:24 AM, Brian Hoffman <span dir="ltr">
<<a href="mailto:brianjhoffman@gmail.com" target="_blank">brianjhoffman@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Hi David,
<div><br>
</div>
<div>Why are you building the application from source rather than just downloading the zip and starting there? Can you confirm that you have the same problem when you start from the ZIP file?</div>
<div><br>
</div>
<div>Brian</div>
<div><br>
</div>
<div><br>
<div>
<div>
<div>
<div>On Jul 22, 2015, at 11:07 AM, David Hietpas <<a href="mailto:hietpasd@uwosh.edu" target="_blank">hietpasd@uwosh.edu</a>> wrote:</div>
<br>
</div>
</div>
<blockquote type="cite">
<div>
<div>
<div dir="ltr">
<div>Due to Archon migrations, I installed Aspace v1.0.4 (<a href="https://github.com/archivesspace/archivesspace/releases/tag/v1.0.4" target="_blank">https://github.com/archivesspace/archivesspace/releases/tag/v1.0.4</a>) without issue but our University will
 not allow sub-domains so I have to use the Prefix method explained here (<a href="https://github.com/archivesspace/archivesspace/blob/master/README_PREFIX.md" target="_blank">https://github.com/archivesspace/archivesspace/blob/master/README_PREFIX.md</a>)<br>
<br>
</div>
So I reinstalled using the 1.0.4 from the source code adding the config/config.rb with the proper prefixes just as instructed.  I ran "build/run dist".  Unzipped the compiled code.  I put the mysql-connector-java.jar in the archivesspace/lib directory like
 I had in the working version above.  I've attached a screenshot.<br>
<div>
<div><br>
</div>
<div>It can't find the mysql-connector-java though it is in the lib directory of Archivesspace.  I've drop the exact version 5.1.13 as well as the newest.  It works perfectly fine in the non-source version but not the source build version.<br>
</div>
<div><br>
Error: <a href="http://pastebin.com/FQVJEjEi" target="_blank">http://pastebin.com/FQVJEjEi</a><br>
<br>
</div>
<div>Please advise.  Thanks.<br clear="all">
</div>
<div><br>
-- <br>
<div>
<div dir="ltr"><font face="'PrimaSans BT,Verdana,sans-serif'">David Hietpas<br>
University of Wisconsin Oshkosh<br>
<a href="mailto:hietpasd@uwosh.edu" target="_blank">hietpasd@uwosh.edu</a> | 920-424-0291</font></div>
</div>
</div>
</div>
</div>
</div>
</div>
<span><lib-jar-example.jpg></span>_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</blockquote>
</div>
<br>
</div>
</div>
<br>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div>
<div dir="ltr"><font face="'PrimaSans BT,Verdana,sans-serif'">David Hietpas<br>
University of Wisconsin Oshkosh<br>
<a href="mailto:hietpasd@uwosh.edu" target="_blank">hietpasd@uwosh.edu</a> | 920-424-0291</font></div>
</div>
</div>
</div>
</div></div></div>
</div>
</div>

<br>_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><font face="'PrimaSans BT,Verdana,sans-serif'">David Hietpas<br>University of Wisconsin Oshkosh<br><a href="mailto:hietpasd@uwosh.edu" target="_blank">hietpasd@uwosh.edu</a> | 920-424-0291</font></div></div>
</div>