Re: Tomcat in Kiosk mode

2008-05-29 Thread Kristian Rink
Johann; Johann Siegele schrieb: I know that! this was just an example of that what i want to do with tomcat. I want to build a server with tomcat which no user can change. this server should run tomcat, and just my services (servlets), no user should be able to change anything. Considered

up/download: ClientAbortException?

2008-05-07 Thread Kristian Rink
by an apache 2.x using mod_proxy/mod_rewrite. Does these messages mean anything to anyone? Really a ClientAbort (in terms of the _remote_ client disconnecting)? TIA and best regards, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445

Re: Why use SOAP in Java

2008-04-09 Thread Kristian Rink
server-sided Java procedures from a system implemented in Python, .NET, Perl or whatever could come to your mind... Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone

Re: semi-OT: lambdaprobe and logging on tc6?

2008-03-26 Thread Kristian Rink
Hi *; Am Thu, 20 Mar 2008 10:57:20 +0100 schrieb Kristian Rink [EMAIL PROTECTED]: [...] webapp: /xport 04 Mrz 2008 12:05:46 [http-8080-4] ERROR org.jstripe.tomcat.probe.controllers.logs.ListLogsController - Could not interrogate context logger for /xport. Enable debug logging to se e

semi-OT: lambdaprobe and logging on tc6?

2008-03-20 Thread Kristian Rink
of thanks in advance, best regards. Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

Re: tomcat6 installation

2008-01-09 Thread Kristian Rink
major.minor version 49.0) tomcat 6.x requires JRE/JDK to be at least 5.0... Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together

Re: Why use a Web Server over Tomcat?

2008-01-08 Thread Kristian Rink
content management system to serve your company web site), this is what you usually want to have a non-J2EE web server for. :) Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone

Re: Why use a Web Server over Tomcat?

2008-01-08 Thread Kristian Rink
least. ;) Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

[OT] webdav client libraries for Java?

2007-11-07 Thread Kristian Rink
crafting a WebDAV client on my own on top of some HTTP client lib? Thanks in advance and best regards, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many

[OT] applets in webapps

2007-10-09 Thread Kristian Rink
from a .jsp or from a resource forwarded to from within some servlet? Or am I just too stupid? Sorry again for the OT, feel free to contact me off-list in case you feel like providing me with some hints / pointers. Thanks loads and best regards, Kristian -- Kristian Rink * http://zimmer428.net

Re: [OT] applets in webapps

2007-10-09 Thread Kristian Rink
-- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
the port occupied. What does netstat -ap|grep 8080 say? Any chance identifying the process using port 8080? Cheers good luck, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
Am Fri, 14 Sep 2007 13:54:25 +0200 schrieb Kristian Rink [EMAIL PROTECTED]: netstat -ap|grep 8080 Sorry, should look closer before typing: netstat -anp|grep 8080 ; otherwise chances are you'll not see anything because netstat replacing 8080 with webcache... ;) Cheers, Kristian -- Kristian

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
in /etc/services (webcache) rather than the port (8080). It's, however, just a matter of what gets displayed, this doesn't change anything about your running services. ;) Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq

Re: ClientAbortException / Broken Pipe?!

2007-08-15 Thread Kristian Rink
have a smart idea how to compensate for this issue? Thanks in advance and best regards, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming

Re: ClientAbortException / Broken Pipe?!

2007-08-15 Thread Kristian Rink
that either the download finished but ended up with an empty / small / corrupted file or an error message showed up - or nothing happened at all. :( I am not really sure who's to blame for that... :/ Thanks for your help, nevertheless, and best regards, Kristian -- Kristian Rink * http

ClientAbortException / Broken Pipe?!

2007-08-14 Thread Kristian Rink
connector setup in server.xml, removing tcnative, using mod_proxy instead of mod_jk - no success. Does anyone around here have any more ideas on how to get hold of this? Thanks loads in advance and bye, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL

tomcat 6 and setenv.sh?

2007-08-03 Thread Kristian Rink
-configured with two hosts Thanks in advance for any hints and bye, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning

Re: Apache Tomcat 5.5 install issues.

2007-08-03 Thread Kristian Rink
would be that configure is not actually marked as executable, try either sh ./configure or do a chmod u+x configure prior to running ./configure to move on. Cheers, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445

Re: Apache Tomcat 5.5 install issues.

2007-08-03 Thread Kristian Rink
pretty well how things are by trying to manually entering java or javac in your terminal, or by using which java which javac to locate where these friends are. Maybe, however, you'll be better / quicker off installing a pre-built tomcat binary. :) Cheers, Kristian - -- Kristian Rink * http

Re: Error reported when starting app in cluster

2007-08-03 Thread Kristian Rink
in $CATALINA_HOME/logs/, especially localhost, to see whether there are any exceptions / errors reported that might keep your application from comin' up well. Cheers, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon

Broken Pipe?

2007-07-25 Thread Kristian Rink
a ClientAbortException, should I not worry about it and leave things movin' on as they do? Or is this some more severe issue that needs to be adressed? Environment: - tomcat 6.0.13 behind an apache2 / mod_jk 1.2.23 - jdk 1.6.0 - Ubuntu Dapper server TIA and bye, Kristian -- Kristian Rink * http

Re: Tomcat virtuelle server

2007-07-25 Thread Kristian Rink
-- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

tomcat cluster and maven2?

2007-07-20 Thread Kristian Rink
not working in tomcat6, and aside that I also would enjoy seeing to have this switched off and not regularly polling my server filesystem. Hints, anyone? TIA and bye, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176

clients behind nat/masq: sessions mixed up?

2007-07-06 Thread Kristian Rink
Folks; dealing with quite an annoying problem right now: One of our web applications (running inside a tomcat 5.5.20 cluster spread across two machines behind an apache2 / mod_jk frontend) seems to act strangely in some situations: Most of the times, the application works rather fine. However,

Re: Tomcat5.5 Ubuntu startup error

2007-06-08 Thread Kristian Rink
Ubuntu multiverse... ;) Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

Re: Embed license to tomcat

2007-06-08 Thread Kristian Rink
generic solution it provides to the very special needs of your business... If this is somehow applicable to your software, I guess it would be the best way... Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon

Re: Embed license to tomcat

2007-06-08 Thread Kristian Rink
if it is meant to keep track of sensible business information. This IMHO is a way that should be strictly discouraged... just my $0.02 on that... Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771

Re: Java-Ecommerce

2007-06-05 Thread Kristian Rink
reservations after a sane amount of time has passed (to deal with people who fill up their cart but never actually check out and/or buy anything...). Are you about to build a system like this? If so, how much of the specification / design work did you do so far? Cheers, Kris - -- Kristian Rink

tomcat 6, clustering, FarmDeployer

2007-05-31 Thread Kristian Rink
that this is just a simple misconfiguration but right now I don't know where to lay my hands to get it resolved. Can anyone help me outta here? Thanks in advance and bye, Kristian [1] http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html -- Kristian Rink * http://zimmer428.net * http

Re: tomcat 6, clustering, FarmDeployer

2007-05-31 Thread Kristian Rink
and ease-of-use compared to the FWD solution... Thanks and bye, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning

deployment / war unpacking and Context definition?

2007-04-26 Thread Kristian Rink
not all _that_ bad the way it is now, but having to shut down tomcat and manually remove the webapp to get it redeployed is not that fine on a production system running more than just that very application. :) Thanks in advance and bye, Kristian - -- Kristian Rink * http://zimmer428.net * http

Re: deployment / war unpacking and Context definition?

2007-04-26 Thread Kristian Rink
as soon as the new war is there... ;) Anyhow, thanks and best regards, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together

Re: deployment / war unpacking and Context definition?

2007-04-26 Thread Kristian Rink
afterwards is a bad thing most of the time). Thanks for your help and bye, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together

switching to 6.0 - considerable things?

2007-04-03 Thread Kristian Rink
? Is there sort of a migration HOWTO for this situation, or is it just rather straightforward, having backward-compatibility and a set of new features around? TIA and bye, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49

Re: switching to 6.0 - considerable things?

2007-04-03 Thread Kristian Rink
Rainer, @list; first off, thanks everyone for your hints / inspirations, much appreciated. :) Rainer Jung schrieb: new and not inside the tomcat 6 docs. The Guide is very short, but might give you some ideas. http://tomcat.apache.org/migration.html Indeed, I could have found that myself if

Re: GUI implementation with tomcat

2007-03-08 Thread Kristian Rink
service client classes to do remote calls. Can you be more verbose about your application architecture? :) Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only

Re: GUI implementation with tomcat

2007-03-08 Thread Kristian Rink
the window/frame). Then, you need to implement logic in your client to remotely call the web service and possibly get some meaningful data from it. Don't know if this really is a helpful answer, feel free to ask if you need more assistance. :) Cheers, Kristian -- Kristian Rink * http://zimmer428.net

reasonable session size?

2007-02-28 Thread Kristian Rink
. by introducing a smarter architecture? Is there any actual use in making _general_ statements here, or is this more likely to be application-dependent and a matter of having server hardware built to meet the needs of the application? What do you think? Thanks in advance and bye, Kristian - -- Kristian Rink

tomcat: jmxremote and catalina.sh

2007-02-26 Thread Kristian Rink
-- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

Re: clustering and jvmRoute

2007-02-23 Thread Kristian Rink
and bye, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

dynamic JSP include?

2007-02-22 Thread Kristian Rink
with the flush but it doesn't really make things better... Thanks in advance and bye, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming

Re: dynamic JSP include?

2007-02-22 Thread Kristian Rink
! :) Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

clustering and jvmRoute

2007-02-22 Thread Kristian Rink
configuration? Thanks in ad [1] http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html [2] http://tomcat.apache.org/tomcat-5.0-doc/balancer-howto.html -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771

Re: Tomcat and Java6

2007-01-31 Thread Kristian Rink
internally and externally available) using Java 6, and so far I haven't had any trouble... Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many

Re: Tomcat and Java6

2007-01-31 Thread Kristian Rink
systems are Linux and Solaris exclusively. Isn't there a way to also run tomcat without the service atop Win32? Just in order to figure out which piece of the setup is actually broken... Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED

Re: Session Monitoring tool?

2007-01-22 Thread Kristian Rink
/ Thanks a lot for the pointers; I'll check out the both and see what fits my needs best. :) Thanks and bye, Kristian - -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream

Session Monitoring tool?

2007-01-17 Thread Kristian Rink
in advance and bye, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

Re: Session Monitoring tool?

2007-01-17 Thread Kristian Rink
, there is, but the information it provides is rather limited (to telling me how many active sessions there are and what session timeout is set)... Cheers, Kristian -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771 One dreaming

Re: Tomcat eclipse integration

2007-01-17 Thread Kristian Rink
.ibm.com/developerworks/db2/library/techarticle/dm-0509cline/ Especially the one by the WTP people is pretty much in-depth and should help you getting started in no time. :) Cheers, Kris -- Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/ jab: [EMAIL PROTECTED] * icq

Re: J2EE option missing in Eclipse environment for Servlet.

2007-01-03 Thread Kristian Rink
athula bogoda schrieb: I install eclipse 3.2 with Tomcat 5.0 to run servlets under J2EE. [...] But in Open Perspective J2EE option is not available. Also Dinamic web Project option also not available. What's the wrong on it. Did you try to run eclipse -clean after installing the plugins?

Re: Servlet Plugins for Eclipse

2006-12-28 Thread Kristian Rink
athula bogoda schrieb: Hi All, Can any one tell how can I download or add plugins for Eclipse to develop Servlet applications. The Eclipse Web Tools Platform (WTP) provides all you need for that. Check

Re: Resource configuration problems on servlets (images, css, javascript)

2006-11-28 Thread Kristian Rink
Hi; Pascal Guy schrieb: The problem comes when we integrate to post the request to my controller The controller works fine but the resources are not working (css, images and javascript) I am not sure to understand your problem right, but: servlet-mapping

Re: tomcat + axis service:

2006-09-29 Thread Kristian Rink
this one down? Could this be a platform-specific issue (in that very case, the tomcat runs atop Windows 2000)? TIA and bye everyone Kris -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many

tomcat + axis service:

2006-09-22 Thread Kristian Rink
on that is rather limited - is this what I am looking for? TIA for any hints and bye, Kris -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality

Re: Uploading the file

2006-09-14 Thread Kristian Rink
Exception Details from Catalina.out are : [...] -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq: 48874445 * fon: ++49 176 2447 2771 One dreaming alone, it will be only a dream; many dreaming together is the beginning of a new reality. (Hundertwasser

Re: want to control winamp from servlet

2006-09-10 Thread Kristian Rink
? Cheers, Kris - -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq: 48874445 * fon: ++49 176 2447 2771 Wenn einer allein träumt, ist es nur ein Traum. Wenn viele gemeinsam träumen, ist das der Anfang einer neuen Wirklichkeit. (Hundertwasser) -BEGIN PGP SIGNATURE- Version

Re: want to control winamp from servlet

2006-09-10 Thread Kristian Rink
some project it need it What sort of API are you using for that purpose, then? Is this official WinAmp stuff or something else? Do you have an example of how Winamp control is done there using client-side Java? What happens if you try the same from within a servlet? Cheers, Kris - -- Kristian

Re: tomcat, apache, mod_rewrite and http-auth

2006-08-17 Thread Kristian Rink
, Kristian -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq: 48874445 * fon: ++49 176 2447 2771 Wenn einer allein träumt, ist es nur ein Traum. Wenn viele gemeinsam träumen, ist das der Anfang einer neuen Wirklichkeit. (Hundertwasser

tomcat, apache, mod_rewrite and http-auth

2006-08-16 Thread Kristian Rink
to access 192.168.1.242 instead of domain. This is obviously not working, and this also ain't what I want. But I wonder why mod_rewrite doesn't work well in this situations. Explanations, anyone? Or hints how to get out of this? Much appreciated, if so. TIA and bye, Kristian -- Kristian Rink

[OT?] Servlet, redirect and progress-monitoring?

2006-08-02 Thread Kristian Rink
' on in background? Is there a way of solving something like this without being in need of JavaScript/AJAX/DWR or something the like? Any hints, even just pointers to good documentation on that issue, are very much appreciated. Thanks and bye, Kristian -- Kristian Rink * http://zimmer428.net * jab

Re: servlet and HTTP authentication

2006-07-31 Thread Kristian Rink
, that's pretty much what I needed! :) Thanks and bye, Kristian -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq: 48874445 * fon: ++49 176 2447 2771 Wenn einer allein träumt, ist es nur ein Traum. Wenn viele gemeinsam träumen, ist das der Anfang einer neuen Wirklichkeit

servlet and HTTP authentication

2006-07-27 Thread Kristian Rink
, but I don't know how to make tomcat demand HTTP authentication _without_ automatically validating these parameters. Any hints on that? TIA and bye, Kristian - -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq: 48874445 * fon: ++49 176 2447 2771 Wenn einer allein träumt, ist es

css and images (stupid question?)

2005-11-28 Thread Kristian Rink
image urls (/image/...), which also didn't work. So, where's the magic? I've always been through some tougher moments with css and images while dynamically generating content, but right now I feel really helpless about that. Can someone enlighten me? Cheers and thanks, Kris - -- Kristian Rink

Re: css and images (stupid question?)

2005-11-28 Thread Kristian Rink
references the style sheet. Yeah, indeed. I finally solved my problems by referencing to the css within my jsps using the absolute server path, and now everything works the way it's supposed to. Thanks guys! :) Cheers, Kris - -- Kristian Rink * http://zimmer428.net * jab: [EMAIL PROTECTED] icq

unix user auth within servlets/jsps?

2005-11-28 Thread Kristian Rink
for this, or is there a faster way? * Generally, since this is not really tomcat-related (just to the point that I'm using tomcat for this): Can anyone recommend a good mailing-list for j2ee newbies? :) Thanks for any hints and bye. Cheers, Kris - -- Kristian Rink * http://zimmer428.net * jab