Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I wrote a simple spring mvc portlet and I copied to "deploy" in liferay it is not automatically getting deployed to tomcat's webapp folder.

Further it is deploying only when the tomcat is restarted.

Also the portal having the spring mvc portlet is not automatically refreshed with the new content. I had to remove it and add it again. I tried with a simple portlet app and everything happens automatically by default.

Can you tell me what I am missing here in spring mvc portlet app.

Any suggestions would be helpful..

share|improve this question
Do you get any errors on deployment, if so can you add your stacktrace? – Jonny Jun 17 '12 at 14:24
No i don't get any errors while deployment. I checked in catalina.out file in tomcat logs folder. – Lokn Jun 17 '12 at 18:41
Basically my hot deployment feature is not working. Any suggestions would be helpful – Lokn Jun 17 '12 at 20:29
Without looking at the your configuration it's tricky, especially as some portlets are deploying and others aren't. Did you create this portlet from scratch? – Jonny Jun 17 '12 at 20:33
What do you use to copy the portlet? – Mark Jun 17 '12 at 21:16
show 1 more comment

1 Answer

up vote 0 down vote accepted

This link from liferay forum might help you.

Just check if the property auto.deploy.interval=0 or auto.deploy.enabled=false is not set.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.