<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Writing a custom JSP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/writing-a-custom-jsp/m-p/228649#M181779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Asurjit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Check your document-details.jsp : put it in /jsp/content (erase the document-details.jsp which exist). If now you see the changements, then your face-config.xml is bad configured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You can run the server with eclipse (not all alfresco start). It's useful to check the actions for example. (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Custom_Actions#Testing_the_action" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Custom_Actions#Testing_the_action&lt;/A&gt;&lt;SPAN&gt;). But your are working with the UI, you can't do that. But 10-15 m to start the server? really ? (for comparaison, I do 3-4 m with 2.66 GHz one proc, Alfresco 3.0 MySql (also with Linux/Ingres).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you add the time to add your module manually. You can also make all automatic. Just increment the version of the module (module.properties) and you the ant (execute the build.xml). It creates the module (xx.amp). You can set it to add the amp in the alfresco.war and start the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To resume, you click run and wait, it's ready…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Take a look here : &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions#JSF_configuration_files" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions#JSF_configuration_files&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) For this point and also all other, I will&lt;/SPAN&gt;&lt;STRONG&gt; recommand to read this post&lt;/STRONG&gt;&lt;SPAN&gt; : &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=10&amp;amp;t=20249#p66019" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=10&amp;amp;t=20249#p66019&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It's an example to modify the document-details.jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2009 10:52:25 GMT</pubDate>
    <dc:creator>dranakan</dc:creator>
    <dc:date>2009-07-15T10:52:25Z</dc:date>
    <item>
      <title>Writing a custom JSP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/writing-a-custom-jsp/m-p/228648#M181778</link>
      <description>Hi All,I am getting to the next steps of Alfresco where I am trying to customize a JSP and then deploy now..To start with, I used SDK Custom JSP project itself where we have document-details.jspI build the project using ant -f build and it has created a jar file and zip file for me. To deploy this e</description>
      <pubDate>Tue, 14 Jul 2009 14:22:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/writing-a-custom-jsp/m-p/228648#M181778</guid>
      <dc:creator>asurjit</dc:creator>
      <dc:date>2009-07-14T14:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a custom JSP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/writing-a-custom-jsp/m-p/228649#M181779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Asurjit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Check your document-details.jsp : put it in /jsp/content (erase the document-details.jsp which exist). If now you see the changements, then your face-config.xml is bad configured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You can run the server with eclipse (not all alfresco start). It's useful to check the actions for example. (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Custom_Actions#Testing_the_action" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Custom_Actions#Testing_the_action&lt;/A&gt;&lt;SPAN&gt;). But your are working with the UI, you can't do that. But 10-15 m to start the server? really ? (for comparaison, I do 3-4 m with 2.66 GHz one proc, Alfresco 3.0 MySql (also with Linux/Ingres).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you add the time to add your module manually. You can also make all automatic. Just increment the version of the module (module.properties) and you the ant (execute the build.xml). It creates the module (xx.amp). You can set it to add the amp in the alfresco.war and start the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To resume, you click run and wait, it's ready…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Take a look here : &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions#JSF_configuration_files" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions#JSF_configuration_files&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) For this point and also all other, I will&lt;/SPAN&gt;&lt;STRONG&gt; recommand to read this post&lt;/STRONG&gt;&lt;SPAN&gt; : &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=10&amp;amp;t=20249#p66019" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=10&amp;amp;t=20249#p66019&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It's an example to modify the document-details.jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 10:52:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/writing-a-custom-jsp/m-p/228649#M181779</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-07-15T10:52:25Z</dc:date>
    </item>
  </channel>
</rss>

