cancel
Showing results for 
Search instead for 
Did you mean: 

SDK Custom JSP

abhagwat
Champ in-the-making
Champ in-the-making
Hi,

I am trying to deploy the SDKCustomJsp but when  I am restarting the Tomcat server, it is giving me exception

java.lang.IllegalStateException: No Factories configured for this Application -
typically this is because a context listener is not setup in your web.xml.
A typical config looks like this;
<listener>
  <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</liste
ner-class>
</listener>


What will be the issue? Is there any document to guide about building this.

Regards,
Amit B
4 REPLIES 4

kvc
Champ in-the-making
Champ in-the-making
Is this the problem you are seeing when you start up the Virtualization Server after having uploaded your web application into a user's sandbox?

Kevin

abhagwat
Champ in-the-making
Champ in-the-making
No, the problem was when I tried to deploy the sample SDK with 3 column property example. The problem was with the build.xml got it resolved thanks.

Amit B

mt44555
Champ in-the-making
Champ in-the-making
hi amith,

I am facing the same problem please explain me in clear format

thanks and regards
Maruti Smiley Happy

kvc
Champ in-the-making
Champ in-the-making
If you are using the Alfresco SDK, those examples are for use against our DM repository.  If  you are working in the context of our WCM services, the SDK samples may or may not work (we've no SDK equivalent for our WCM module).  If you are interested in some JSP examples for use against our WCM repository, you can look here on the forums:

http://forums.alfresco.com/viewtopic.php?t=5779

Or go directly to that forum topics link to our partner RivetLogic's website for an example:

http://www.rivetlogic.com/content/view/34/59/

I've also updated this link onto our main WCM Wiki page, as well as added some additional WCM background info.  You can look at that background info here:

http://wiki.alfresco.com/wiki/WCM_Overview


Kevin


Kevin