how to configure mod_jk for multiple hosts?

2001-10-25 Thread Sebastian Schulz
hi, i need information on how to enable loadbalancing in a one to many scenario (one apache - many tomcats at different hosts) using apache 1.3.20, tomcat 3.3 and mod_jk. i successfully enabled loadbalancing on one machine (different ajp13-workers at the same port), but don't know exactly how

Re: Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread Sebastian Schulz
hi, make shure the driver (classpath) is also be available in the wrapper.properties-file. (this one is used when running tomcat as a service;-) basti

Re: MultiThreadModel-Problem?

2001-06-15 Thread Sebastian Schulz
hi, thank you all for your help hints, i'll check it out. Special thanks to Antony for his tip concerning ConcurrentHashMap-Implementation from Doug Lea! Bo, unfortunately i haven't the book Java Platform Performance, maybe you could give a summary from page 126? thank you all again! basti

MultiThreadModel-Problem?

2001-06-14 Thread Sebastian Schulz
hi, i use a servlet in MultiThreadModel-mode (default). when 2 users at the same time makes the same request to the servlet (a operation that needs a bit) it seams, that only the request of the user who was perhaps a millisecond earlier is responded correct, the other seams to be ignored. (i

reload web.xml from servlet?

2001-06-12 Thread Sebastian Schulz
hi, is it possible to reload the servlets web.xml from a runing servlet, so that a changed web.xml can affect the servlet without having to restart tomcat? many thanks in advance! basti

Re: RequestDispatcher.forward()

2001-05-21 Thread Sebastian Schulz
,ServConnBhvrErrors.CANT_CONNECT_TO_SERVER,ioe); } } } Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20External: [EMAIL PROTECTED] Sebastian Schulz [EMAIL PROTECTED] on 05/18/2001 10:58:33 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED

RequestDispatcher.forward()

2001-05-18 Thread Sebastian Schulz
hi! my problem is, that i have a 'virtual' url that is a servlet, and a mapping from that virtual url to a 'real' url outside of the servletcontext. i want the user never to use or bookmark the 'real' url but allways the 'virtual'. the .forward()-method would be a cool solution to manage this,

Re: RequestDispatcher.forward()

2001-05-18 Thread Sebastian Schulz
??? are you shobhit sati from india? sorry if I am wrong no ;-) basti

RequestDispatcher.forward()

2001-05-18 Thread Sebastian Schulz
hi, has somebody a work-around to produce the same behavior as if RequestDispatcher.forward() would work with absolute URL's? tanks in advance! basti

Re: open source full-text-search-engines

2001-04-18 Thread Sebastian Schulz
hi, thank you all for your suggestions! bAs T.

open source full-text-search-engines

2001-04-11 Thread Sebastian Schulz
hi, i am looking for an open source full text search engine like glimpse, but more platform-independent (it have to run under NT 4.0). any suggestions / recommendations? thanks in advance! bAs T

open source full text engine

2001-04-11 Thread Sebastian Schulz
hi, i am looking for an open source full text search engine like glimpse, but more platform-independent (it have to run under NT 4.0). any suggestions / recommendations? thanks in advance! bAs T

Re: Connection Pooling

2001-03-07 Thread Sebastian Schulz
hi, take a look at PoolMan, its a nice generic implementation for datasources, special for jdbc-derived ones like Connections. the url is: http://poolman.sourceforge.net/ by the way: this implementaion was mentioned in the very helpful book: 'Profession JSP' from wrox bAs T. "Carlos Lpez M."

Re: RequestDispatcher.forward()-Problem with anchors

2001-03-06 Thread Sebastian Schulz
thank you, Rob! (thank you, Michael) ... it sounds consistent. once more again to secure, i understand it correct: a forward in opposition to a redirect is some server-internal operation, whose result is send back to the browser. as the browser itself don't realize it, the anchor at the url has

Re: problem w/ ajp13 - if Tomcat is shutdown

2001-03-06 Thread Sebastian Schulz
did you have a connector for mod_jserv at your configs at well? if i'm not mistaken, mod_jserv is needed for tomcat to shutdown. bAs T. Shinta Tjio schrieb: I'm having problem with mod_jk if ajp13 is used. The problem is often reproduced when Tomcat is shut down without Apache being

Re: Kawa, JRun Studio and Tomcat

2001-03-06 Thread Sebastian Schulz
hi kyle, sorry, but i have no help for your problem, instead i have a question by myself: is there some information available, how to inegrate tomcat and kawa best? could you give some hints? i've been using kawa at well, but not in conjunction with tomcat. thanks a lot, bAs T.

RequestDispatcher.forward()-Problem with anchors

2001-03-05 Thread Sebastian Schulz
hi, i have a problem with RequestDispatcher.forward(): if the url contains an anchor like "example.jsp#position1" then forwarding seams to be be all right (no error, exception ...), but the 'new' page has no content. i tried to forward to a url with parameters like "example.jsp?name=value",

best way to handle Servlets+JSPs+multiple Frames?

2001-02-21 Thread Sebastian Schulz
hi, i want to develop a WebApplication using Servlets+JSPs+JavaBeans. (MVC) So far no problems. But on client-side i need a frame-based solution. Every Frame itself is a JSP. The following i need to get working as smart as possible: User-action at one Frame causes the Servlet to change

Re: best way to handle Servlets+JSPs+multiple Frames?

2001-02-21 Thread Sebastian Schulz
ording to biz logic, e.g.: response.setStatus(HttpServletResponse.SC_MOVED_TEMPORARILY); response.setHeader("Location", sURL); (this is a cookie-safe redirect) I'm sure there are other ways, as well. Steve -Original Message- From: Sebastian Schulz [mailto:[EMAIL PROTECTE

Re: best way to handle Servlets+JSPs+multiple Frames?

2001-02-21 Thread Sebastian Schulz
hi Stephen, thank you for your solution. But if i'm not mistaken your example needs no session (therefor the redirection, right?) Then it's no problem to have one frame making the Request and the Servlet after doing its job redirects to the URL with the Frameset. But i need session-support

Re: FW: Tomcat, JSP and Cache

2000-12-06 Thread Sebastian Schulz
head meta http-equiv="pragma" content="no-cache" meta http-equiv="cache-control" content="no-store"!-- HTTP 1.1 -- % response.setDateHeader ("Expires", 0); %!-- disable caching at proxy server -- /head You need to put it at the top of the page, as you would expect, and

mod_jk for EAPI?

2000-12-04 Thread Sebastian Schulz
hi, i use apache 1.3.14 + mod-ssl 2.7.2 + openSSL 0.96 on NT 4.0 SP 5, everything works fine. now i want to use tomcat 3.2 and therfor i use mod_jk.dll to enable apache communicating with tomcat. This works fine as well but leavs the errormessage [Mon Dec 04 14:26:45 2000] [warn] Loaded DSO

ApacheModuleJServ.dll

2000-11-16 Thread Sebastian Schulz
hi, i uses Apache + mosssl under Win32. Therefor i need a -DEAPI-compiled version of ApacheModuleJServ.dll. Unfortunately i have no MS Visual C++ Compiler available, so i'am not able to do this by myself. many thanks in advance! basti