Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm searching a server for Raspberry Pi that supports Java EE Spring Framework.

Does anybody have an experience with some RPi servers?

share|improve this question

closed as not constructive by Luc M, finnw, cheesemacfly, Andrea Ligios, JMK 18 hours ago

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 2 down vote accepted

You can install Tomcat on Rasberry Pi, instructions here...

You can then apply a SpringMVC application in a war without having to do anything specific to the Tomcat server. The Spring framework support will just be in jars wrapped up in the war.

share|improve this answer

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