Questions tagged [escalante]

Escalante is an free, open-source Scala application server, based on the JBoss Application Server 7+.

Escalante is a Scala application server for applications wanting to take advantage of services provided by JBoss Application Server 7+. As well as exposing these services, Escalante provides a more friendly environment for developing and deploying applications written in popular Scala frameworks, such as Lift.

If you want to find out more about Escalante, check the project website, where you'll find documentation, links to quickstart examples to find out how to get started with a particular technology, how to contribute...etc.

6 questions
3
votes
0 answers

Deploying Lift applications on OpenShift

I've tried the tutorial on the page Deploying Lift applications on OpenShift , but I only got a blank page and it's source page is the content of the index.html which does not be rendered by the lift snippet. So is there anything that I missed or…
user2595775
  • 49
  • 1
  • 2
0
votes
0 answers

How to get Jrebel, Sbt and JBoss AS 7 working?

I'm using SBT 0.13.2-M3 for Lift 2.6-M2 development. I'm also using sbt-escalante 0.2.0 which allows me to start a different application server than Jetty. Now I tried to integrate JRebel 5.2.2 to avoid application restarts. When I run escalante-run…
0
votes
1 answer

Escalante sbt plugin fails with missing org.apache.maven.wagon#wagon-provider-api;1.0!wagon-provider-api.jar

I'm trying to get escalante-sbt running but without luck so far. I tried SBT 0.13.1 with Scala 2.10.3. Had the same issue as in this question and nothing worked for me. In my last attempt I cloned an sbt-escalante example but not even this is…
0
votes
1 answer

How Escalante is compared to Jetty in runtime memory usage?

I'm looking for container for my Lift web application, deployed on OpenShift and I found Escalante. On Escalante site it's said, that Escalante "optimises the size of the deployment and the memory consumption at runtime". How it's compared to Jetty…
Oleksandr.Bezhan
  • 2,028
  • 3
  • 22
  • 31
0
votes
1 answer

escalante-run gives error when using scala 2.10

I run escalante-run and I get the below error: Note that the xml file it tries to read is incomplete: cat /var/folders/8n/ws0wh0wd4vg5tf80b_kpq5_r0000gq/T/escalante-0.2.0/modules/org/scala-lang/scala-library/2.10.0/module.xml
fmpwizard
  • 2,758
  • 1
  • 22
  • 24
0
votes
1 answer

Escalante sbt plugin does not find org.jboss.shrinkwrap.descriptors#shrinkwrap-descriptors-spi;1.0.3.Final

I added this to the project/plugin.sbt file: resolvers ++= Seq( "JBoss repository" at "http://repository.jboss.org/nexus/content/groups/public/", "Project Odd repository" at…
fmpwizard
  • 2,758
  • 1
  • 22
  • 24