stagemonitor / stagemonitor-mailinglist

GitHub issues abused as a mailing list
3 stars 0 forks source link

run stagemonitor with servlet-api 2.5 #5

Open barclay-reg opened 9 years ago

barclay-reg commented 9 years ago

is there a chance, to run stagemonitor with older version of servlet api?

are you just using the annotation based configuration, or do you also use other features (f.e. asynchronous servlets)

felixbarny commented 9 years ago

Most things will probably work if you add some things in web.xml but I'm indeed using async servlets. However, there already is a fallback for that. Sine minor code changes should be enough to not call methods that are not available in servlet 2. Which servlet api and application server are you using?

barclay-reg commented 9 years ago

i'm using servlet-api-2.5

felixbarny commented 9 years ago

Would you create a issue on https://github.com/stagemonitor/stagemonitor for that?