Re: [jetty-users] Issues with Jetty 9.4 session IDs

2017-01-06 Thread Jan Bartel
t; Finally we have one special case where we need to use a session ID that is > a checksum-padded UUID primary key (only used for server-server > communication behind the firewall). We used to do this by overriding > newSessionId. > > I tried overriding getExtendedId but that doe

Re: [jetty-users] Issues with Jetty 9.4 session IDs

2017-01-06 Thread Jan Bartel
For completeness, here's the link to the issue I raised: https://github.com/eclipse/jetty.project/issues/1223 On 7 January 2017 at 15:14, Jan Bartel wrote: > Hi Silvio, > > To get rid of the workername prefix, you should be able to set it to "". > To get rid of the

Re: [jetty-users] run-forked and Jacoco integration test coverage

2017-01-20 Thread Jan Bartel
ork.jndi.JndiTemplate > - Looking up JNDI object with name [spring.liveBeansView.mbeanDomain] > [STDOUT] 13:52:24.872 [main] DEBUG org.springframework.jndi.JndiPropertySource > - JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw > NamingException with message: null. Returnin

Re: [jetty-users] Code migration from 9.3.x to 9.4.x

2017-02-01 Thread Jan Bartel
;> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubsc

Re: [jetty-users] Disable Cache of Static Content in Embedded Jetty

2017-03-09 Thread Jan Bartel
); >>>> server.start(); >>>> >>>> The problem is that I have a javascript file that is not updating when >>>> I modify it. The browser (Chrome) keeps showing "200 (from cache)" and the >>>> contents are unchanged. >>>> Any ideas? TIA! >>>> -- >>>> >>

Re: [jetty-users] Can't control classpath scanning with jetty-maven-plugin

2017-03-23 Thread Jan Bartel
ng-web[^/]*\.jar$| > .*/classes/.* > > > > class="org.eclipse.jetty.deploy.providers.WebAppProvider"> > default="."/>/ name="je

Re: [jetty-users] Is there a limit on number of vhost.xml files?

2017-03-28 Thread Jan Bartel
se.org/mailman/listinfo/jetty-users > > > > > > > > _______ > > jetty-users mailing list > > jetty-users@eclipse.org > > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit &

Re: [jetty-users] Resource loading priority when setExtraClasspath is used

2017-04-20 Thread Jan Bartel
documentation somewhere which would have clarified this > for me? > > > Many thanks for any pointers, > Matt > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your p

Re: [jetty-users] Jetty logs rollover if log file size exceeds certain limit

2017-04-26 Thread Jan Bartel
t; by our systems for the purposes of information security and assessment of > internal compliance with Accenture policy. > > __ > > www.accenture.com > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your deliv

Re: [jetty-users] Jetty logs rollover if log file size exceeds certain limit

2017-04-26 Thread Jan Bartel
; E Mail: himanshu@accenture.com > > > > *From:* jetty-users-boun...@eclipse.org [mailto:jetty-users-bounces@ > eclipse.org] *On Behalf Of *Jan Bartel > *Sent:* Wednesday, April 26, 2017 2:48 PM > *To:* JETTY user mailing list > *Subject:* Re: [jetty-users] Jetty logs rollove

Re: [jetty-users] Embedded Jetty - Authentication

2017-05-02 Thread Jan Bartel
rything worked fine before the Jetty upgrade. >>>> >>>> Thanks in advance, >>>> Chelsey >>>> >>>> ___ >>>> jetty-users mailing list >>>> jetty-users@eclipse.org >>>> T

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-05-10 Thread Jan Bartel
de > empty-cells > table-layout > Effects > text-shadow > -webkit-box-shadow > border-radius > Other > overflow > cursor > visibility > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change you

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-05-10 Thread Jan Bartel
edit your Subject line so it is more specific > than "Re: Contents of jetty-users digest..." > > > Today's Topics: > >1. Force webapp to use different javax.mail from that one > included in lib/jndi (Raffaele Gambelli) >2. Re: Force webapp to use

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-05-11 Thread Jan Bartel
r removed messages, so I > absolutely need to choose the javax.mail version. > No, I don't use jndi. > > Thanks > > Raffaele Gambelli > > > > -jetty-users-boun...@eclipse.org ha scritto: - > Per: JETTY user mailing list > Da: Jan Bartel > Invi

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-05-11 Thread Jan Bartel
) jndi > > > Ti disable module I'm following this doc: > http://www.eclipse.org/jetty/documentation/9.3.x/startup- > modules.html#startup-disable-module > > Raffaele Gambelli > > > > -jetty-users-boun...@eclipse.org ha scritto: - > Per: JETT

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-05-11 Thread Jan Bartel
says that to disable a module I should comment it into start.ini, > mumble mumble, am I wrong or it is a bit confusing? > > Raffaele Gambelli > > > -jetty-users-boun...@eclipse.org ha scritto: - > Per: JETTY user mailing list > Da: Jan Bartel > Inviato da: jetty-user

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-05-11 Thread Jan Bartel
s javax.mail.FetchProfile > from=startJarLoader@214c265e tried_parent=true > > Raffaele Gambelli > > > > -----jetty-users-boun...@eclipse.org ha scritto: - > Per: JETTY user mailing list > Da: Jan Bartel > Inviato da: jetty-users-boun...@eclipse.org > Data: 11/05/201

Re: [jetty-users] Jetty 9.4.5 HttpOnly.

2017-05-18 Thread Jan Bartel
re some other alternate besides doing in the apps web.xml ? > > /David > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.

Re: [jetty-users] Jetty 9.4.5 HttpOnly.

2017-05-18 Thread Jan Bartel
Actually don't bother following my suggestion, I've checked the code and I can't reproduce the problem at all. Are you sure you've told your webapp to use $jetty.base/etc/webdefault.xml as its defaultsdescriptor? Jan On 18 May 2017 at 09:02, Jan Bartel wrote: > Ha

Re: [jetty-users] Jetty 9.4.5 HttpOnly.

2017-05-18 Thread Jan Bartel
, PhD > Software Developer, Principal > U.S. Army Research Laboratory > Contractor, Secure Mission Solutions, a Parsons Company > Phone: 410-306-4906 <(410)%20306-4906> > richard.d.hoffman37@mail.mil > rdhoff...@securemissionsolutions.com > -------

Re: [jetty-users] Jetty custom LoginService question

2017-05-24 Thread Jan Bartel
ect.Method.invoke(Unknown Source) > at org.eclipse.jetty.start.Main.invokeMain(Main.java:222) > at org.eclipse.jetty.start.Main.start(Main.java:486) > at org.eclipse.jetty.start.Main.main(Main.java:79) > 2017-05-24 09:41:39.159:INFO:oejs.AbstractConnector:main: Started > ServerConnector@4b53

Re: [jetty-users] Jetty-maven-plugin 9.4.x session handling

2017-05-27 Thread Jan Bartel
___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel www.webtide.com *Expert assistance f

Re: [jetty-users] 9.3 -> 9.4 Alternative to HashSessionManager.setLazyLoad

2017-05-30 Thread Jan Bartel
ssionDataStore provide > something similar? > > > regards > Marc > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit

Re: [jetty-users] Hot deployment of war on Windows

2017-05-30 Thread Jan Bartel
our delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* ___ jetty-u

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-06-07 Thread Jan Bartel
; is it correct? It is only to know if I have understood. > > Thanks > > Raffaele Gambelli > > > -jetty-users-boun...@eclipse.org ha scritto: - > Per: JETTY user mailing list > Da: Jan Bartel > Inviato da: jetty-users-boun...@eclipse.org > Data: 11/05/2017 0

Re: [jetty-users] Force webapp to use different javax.mail from that one included in lib/jndi

2017-06-07 Thread Jan Bartel
t introduce regressions, anyway in this way it > seems that I found a solution, thanks > > Raffaele Gambelli > > -jetty-users-boun...@eclipse.org ha scritto: - > Per: JETTY user mailing list > Da: Jan Bartel > Inviato da: jetty-users-boun...@eclipse.org > Dat

Re: [jetty-users] Remote deployment for war/jar inside war

2017-06-21 Thread Jan Bartel
> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > > > > -- > Greg Wilkins CTO http://webtide.com > > _

Re: [jetty-users] Jetty, Weld, JSF

2017-07-13 Thread Jan Bartel
;*Arg*>org.jboss.weld.resources.ManagerObjectFactory > <*Arg*/> > > > > > > > > My web.xml: > > > > * *?>*< > > > *web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee > <http://xmlns.jcp.org/xml/ns/javaee>"

Re: [jetty-users] Register ServletRequestListener from OSGi Bundle

2017-07-14 Thread Jan Bartel
ter-servletrequestlistener-from-osgi-bundle > > Igal Sapir > Lucee Core Developer > Lucee.org <http://lucee.org/> > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from t

Re: [jetty-users] Embedded Jetty with Default and Per-App Web Descriptors

2017-07-14 Thread Jan Bartel
tations.AnnotationConfiguration" >>> ,"org.eclipse.jetty.webapp.JettyWebXmlConfiguration" }; >>> >>> Is it possible to achieve that? If so, how? Thanks! >>> >>> Igal Sapir >>> Lucee Core Developer >>> Lucee.o

Re: [jetty-users] Register ServletRequestListener from OSGi Bundle

2017-07-18 Thread Jan Bartel
et URIs. > > But there has to be a simpler method than that, no? Again, my ultimate > goal here is to get the ServletContext's root directory, so if there is > another way to do that then I would not need to jump through all those > hoops. If not, I am looking to registe

Re: [jetty-users] Way to start Jetty without requiring internet connection

2017-08-19 Thread Jan Bartel
>> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscri

Re: [jetty-users] Way to start Jetty without requiring internet connection

2017-08-21 Thread Jan Bartel
t; Configuration file is named localhost.xml and the previous mentioned line >> Is where the errors come from if there is no Internet connection: >> >> >>> http://www.eclipse.org/jetty/configure_9_3.dtd”> >>>> >>> >> Thanks >> John >

Re: [jetty-users] Unable to set friendly "from" name in mail.from property in jndi session configured in jetty

2017-08-23 Thread Jan Bartel
t-style-position > Table > vertical-align > border-collapse > border-spacing > caption-side > empty-cells > table-layout > Effects > text-shadow > -webkit-box-shadow > border-radius > Other > overflow > cursor > visibility > >

Re: [jetty-users] Session timeout

2017-09-04 Thread Jan Bartel
and this? > -- > John English > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailm

Re: [jetty-users] Stream closed warning for JSP files, only when accessing from IE

2017-09-04 Thread Jan Bartel
inters. > > Thanks, > > Pankaj > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.ecli

Re: [jetty-users] Stream closed warning for JSP files, only when accessing from IE

2017-09-04 Thread Jan Bartel
util.thread.strategy.EatWhatYouKill. > doProduce(EatWhatYouKill.java:294) > at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run( > EatWhatYouKill.java:199) > at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob( > QueuedThreadPool.java:673) > at org.eclipse.

Re: [jetty-users] Session timeout

2017-09-05 Thread Jan Bartel
retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* ___ jetty-users mailing list jetty

Re: [jetty-users] Session timeout

2017-09-05 Thread Jan Bartel
I should also have added that you should upgrade to the latest jetty-9.4, which is jetty-9.4.6. From the look of some of those debug statements you're on a slightly older version. Jan On 6 September 2017 at 10:55, Jan Bartel wrote: > John, > > As you can see on your log trace

Re: [jetty-users] Session timeout

2017-09-06 Thread Jan Bartel
n On 6 September 2017 at 16:36, John English wrote: > On 06/09/2017 03:55, Jan Bartel wrote: > >> John, >> >> As you can see on your log trace, each session contains a timer that >> expires when the session maxInactiveInterval is reached. When the timer >> expi

Re: [jetty-users] jetty 9.4.6 - getting null servletcontext in servlets

2017-09-07 Thread Jan Bartel
; > > > *Thanks,* > > *Aravind.* > > > > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https:/

Re: [jetty-users] GWT+Jersey+Embedded Jetty+war files query

2017-09-18 Thread Jan Bartel
__ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel www.webtide.com

Re: [jetty-users] GWT+Jersey+Embedded Jetty+war files query

2017-09-19 Thread Jan Bartel
rstand why one >>> .war >>> file works in embedded Jetty and another fails, or why a .war file works >>> in >>> Jetty stand-alone mode, but seriously fails in Jetty embedded mode. Maybe >>> it's a configuration problem? If so is there a docume

Re: [jetty-users] Way to start Jetty without requiring internet connection

2017-10-12 Thread Jan Bartel
2017 at 11:27 AM John Carrieri > wrote: > >> Jetty 9.4.6 >> Java build 1.8.0_65-b17 >> Debian: Jessie >> It’s being started by our Application server Terascript >> >> Configuration file is named localhost.xml and the previous mentioned line >> Is where

Re: [jetty-users] How to compile JSPs via Maven, but without failing on errors?

2017-10-20 Thread Jan Bartel
t; > > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > --

Re: [jetty-users] Running a standalone server

2017-10-25 Thread Jan Bartel
ories and files. > > Any thoughts would be much appreciated. > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclips

Re: [jetty-users] Displaying progress of startup in a web browser

2017-11-13 Thread Jan Bartel
lipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* __

Re: [jetty-users] Jetty 9.3.3 zip file closed problem

2017-11-21 Thread Jan Bartel
; communication in error, please destroy all electronic and paper copies and > notify the sender immediately. Mistransmission is not intended to waive > confidentiality or privilege. Morgan Stanley reserves the right, to the > extent required and/or permitted under applicable law, to monitor >

Re: [jetty-users] Jetty Custom LoginService

2018-01-08 Thread Jan Bartel
let me have > my custom logic in the authentication phase. However, it is more cumbersome > IMO than the proposed LoginService alternative... > > Your feedback is welcome. > > thanks, > GBa. > > ___ > jetty-users mailing li

Re: [jetty-users] Using Jetty to launch a Spring Boot application

2018-01-09 Thread Jan Bartel
> > Thank you > > Robert > > > > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclip

Re: [jetty-users] Jetty Custom LoginService

2018-01-16 Thread Jan Bartel
one needs to play around that heavily with > Jetty in order to simply have a custom login service? > 2. Where does it ever say that jetty-web.xml loads classes by the webapp > class loader while the context conf file loads classes by the server class > loader > > > thanks a lo

Re: [jetty-users] problem install jetty

2018-01-18 Thread Jan Bartel
| > | 26605 2364 182 08 Praha 8 | > |fax.: 2868 90 299 | > | | > |Email: vanic...@utia.cas.cz | > |_| > _____

Re: [jetty-users] problem install jetty

2018-01-18 Thread Jan Bartel
Oops, pressed send before link to the bug, which is here: https://github.com/eclipse/jetty.project/issues/2138 On 18 January 2018 at 11:07, Jan Bartel wrote: > Ah, that's interesting. We recently deleted the master branch, which you > can see the URL is trying to fetch. I don

Re: [jetty-users] 'Could not instantiate listener' error on Android Studio

2018-02-02 Thread Jan Bartel
actLifeCycle.start(AbstractLifeCycle.java:64) >>>> W/System.err: at org.eclipse.jetty.server.handl >>>> er.HandlerWrapper.doStart(HandlerWrapper.java:95) >>>> W/System.err: at org.eclipse.jetty.server.Serve >>>> r.doStart(Server.java:282) >>>> W/System.err: at

Re: [jetty-users] Help trying to investigate a file descriptor leak

2018-02-19 Thread Jan Bartel
URLs already > spread over the internet. > > NB : The leak concerns *only* files in '/resources' which are expected > to be server statically (by Jetty in the current case). > > Regards, > > _______ > jetty-users maili

Re: [jetty-users] Question for JDBC JNDI look up issue

2018-03-22 Thread Jan Bartel
t; > > > > Can anyone tell me how to get the JDBC connection from the inherited class > MyAbstractLifeCycle? > > > > Thanks! > > > > Lin > > > > ___ > jetty-users mailing list

Re: [jetty-users] Binding a WebAppContext to a specific connector?

2018-03-26 Thread Jan Bartel
ist.addHandler(t2); >>>> >>>> s.setHandler(list); >>>> >>>> >>>> >>>> If it’s supposed to work, it doesn’t seem to be working for me. T1 is >>>> only supposed to be served via the SSL connector on port 443 and T2 is only &g

Re: [jetty-users] Jetty 7's Servlet Annotations bundle requires javax.naming 0.0.0 package?

2018-04-03 Thread Jan Bartel
__ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >

Re: [jetty-users] Can Jetty user bind JNDI by themselves?

2018-04-10 Thread Jan Bartel
Make the subcontext first and then bind the object into it. Jan On Tue., 10 Apr. 2018, 13:55 Lin Ren, wrote: > Hi, > > > > Thanks a lot for your reply! > > > > Then how can I bind a resource to a tree like name, such as “a/b/c”, > please? We’re trying merge from Weblogic to Jetty, and seems som

Re: [jetty-users] Issue during embedded Jetty startup

2018-05-29 Thread Jan Bartel
doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:113) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.Server.doStart(Server.

Re: [jetty-users] Getting HTTP 403 instead of logon page

2018-05-30 Thread Jan Bartel
lush=-,to=0/3}{io=0/0, > kio=0,kro=1}->HttpConnection@21f56b77[p=HttpParser{s=START,0 of > -1},g=HttpGenerator@aac2a5be{s=START}]=>HttpChannelOverHttp@858adad3{ > r=2,c=false,a=IDLE,uri=null,age=0} parse > HeapByteBuffer@dd4bae89[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/

Re: [jetty-users] Getting error compiling JSP via embeded Jetty 9.4.9

2018-06-04 Thread Jan Bartel
Ike, This is not the cause of your problem but you have wy too many session managers on your classpath. Just pick one. Other than that, check to make sure that none of the jars on your classpath contain duplicate jsp engine classes. Also make sure that you have configured the correct pattern

Re: [jetty-users] Jetty 9.4.7 to 9.4.11

2018-06-12 Thread Jan Bartel
at >> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(Queued >> ThreadPool.java:762) >> INFO | jvm 1| 2018/06/12 17:20:11 | at >> org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedT >> hreadPool.java:680) >> INFO | jvm 1| 2018/06/12 17:20:11 |

Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

2018-09-14 Thread Jan Bartel
age=5} > 2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope > null||/SSPDashboard @ o.e.j.w.WebAppContext@-536f2062{SSPDashboard,/ > SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW- > HEAD-BUILD400/apps/jetty/webser

Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

2018-09-18 Thread Jan Bartel
onnection@cdb548d2[p=HttpParser{s=END,0 > of -1},g=HttpGenerator@7e29bce8{s=START}]=>HttpChannelOverHttp@97013d33{ > r=1,c=false,a=IDLE,uri=//localhost:/SSPDashboard,age=3} parsed true > HttpParser{s=END,0 of -1} > > 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConne

Re: [jetty-users] Webapp started twice??

2018-10-06 Thread Jan Bartel
When you copied the webapp to 'myapp.old' jetty will deploy that new directory. So you would have had 2 identical webapps deployed. The better way to do it would be to copy the new webapp into the existing 'myapp' directory and then touch myapp.xml to cause it to be redeployed. I haven't seen the

Re: [jetty-users] Completely different behaviour when using maven jetty plugin with and without debug flag

2018-10-16 Thread Jan Bartel
r delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* ___ jetty-users mailing l

Re: [jetty-users] Jetty sessions leaking

2018-12-12 Thread Jan Bartel
Hi Carey, So sessions will only be written to the store (jdbc) when the request count drops to zero. If the count remains above 0, then that is why they are not written nor expired. I will take a particularly close look at the Async handling myself, but if you came up with a repro test case that

Re: [jetty-users] Jetty sessions leaking

2018-12-12 Thread Jan Bartel
() + does your application use form authentication Jan On Thu, 13 Dec 2018 at 13:38, Jan Bartel wrote: > Hi Carey, > > So sessions will only be written to the store (jdbc) when the request > count drops to zero. If the count remains above 0, then that is why they > are not writ

Re: [jetty-users] Jetty sessions leaking

2018-12-14 Thread Jan Bartel
e, et laissez danser; ces deux amusements ne feront jamais de > mal au monde. > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > f

Re: [jetty-users] Jetty sessions leaking

2018-12-14 Thread Jan Bartel
Carey, if you open the issue, I've got a fix ready to go. Jan On Sat, 15 Dec 2018 at 09:22, Jan Bartel wrote: > By all means raise it as an issue. And thank you for the repro test case, > I'm on it. > > Jan > > On Sat, 15 Dec 2018 at 08:51, Carey Evans wrote: &g

Re: [jetty-users] Problem with JSTL and Jetty running under OSGI

2019-01-16 Thread Jan Bartel
_ >>>> jetty-users mailing list >>>> jetty-users@eclipse.org >>>> To change your delivery options, retrieve your password, or unsubscribe >>>> from this list, visit >>>> https://www.eclipse.org/mailman/listinfo/jetty-users >>

Re: [jetty-users] Concurreny problem in Session Management

2019-01-21 Thread Jan Bartel
Hi, Thanks for the log output. Firstly, could you try upgrading to the latest jetty 9.4 version 9.4.14. Secondly, can you provide a simple reproduction webapp? Thanks Jan On Tue., 22 Jan. 2019, 04:18 Gruber Reinhold Good day, > > > > we are using jetty-9.4.11.v20180605 and are experiencing p

Re: [jetty-users] Concurreny problem in Session Management

2019-01-21 Thread Jan Bartel
Also, could this bug (since fixed), but related: https://github.com/eclipse/jetty.project/issues/3203 ??? Jan On Tue, 22 Jan 2019 at 08:48, Jan Bartel wrote: > Hi, > > > Thanks for the log output. Firstly, could you try upgrading to the latest > jetty 9.4 version 9.4.14. Se

Re: [jetty-users] Concurreny problem in Session Management

2019-01-21 Thread Jan Bartel
Please also report your DefaultSessionCache settings, and settings for the DefaultSessionIdManager/HouseKeeper. thanks Jan On Tue, 22 Jan 2019 at 09:41, Jan Bartel wrote: > Also, could this bug (since fixed), but related: > https://github.com/eclipse/jetty.project/issues/3203 ??? &

Re: [jetty-users] Concurreny problem in Session Management

2019-01-22 Thread Jan Bartel
r Reinhold wrote: > Hi, > > > > upgrading to latest version 9.4.14 did not resolve the problem. > > > > Best regards > > Reinhold > > > > *From:* jetty-users-boun...@eclipse.org *On > Behalf Of *Jan Bartel > *Sent:* Montag, 21. Januar 2019 22:48 &

Re: [jetty-users] security-constraint for implicit welcome-file

2019-03-18 Thread Jan Bartel
her hand, Jetty seems to support the empty string url-pattern > inside security-constraint, but Tomcat and Glassfish don't. > > Who's right? > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delive

Re: [jetty-users] security-constraint for implicit welcome-file

2019-03-18 Thread Jan Bartel
he servlet specification mechanisms of forward or redirect. Jan On Tue, 19 Mar 2019 at 10:48, Jan Bartel wrote: > Ilya, > > The differences you are seeing with the handling of a security constraint > for the url-pattern "/index.jsp" is most probably due to the different way &g

Re: [jetty-users] Jetty 9.4.15 and JSP issue

2019-04-24 Thread Jan Bartel
> > Thanks > Rupali > _______ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listin

Re: [jetty-users] Jetty 9.4.15 and JSP issue

2019-04-24 Thread Jan Bartel
nly fails to load it when the ServletHandler is being started. I assume this failure is due to your incorrect system and server classes setup, however this should also fail for the / and /service contexts. The fact that it doesn't means there is something else wrong with your setup. As for the

Re: [jetty-users] File locking when Jetty service is up(Need to lock the Web ARchieve preventing the file from tampering when the Jetty service is up and running)

2019-07-16 Thread Jan Bartel
You haven't provided a recognisable jetty version, can you double check what you're using? You don't have to use the webapp deployer to deploy your webapp if you don't want to. The one we provide will periodically scan for changed files, however you could write your own that just deploys once. Tak

Re: [jetty-users] javax.mail in webapp

2019-07-28 Thread Jan Bartel
st > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* __

Re: [jetty-users] web app specific port in single jetty instance

2019-07-29 Thread Jan Bartel
st > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* _

Re: [jetty-users] Reference environment variables in jetty descriptors?

2019-07-29 Thread Jan Bartel
r unsubscribe >> from this list, visit >> https://www.eclipse.org/mailman/listinfo/jetty-users > > > > -- > Olivier > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your p

Re: [jetty-users] Necessity of workerName as part of DefaultSessionIdManager

2019-08-28 Thread Jan Bartel
__ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] jrxml loaing issue from classpath.

2019-12-09 Thread Jan Bartel
Please let me know how can I solve this problem. >> >> Thanks & Regards >> Kapil >> > _______ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscrib

Re: [jetty-users] jrxml loaing issue from classpath.

2019-12-09 Thread Jan Bartel
s different, it is in parallel to WEB-INF like below: > >- WEB-INF > - classes >- jrxml > - ABC.jrxml > > > On Tue, Dec 10, 2019 at 11:32 AM Jan Bartel wrote: > >> Kapil, >> >> That's not a very portable way of finding the resou

Re: [jetty-users] Redis session management cause jetty-runner to fail on startup

2020-01-05 Thread Jan Bartel
> > > > > I downloaded jetty-redis-sessions and modified RedisSessionDataMap see > attachment. I built the jetty-redis-sessions jar and included it in my lib > directory. In the constructor I logged the Host and port to verify the > constructor is called,... > __

Re: [jetty-users] Access to HttpRequest in Custom Login Module (JAAS)

2020-01-30 Thread Jan Bartel
parameters? > > Thank you for your support. > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.or

Re: [jetty-users] Communication between a Servlet and a custom protocol

2020-01-30 Thread Jan Bartel
the map by using > refid="myContext"/> so you don't need the Server anymore. >> >> -- >> Simone Bordet >> >> http://cometd.org >> http://webtide.com >> Developer advice, training, services and support >> from the Jetty &

Re: [jetty-users] HttpServletRequest Returns NULL Principal After Logging In

2020-02-06 Thread Jan Bartel
istinfo/jetty-users >> >> >> ___ >> jetty-users mailing list >> jetty-users@eclipse.org >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://www.eclipse

Re: [jetty-users] Does Jetty Uses Session to Set the Principal in HTTP Request

2020-02-17 Thread Jan Bartel
st, visit >>> https://www.eclipse.org/mailman/listinfo/jetty-users >>> >> ___ >> jetty-users mailing list >> jetty-users@eclipse.org >> To change your delivery options, retrieve your password, or unsubscribe >

Re: [jetty-users] Does Jetty Uses Session to Set the Principal in HTTP Request

2020-02-19 Thread Jan Bartel
_ >>>>> jetty-users mailing list >>>>> jetty-users@eclipse.org >>>>> To change your delivery options, retrieve your password, or >>>>> unsubscribe from this list, visit >>>

Re: [jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-09 Thread Jan Bartel
livery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* ___ jetty-users mailin

Re: [jetty-users] Setting Content-Type: text/html; charset=utf-8 for all html files

2020-04-14 Thread Jan Bartel
; true > > > > / > > > > org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet > *.php > > proxyTo > http://localhost:9000 > > >

Re: [jetty-users] Sessions are not invalidated at shutdown any longer

2020-05-28 Thread Jan Bartel
/main/java/org/eclipse/jetty/server/session/AbstractSessionCache.java#L203 > ). > > Is this inconsistency expected? How would I code my way around it? > > -dirk > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubs

Re: [jetty-users] Sessions are not invalidated at shutdown any longer

2020-05-28 Thread Jan Bartel
Dirk, I think you're spot on here: I do remember changing my mind about whether a session data store could be null or not. I've raised an issue for that: https://github.com/eclipse/jetty.project/issues/4920 Cheers Jan On Thu, 28 May 2020, 12:36 Dirk Olmes, wrote: > On 5/28/20

Re: [jetty-users] WAR reloading leaves stale file descriptors (file system quota not working as expected)

2020-06-26 Thread Jan Bartel
client/tmp/jetty-0_0_0_0-8443-root_war-_-any-17785782056536538882.dir/webapp/WEB-INF/lib/commons-digester-1.8.1.jar >> (deleted) >> java 39467 sclient 102r REG8,1 >>2147881212954 >> /home/client/tmp/jetty-0_0_0_0-8443-root_wa

Re: [jetty-users] (no subject)

2020-07-05 Thread Jan Bartel
ctory.initial=org.eclipse.jetty.jndi.InitialContextFactory > > And jetty-config-bundle does contain the jetty.xml, etc. files and they > are being processed. > > Can anyone tell me if they've got this working, and how? Is it > configurable to just work without needing a jetty-web.xml in each WAB, or > am I missing a dependency bundle on my plugin? > > Thanks in advance, > > Gordon Jahn > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel www.webtide.com *Expert assistance from the creators of Jetty and CometD* ___ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] jetty-maven-plugin: minimal HTTPS example?

2020-08-24 Thread Jan Bartel
y-users > > > > > > ___ > > jetty-users mailing list > > jetty-users@eclipse.org > > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > > > > -- > Vriendelijk

<    1   2   3   4   5   6   >