Giter Club home page Giter Club logo

tweval's Introduction

Build it: mvn package

Deploy w/o version

curl -T - -u tomcat:tomcat 'http://localhost:8080/manager/text/deploy?update=true&path=/' < target/ROOT.war

result:

Sep 6, 2011 5:21:24 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive ROOT.war
0 [Thread-13] INFO bootstrap.liftweb.Boot - Started

Deploy with version

curl -T - -u tomcat:tomcat 'http://localhost:8080/manager/text/deploy?update=true&path=/&version=01' < target/ROOT.war

result:

Sep 6, 2011 5:23:12 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive ROOT##01.war
1 [Thread-14] ERROR net.liftweb.http.provider.HTTPProvider - Failed to Boot! Your application may not run properly
scala.tools.nsc.MissingRequirementError: object scala not found.
        at scala.tools.nsc.symtab.Definitions$definitions$.getModuleOrClass(Definitions.scala:517)
        at scala.tools.nsc.symtab.Definitions$definitions$.ScalaPackage(Definitions.scala:37)
        at scala.tools.nsc.symtab.Definitions$definitions$.ScalaPackageClass(Definitions.scala:38)
        at scala.tools.nsc.symtab.Definitions$definitions$.UnitClass(Definitions.scala:83)
        at scala.tools.nsc.symtab.Definitions$definitions$.init(Definitions.scala:789)
        at scala.tools.nsc.Global$Run.(Global.scala:604)
        at com.twitter.util.Eval$StringCompiler.apply(Eval.scala:487)
        at com.twitter.util.Eval$StringCompiler$$anonfun$apply$3.apply(Eval.scala:504)
        at com.twitter.util.Eval$StringCompiler$$anonfun$apply$3.apply(Eval.scala:503)
        at scala.Option.getOrElse(Option.scala:104)
        at com.twitter.util.Eval$StringCompiler.apply(Eval.scala:503)
        at com.twitter.util.Eval.applyProcessed(Eval.scala:172)
        at com.twitter.util.Eval.applyProcessed(Eval.scala:165)

Related discussion

tweval's People

Contributors

alaz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.