<?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: previewing dinamic pages in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100541#M69673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide a listing of the directories you have in your web project sandbox?&amp;nbsp; Also any major files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The comment around the work directory being in Alfresco seems suspicious.&amp;nbsp; The normal Tomcat work directory sits outside the webapps directory, which means it definately should not be in Alfresco.&amp;nbsp; Your web project should only contains the web apps under the web apps directory - so, if you uploaded your entire app for example into the ROOT directory, you should be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing to look at it just that:&amp;nbsp; by default, we have you manage your web apps in the ROOT directory.&amp;nbsp; Is your web app named something else?&amp;nbsp; If so, you can at the top level of the web project under the Create menu create new web apps.&amp;nbsp; Then, when you are in a sandbox, you can root your view of which set of files and folders you are looking at (for the ROOT web app or some other web app) using a sandbox-level toggle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any more details you can provide on the above question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 11:14:54 GMT</pubDate>
    <dc:creator>kvc</dc:creator>
    <dc:date>2007-07-05T11:14:54Z</dc:date>
    <item>
      <title>previewing dinamic pages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100540#M69672</link>
      <description>Hi, The welcome page of my site is a jsp file. I dont know why if this welcome page is html i do can preview it but if it is jsp file I cant. I think that it could be because the work forder, stored in alfresco, is always empty.I donÂ´t know which is the problem.Has somebody had this kind of problem</description>
      <pubDate>Thu, 05 Jul 2007 10:01:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100540#M69672</guid>
      <dc:creator>tonizz</dc:creator>
      <dc:date>2007-07-05T10:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: previewing dinamic pages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100541#M69673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide a listing of the directories you have in your web project sandbox?&amp;nbsp; Also any major files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The comment around the work directory being in Alfresco seems suspicious.&amp;nbsp; The normal Tomcat work directory sits outside the webapps directory, which means it definately should not be in Alfresco.&amp;nbsp; Your web project should only contains the web apps under the web apps directory - so, if you uploaded your entire app for example into the ROOT directory, you should be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing to look at it just that:&amp;nbsp; by default, we have you manage your web apps in the ROOT directory.&amp;nbsp; Is your web app named something else?&amp;nbsp; If so, you can at the top level of the web project under the Create menu create new web apps.&amp;nbsp; Then, when you are in a sandbox, you can root your view of which set of files and folders you are looking at (for the ROOT web app or some other web app) using a sandbox-level toggle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any more details you can provide on the above question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 11:14:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100541#M69673</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-07-05T11:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: previewing dinamic pages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100542#M69674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an usual web application that works perfect in the "virtual tomcat" when I define a "context" entry in the server.xml file of the virtual tomcat. Separately, I upload this application to alfresco and when I click on "preview website" I can debug, or show messages in the console, and i can see that the application is running: All the controller servlets are running and working ok but when the servlet makes a RequestDispacher.forward() to the jsp file, this is not viewed in the navigator, I think that is reached but not showed. If I , from alfresco click on a jsp file of my web app I can see nothing! I can see every content, except jsp , I have made sure that the jsp is reachable but I think that Its is not compiled or something like that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The directory structure is a normal structure:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WEB-INF/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; web.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; src/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jsp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;images&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 13:02:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100542#M69674</guid>
      <dc:creator>tonizz</dc:creator>
      <dc:date>2007-07-17T13:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: previewing dinamic pages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100543#M69675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And you have a META-INF dir too with MANIFEST.MF? (i.e., the complete app?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 13:05:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100543#M69675</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-07-17T13:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: previewing dinamic pages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100544#M69676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I have it. It is created automatically with jar.exe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When the WCM starts I have this message: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AVMWebappLoader absoluteClassesPath: v:\my web project\VERSION\v-1\DATA\www\avm_webapps\"my webapp folder"\WEB-INF\classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AVMWebappLoader absoluteClassesPath not null, so no need to make a copy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could it be related to the error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 07:48:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100544#M69676</guid>
      <dc:creator>tonizz</dc:creator>
      <dc:date>2007-07-18T07:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: previewing dinamic pages</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100545#M69677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kevin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have fixed up the problem. It was that in the folder WEB-INF/lib/ i had imported the libraries servlet-api.jar and jsp-api.jar. Removing them from alfresco interface i can preview my portal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 11:03:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/previewing-dinamic-pages/m-p/100545#M69677</guid>
      <dc:creator>tonizz</dc:creator>
      <dc:date>2007-07-18T11:03:02Z</dc:date>
    </item>
  </channel>
</rss>

