Re: Start embedded Tomcat 9.0.1 server from java code

2017-11-07 Thread Tobias Soloschenko
ed uses so it was refactored. It was not possible to > start Tomcat without a connector so that capability was added in Tomcat 9. > If you want to get a default connector, you have to call getConnector > yourself. > BZ60297, BZ60368, then a Tomcat 9 specific change. > > Rémy > >&g

Re: Start embedded Tomcat 9.0.1 server from java code

2017-11-07 Thread Tobias Soloschenko
Hi Maxim, same for me I just created a simple setup like this: String baseDir ="."; String webappDirLocation = "src/main/webapp/"; String webxmlDirLocation = "src/main/webapp/WEB-INF/web.xml"; Tomcat tomcat = new Tomcat(); tomcat.setPort(8080);

Re: Developer quickstart guide for Tomcat with HTTP/2 on macOS

2017-06-01 Thread Tobias Soloschenko
Christopher, > Am 01.06.2017 um 16:33 schrieb Christopher Schultz > <ch...@christopherschultz.net>: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Tobias, > >> On 6/1/17 3:53 AM, Tobias Soloschenko wrote: >> a long time ago I trie

Re: Developer quickstart guide for Tomcat with HTTP/2 on macOS

2017-06-01 Thread Tobias Soloschenko
Hi, what do you think of adding this to wiki or a place to point to? kind regards Tobias - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Developer quickstart guide for Tomcat with HTTP/2 on macOS

2017-06-01 Thread Tobias Soloschenko
Hi everyone, a long time ago I tried out to install Apache Tomcat with HTTP/2 support on macOS. I finally got a short time window to complete a developer quickstart guide for that: 1. Download XCode from the AppStore 2. Install Brew: http://brew.sh/ 3. Download Apache Tomcat binaries > 8.5

Re: Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hi, thanks a lot for the clarification. I changed the implementation to access the parameter with brackets, now. Everything is working like expected. kind regards Tobias - To unsubscribe, e-mail:

Re: Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
://stackoverflow.com/questions/29076219/javascript-storing-array-of-objects-in-hidden-field Don't know if this should be supported. kind regards Tobias 2017-05-03 12:05 GMT+02:00 André Warnier (tomcat) <a...@ice-sa.com>: > On 03.05.2017 11:23, Tobias Soloschenko wrote: > >> Hello

Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hello everyone, I just updated to tomcat 8.0.43 and I noticed a special behavior I want to discuss. (I don't know if this only occurs with this version) When I add two hidden fields within a form like: I just thought to access the parameter values within the java api like String[] myArray

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-05-12 Thread Tobias Soloschenko
Hi, short update: I got HTTP/2 with Apache Wicket running on Jetty, now. Sadly I couldn't solve the issues with Tomcat. :-( kind regards Tobias > Am 05.04.2016 um 05:00 schrieb Christopher Schultz > <ch...@christopherschultz.net>: > > Tobias, > >> On 4/4/16

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-07 Thread Tobias Soloschenko
Any other hints? kind regards Tobias > Am 05.04.2016 um 05:00 schrieb Christopher Schultz > <ch...@christopherschultz.net>: > > Tobias, > >> On 4/4/16 4:49 AM, Tobias Soloschenko wrote: >> I just figured out that this issue might depend on the file names of

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-05 Thread Tobias Soloschenko
run configure with the args "--prefix=" the native libraries are placed into the lib folder. kind regards Tobias > Am 05.04.2016 um 05:00 schrieb Christopher Schultz > <ch...@christopherschultz.net>: > > Tobias, > >> On 4/4/16 4:49 AM, Tobias Sol

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-05 Thread Tobias Soloschenko
Hi > Am 05.04.2016 um 05:00 schrieb Christopher Schultz > <ch...@christopherschultz.net>: > > Tobias, > >> On 4/4/16 4:49 AM, Tobias Soloschenko wrote: >> I just figured out that this issue might depend on the file names of APR >> 1.5.2 - if I creat

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-04 Thread Tobias Soloschenko
) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:311) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:494) kind regards Tobias 2016-04-03 12:17 GMT+02:00 Mark Thomas <ma...@apache.org>: > On 3 April 2016 04:29:40 BST, Tobias So

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-04 Thread Tobias Soloschenko
uot; Any idea what's the problem? kind regards Tobias 2016-04-03 12:17 GMT+02:00 Mark Thomas <ma...@apache.org>: > On 3 April 2016 04:29:40 BST, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >Hi, > > > >I am trying to get http/2 working on Ma

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Tobias Soloschenko
I am going to contribute a step by step guide to the documentation (only for developers) when I got it working for me. kind regards Tobias > Am 03.04.2016 um 22:09 schrieb Terence M. Bandoian <tere...@tmbsw.com>: > >> On 4/2/2016 10:29 PM, Tobias Soloschenko wrote: >>

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Tobias Soloschenko
ects APR 1.4.8 then. Is there a setting where Tomcat try to resolve the APR path? kind regards Tobias 2016-04-03 12:17 GMT+02:00 Mark Thomas <ma...@apache.org>: > On 3 April 2016 04:29:40 BST, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >Hi, > &

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-03 Thread Tobias Soloschenko
Thanks - I am going to try it out. kind regards Tobias > Am 03.04.2016 um 12:17 schrieb Mark Thomas <ma...@apache.org>: > >> On 3 April 2016 04:29:40 BST, Tobias Soloschenko >> <tobiassolosche...@googlemail.com> wrote: >> Hi, >> >> I am

Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-02 Thread Tobias Soloschenko
Hi, I am trying to get http/2 working on Mac OS X 10.11.4 - these are the steps I used: 1. Install Brew: http://brew.sh/ 2. Download Apache Tomcat 9 https://tomcat.apache.org/download-90.cgi 3. Download Xcode command line tools by opening the terminal and execute “xcode-select —install” 4.

tomcat embedded / hcr within a maven environment

2015-12-09 Thread Tobias Soloschenko
Hello everyone, is anyone able to give me a little hint about what I can do to automatically deploy changes made in java files to an embedded tomcat? (hot code replacement). Maybe it is a m2e related topic, but I just try to figure out. Currently I am starting a Runner class in test scope to