Coder Social home page Coder Social logo

Comments (3)

janni2 avatar janni2 commented on May 17, 2024 2

Got it running: https://github.com/janni2/snipsnap

Still not knowing, which 'killer-features' there are :D

from snipsnap.

thinkberg avatar thinkberg commented on May 17, 2024 2

Very nice. The strange address is probably the code that tries to detect host name and port behind a proxy (

SnipSnap can be set up behind a proxy server. This hides port numbers and \
)

As for the killer-features, its a wiki that is simple to extend from within the wiki. As an admin you can add wiki pages that are executed as code. I probably even forgot what nuggets there were in the code ;-)

from snipsnap.

janni2 avatar janni2 commented on May 17, 2024

Notes from my side.
Since the code itself can be build with Java and Ant, I gave it a try. Indeed Java is very backward compatible here, I managed to create jar files and war files, but then there were runtime issues:
a) via run.bat -> SnipSnapLauncher.java installs war on embedded Jetty, but the Jetty has trouble to find org/apache/xmlrpc/XmlRpcException
b) via standalone Tomcat (8.5), upload war -> ClassNotFoundException: org.apache.jasper.runtime.JspException - which is
actually true with the delivered jasper runtime of the Tomcat vs the compiled javax.servlet.jar

I see two options to bring it to life again (I'm curios, what the software actually does)
a) Docker or VM with very old Java and Tomcat (guessing by year, we live in the Servlet 2.5 world here with JavaEE5 and Tomcat 6)
b) Start a Gradle JSP project, have a look how it works and migrate the Ant script to Gradle to handle (or better say, upgrade dependencies)

from snipsnap.

Related Issues (19)

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.