<?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: Creting a website with jsp and servlets in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186549#M139679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What are you trying to ask?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Certainly JSP is one way to write a dynamic web site and any J2EE textbook will tell you how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However since this is an Alfresco forum perhaps you mean manage a web site via Alfresco WCM?&amp;nbsp;&amp;nbsp; In which case you can choose whichever technology you want to implement your web site, Alfresco WCM is fairly agnostic as to the technologies to use for your managed web site.&amp;nbsp;&amp;nbsp; JSP is one choice,&amp;nbsp; you may also want to look at JSF or you could use the Microsoft stack for page rendition technology.&amp;nbsp;&amp;nbsp;&amp;nbsp; Or use some sort of web site generator application, there's a lot of interest in Freemarker at the moment.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you manage your web site as JSP files then you will need to deploy your wcm content to a JSP servlet engine like Tomcat, Web Logic, WebSphere, Jboss, Orion etc.&amp;nbsp;&amp;nbsp; And those JSP files can access the services of Alfresco if they need to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2009 23:37:26 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2009-02-28T23:37:26Z</dc:date>
    <item>
      <title>Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186548#M139678</link>
      <description>I'm trying to create a web content project by importing JSP files from an existing website developed in NetBeans.&amp;nbsp; I've successfully created a web content project with static html files from a previously developed website.&amp;nbsp;&amp;nbsp; If I convert the JSP files to HTML, zip the files, then import them, I can</description>
      <pubDate>Sat, 28 Feb 2009 19:08:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186548#M139678</guid>
      <dc:creator>johnjohn</dc:creator>
      <dc:date>2009-02-28T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186549#M139679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What are you trying to ask?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Certainly JSP is one way to write a dynamic web site and any J2EE textbook will tell you how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However since this is an Alfresco forum perhaps you mean manage a web site via Alfresco WCM?&amp;nbsp;&amp;nbsp; In which case you can choose whichever technology you want to implement your web site, Alfresco WCM is fairly agnostic as to the technologies to use for your managed web site.&amp;nbsp;&amp;nbsp; JSP is one choice,&amp;nbsp; you may also want to look at JSF or you could use the Microsoft stack for page rendition technology.&amp;nbsp;&amp;nbsp;&amp;nbsp; Or use some sort of web site generator application, there's a lot of interest in Freemarker at the moment.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you manage your web site as JSP files then you will need to deploy your wcm content to a JSP servlet engine like Tomcat, Web Logic, WebSphere, Jboss, Orion etc.&amp;nbsp;&amp;nbsp; And those JSP files can access the services of Alfresco if they need to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 23:37:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186549#M139679</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-02-28T23:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186550#M139680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; I guess I wasn't very clear.&amp;nbsp; I did mean managing a website using Alfresco.&amp;nbsp; The website has already been developed using JSP and servlets and has already been deployed (developed in Netbeans).&amp;nbsp; I've just started looking at Alfresco (literally) to manage the website, so that certain users can update content themselves.&amp;nbsp; I was able to create a web project by importing a zipped file of static html web pages, and could preview the website in Alfresco.&amp;nbsp; I then tried to create a web project by importing a zipped file of the aforementioned jsp files, but got an error when I tried to preview .&amp;nbsp; Even when I tried to preview individual files, the code would display.&amp;nbsp; I renamed 'home.jsp' file to 'index.jsp' hoping this was my problem, but got the same result.&amp;nbsp; Some of the files have just html while others have java code in them.&amp;nbsp; All the files start with(for what it's worth):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;%– &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Document&amp;nbsp;&amp;nbsp; : company&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Created on : Jan 15, 2008, 2:44:41 PM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Author&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : jscott&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;–%&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;%@page contentType="text/html" pageEncoding="UTF-8"%&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A href="http://www.w3.org/TR/html4/loose.dtd" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;standard code here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm assuming I'm missing something obvious.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2009 05:49:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186550#M139680</guid>
      <dc:creator>johnjohn</dc:creator>
      <dc:date>2009-03-01T05:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186551#M139681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ended up simply importing the WAR file from my Netbeans project and everything works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 17:52:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186551#M139681</guid>
      <dc:creator>johnjohn</dc:creator>
      <dc:date>2009-03-02T17:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186552#M139682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also created files of jsp (WAR file)for my website , but&amp;nbsp; when i try to import the file i get the following error &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Please correct the errors below then click OK.&lt;BR /&gt;A system error happened during the operation: Unable to process Zip file. File may not be of the expected format.&lt;BR /&gt;&lt;BR /&gt;Uploaded Content&lt;BR /&gt;simplejsp.war.rar&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; ZIP file contains high-byte filename characters such as Japanese, Chinese or Korean.&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186552#M139682</guid>
      <dc:creator>goldy736</dc:creator>
      <dc:date>2009-05-28T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186553#M139683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your file name is simplejsp.war.rar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has the file been double encoded ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The bulk import will expect a Zip file encoding so a .zip or .war&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:35:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186553#M139683</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-05-28T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186554#M139684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; My folder&amp;nbsp; name &lt;/SPAN&gt;&lt;STRONG&gt;simplejsp.war&lt;/STRONG&gt;&lt;SPAN&gt; which contains the jsp files, WEB-INF,META-INF, Cluster folders too …since i bulk import need zip&amp;nbsp; file, i zipped the folder using Winrar it becomes simplejsp.war.rar&amp;nbsp; . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it not works …Please point&amp;nbsp; out what mistake i made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 04:35:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186554#M139684</guid>
      <dc:creator>goldy736</dc:creator>
      <dc:date>2009-05-29T04:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186555#M139685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As mrogers said, the bulk import will accept a .war file (these are really zip files anyway). So just import the .war file directly without trying to compress it again with winrar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;btw, rar is a different format to zip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 07:53:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186555#M139685</guid>
      <dc:creator>samuel_penn</dc:creator>
      <dc:date>2009-05-29T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creting a website with jsp and servlets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186556#M139686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks sam for your suggestion to clarify me&amp;nbsp; , i could&amp;nbsp; now&amp;nbsp; deploy all my jsp file in web project folder , i wonder how to run the jsp file, there is no&amp;nbsp; preview file icon near the files…or whether i should need to do further any basic steps to view it….please give me solutions for the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:42:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creting-a-website-with-jsp-and-servlets/m-p/186556#M139686</guid>
      <dc:creator>goldy736</dc:creator>
      <dc:date>2009-05-29T13:42:03Z</dc:date>
    </item>
  </channel>
</rss>

