Re: [jetty-users] shibboleth idp webapp under jetty 12.0.7

2024-03-26 Thread Jan Bartel via jetty-users
d *and* copyWebInf=true. >> But I'm far from a jetty expert :). >> >> Thanks for any hints... >> >> ___ >> jetty-users mailing list >> jetty-users@eclipse.org >> To unsubscribe from this list, visit >> https://www.eclipse.org/mailman/listinfo/jetty-users >> > > > -- > Greg Wilkins CTO http://webtide.com > ___ > 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] ClassLoader issues with custom LoginModule

2024-01-23 Thread Jan Bartel via jetty-users
rtJarLoader instead > of the one in the webapp? I would really like to get this figured out. I > may need to reimplement the whole Credential logic anyway since I can't use > the method to digest passwords anymore. That would be a shame, but I do > need the symmetric digest/validate

Re: [jetty-users] Question about ALPN when embedding Jetty inside an OSGi bundle

2024-01-11 Thread Jan Bartel via jetty-users
ipse.org >> To unsubscribe from this list, visit >> https://www.eclipse.org/mailman/listinfo/jetty-users >> > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.

Re: [jetty-users] Run multiple instances of the same WAR servlet and pass it a config value

2023-10-04 Thread Jan Bartel via jetty-users
rs 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 mailin

Re: [jetty-users] Exception in Jetty 12.0.1

2023-09-05 Thread Jan Bartel via jetty-users
Silvio, This looks like a url with the sessionid encoded in the url, but it is incomplete. It looks like the url just contains JSESSIONID, whereas it should be JSESSIONID=. I don't think we changed the way we parse the sessionid from the url since at least jetty 10, but I could be wrong, I don't

Re: [jetty-users] Session ID oddity

2023-02-17 Thread Jan Bartel
The ".nodeX" suffix on the the session id can be used by load balancers to direct traffic to particular nodes in the cluster, ie ensure session stickiness. If a session lands on a different node other than the one it originated on (eg that node failed, or the load balancer is non sticky) then the

Re: [jetty-users] File session store: Unwriteable session

2022-08-14 Thread Jan Bartel
t; ... and try the sequence given in the `README.md` images. > > -- > Mark Raynsford | https://www.io7m.com > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclip

Re: [jetty-users] How Jetty Loads On-disk Session Files into Memory

2022-04-28 Thread Jan Bartel
I don't see why you would have so many sessions? Doesn't the poll have it's own session? Or are you polling using all known existing session IDs? The sessions will be read in from disk as needed, but will then stay in the cache until they expire. As you are polling at a higher rate than the sessio

Re: [jetty-users] 9.4: can I get rid of LoginService if no login?

2022-04-27 Thread Jan Bartel
ipse.jetty.security.SecurityHandler.doStart(SecurityHandler.java:410) > at > > org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:417) > > -- > Phobrain.com > _______ > jetty-users mailing list >

Re: [jetty-users] Duplicate valid session cookies?

2022-04-05 Thread Jan Bartel
If we find more than one valid cookie, we don't know which one to use, so we log it as an error. On Tue, 5 Apr 2022 at 11:16, John English wrote: > On 05/04/2022 01:08, Jan Bartel wrote: > > Somehow your client is sending 2 session cookies. Maybe you have have a > > couple o

Re: [jetty-users] Duplicate valid session cookies?

2022-04-04 Thread Jan Bartel
Somehow your client is sending 2 session cookies. Maybe you have have a couple of different overlapping cookie paths configured on the server? On Mon, 4 Apr 2022, 22:18 John English, wrote: > Just found this in today;s logfile: > > org.eclipse.jetty.http.BadMessageException: 400: Duplicate valid

Re: [jetty-users] Migration help to Jersey 3 / Jetty 11

2022-02-07 Thread Jan Bartel
; > ServletHolder holderDefault = new ServletHolder("default", > DefaultServlet.class); > context.addServlet(holderDefault, "/"); > > ServletHolder servletHolder = new ServletHolder(new > ServletContainer(config)); > > context.addServlet(servletHolder,

Re: [jetty-users] Need Help Configuring A Security Handler for Embedded Jetty

2021-12-13 Thread Jan Bartel
gt; > *server*.start(); > > > } > > > > If I run the test with that code, it will end up overriding my custom > security handler with the values from jetty-web.xml when server.start() is > called. I can work around it by removing > org.eclipse.jetty.webapp.JettyWebXm

Re: [jetty-users] Need Help Configuring A Security Handler for Embedded Jetty

2021-12-10 Thread Jan Bartel
ything equivalent to > context.setOverrideDescriptors() > for jetty-web.xml. Is there any way to do this without completely replacing > the work done by jetty-web.xml with manual code? > > > ___ > jetty-users mailing list > jetty-

Re: [jetty-users] Regrading R4_19_maintenance branch

2021-11-29 Thread Jan Bartel
ManagedServiceFactory Update >> Queue: No SessionScavenger set, using defaults >> >> 2021-11-25 17:36:16.776:INFO:oejs.session:ManagedServiceFactory Update >> Queue: node0 Scavenging every 66ms >> >> 2021-11-25 17:36:16.792:INFO:oejs.session:ManagedServiceFac

Re: [jetty-users] Regrading R4_19_maintenance branch

2021-11-11 Thread Jan Bartel
iling 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-user

Re: [jetty-users] IllegalStateException: !UserIdentity with custom login service and NullSessionCache

2021-08-19 Thread Jan Bartel
Interest.fillable(FillInterest.java:105) > at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) > at > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) > at > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) > at > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) > at > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) > at > org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:386) > at > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) > at > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) > at java.base/java.lang.Thread.run(Thread.java:831) > ___ > 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] Using WebAppContext at contextPath / but also serving images, sounds folders

2021-08-10 Thread Jan Bartel
Just change the context path in the context XML files for your webapp from '/ws' to '/'. On Tue, 10 Aug 2021, 23:02 Alexander Farber, wrote: > The answer at Stackoverflow by Joakim is as always very informative, thank > you for pointing to it. > > I just have one open question left: if I would

Re: [jetty-users] Using WebAppContext at contextPath / but also serving images, sounds folders

2021-08-09 Thread Jan Bartel
t; $path /index.php?p=$path > > > > but I am not sure how to apply it to my situation, how to replace the > "index.php" by my servlet there? > > Best regards > Alex > > ___ > je

Re: [jetty-users] SameSite to STRICT

2021-07-20 Thread Jan Bartel
By the way, there is something wrong with the response headers you posted: there are two Set-Cookie headers for different paths, and the one for root has an empty session id - you must have some code that is explicitly setting this. Jan On Thu, 15 Jul 2021 at 11:50, Jan Bartel wrote: > I ca

Re: [jetty-users] SameSite to STRICT

2021-07-14 Thread Jan Bartel
> > > > > > > false > > false > > __SAME_SITE_STRICT__ > > > > > > > > Browser Cookie > > > > > > Can you please through some idea to get this done . > > > > Thanks > > Sai > > > > > > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > > ___ > 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] HttpSession object lifetime

2021-05-02 Thread Jan Bartel
I’ve just described Jan’s final > approach? > > I ask because I do hold session references to be iterated over > periodically for a session timeout that excludes some requests from > resetting the timeout and perhaps I shouldn’t!? > > Gordon > > On Fri, 30 Apr 2021 at 01:04,

Re: [jetty-users] HttpSession object lifetime

2021-04-29 Thread Jan Bartel
ng the then accessible session. This seems rather clumsy and I > am hoping there is a better way to do this. > > Any suggestions would be welcome. > > Thanks, > > Silvio > ___ > jetty-users mailing list > jetty-users@eclipse.org > To

Re: [jetty-users] Heroku archetype web.xml still broken

2021-03-25 Thread Jan Bartel
Hi, I think you should post this to the jersey community so they can update their example. Regards Jan On Fri, 26 Mar 2021, 14:13 Som Lima, wrote: > Thanks for trying to fix the heroku archetype web.xml . > > https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest3x/user-guide.h

Re: [jetty-users] jersey to jsp different welcome file served on different platform

2021-03-25 Thread Jan Bartel
plication!"); > out.print("Jersey resource"); > out.print("Visit http://jersey.java.net> Project > Jersey website "); > out.print("more information on Jersey!"); > out.print(" contents of servlet Indexservl

Re: [jetty-users] jersey to jsp: error 500 on index

2021-03-25 Thread Jan Bartel
You're using a servlet to serve a welcome file instead of serving a static file. There is some ambiguity in the servlet spec around serving of welcome files, and jetty's default mode looks for a static resource. There are other configuration modes that will let you serve from the servlet without an

Re: [jetty-users] jersey to jsp

2021-03-24 Thread Jan Bartel
0.xsd";> > > Jersey Web Application > org.glassfish.jersey.servlet.ServletContainer class> > > jersey.config.server.provider.packages > com.example > > 1 > > > Jersey Web Application > /* > > > > index.html > > > > On Thu, 25 Mar

Re: [jetty-users] jersey to jsp

2021-03-24 Thread Jan Bartel
pDirLocation = "src/main/webapp/"; > root.setDescriptor(webappDirLocation + "/WEB-INF/web.xml"); > root.setResourceBase(webappDirLocation); > > //server.setHandler(root); > server.setHandler(new HelloHandler()); > server.start(); &

Re: [jetty-users] jersey to jsp

2021-03-24 Thread Jan Bartel
> 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*

Re: [jetty-users] Session invalidation

2021-02-27 Thread Jan Bartel
valid objects after these two lines. > > Can anyone tell me what might be happening here? > > -- > John English > ___ > jetty-users mailing list > jetty-users@eclipse.org > To unsubscribe from this list, visit > https://www

Re: [jetty-users] File upload failing with InterruptedException in Jetty serer

2021-01-29 Thread Jan Bartel
ipse.jetty.server.HttpInput$1.blockForContent(HttpInput.java:1139) >> 2021-01-27/15:09:58.871/UTC [qtp1253396693-94] ERROR consoleOutput - at >> org.eclipse.jetty.server.HttpInput.read(HttpInput.java:330) >> 2021-01-27/15:09:58.871/UTC [qtp1253396693-94] ERROR consoleOutput - ... &

Re: [jetty-users] Having issues with session instantiation from cookie by Jetty-9.4.34

2021-01-06 Thread Jan Bartel
pass into the HttpServletResponse.addCookie(Cookie) call. > These attributes are only present in only a certain set of responses to > the browser, this is what we were trying to > > achieve when we invoked the “addCookie” on the HttpServletResponse in our > filter. Any hint will be ap

Re: [jetty-users] Having issues with session instantiation from cookie by Jetty-9.4.34

2021-01-05 Thread Jan Bartel
qtp-272100020-19] DEBUG session - Got Session ID > 10lfyaco45qk1o5epecgjp53110asgk10ichef1gu1ozdqlaqd4.node0 from cookie > > 2020-12-23 17:46:31,185 [qtp-272100020-19] DEBUG session - Session > 10lfyaco45qk1o5epecgjp53110asgk10ichef1gu1ozdqlaqd4 not found locally, > attempting to load > > 2020-12-23 17:46:31,185 [qtp-2721000

Re: [jetty-users] HttpSession NULL issue with Browsers (Jetty-9.4.34)

2020-12-29 Thread Jan Bartel
If they're using Chrome or Mozilla you can guide them through using the developer tools to look at the cookies cached, and even look at the http request and response so they can see whether or not the cookie was sent. Probably other browsers have some similar facility. On the server side, you coul

Re: [jetty-users] How can I change JSESSIONID

2020-12-16 Thread Jan Bartel
er > for important disclosures regarding this electronic communication. > = > ___ > 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] java.lang.NoSuchFieldException: serverClasspathPattern

2020-12-08 Thread Jan Bartel
_________ > 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* ___

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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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-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
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] 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] 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] 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-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-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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] '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] 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] 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] 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] 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-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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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-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] 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.

  1   2   3   4   5   6   >