Re: Can't get ssl redirection to work properly

2005-07-22 Thread Stefan Nilsson
regards Stefan Nilsson. On 7/15/05, Stefan Nilsson [EMAIL PROTECTED] wrote: I am running Jboss 4.0.1 with the tomcat 5.0 and I have an application.ear called pds running on it. To access the application you simple write http://adress:8080/pds; Now I wanted to enable ssl on the webapp.war

Can't get ssl redirection to work properly

2005-07-15 Thread Stefan Nilsson
really need the the old url http://adress:8080/pds; to be redirected to https://adress:8443/pds Any suggestions?? Best regards Stefan Nisson Below follows some relevant sections from my server.xml and web.xml: === server.xml == Connector port = 8080

Problem with Managed Bean

2005-06-02 Thread Stefan Parnet
:675 ) ... 13 more I think Tomcat cannot find the mbeans-descriptors.xml file, but I'm not sure. Does anyone know what changed, so that my class does not work anymore? Is it an configuration problem. What do I have to change? Thanks in advance Stefan Parnet

Xerces Endorsed Library Problem

2005-05-14 Thread stefan pickschneider
.x/5.5.x... We could override the xerces library in tomcathome/common/endorsed, but that would make it impossible to deliver the application solely as a war-file. Has anyone got a solution/idea for this problem? Thanks a lot... stefan

Re: Howto configure tomcat to compile JSPs with Sun JDK 1.5

2005-04-28 Thread Stefan Parnet
(within tomcat) because the tomcat built-in compiler only knows Java 1.4 Stefan Serlet Jean-Claude schrieb: Hello Lutz is right : you may define your JRE under Eclipse Under (sorry for my mistakes : i use a french version and try to translate in english) Window - Preferences - Installed JRE you may

Howto configure tomcat to compile JSPs with Sun JDK 1.5

2005-04-27 Thread Stefan Parnet
to configure the tomcat to do so. Can anyone help me? Thanks Stefan This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Access

Re: Howto configure tomcat to compile JSPs with Sun JDK 1.5

2005-04-27 Thread Stefan Parnet
Lutz Zetzsche schrieb: Hi Stefan, Am Mittwoch, 27. April 2005 15:20 schrieb Stefan Parnet: Hello, I installed Tomcat 5.5.9 and want to use Java 1.5 in my JSPs. Since Tomcat 5.5 uses the Eclipse JDT Compiler (Java 1.4), it cannot compile my JSPs. So I want the tomcat to compile the JSP's

RE: Application Data sharing -- store large object?

2005-04-11 Thread Stefan Frank
You should maybe take a look into the various caching-libraries available (ehcache, swarmcache, jboss-treecache etc.) - these libraries deal with cacheing, which is a little different from what the application/session-objects offer, as application and session have to be absolutely reliable. If you

isapi_redirect and HTTP PUT doesn't work

2005-02-22 Thread Stefan Person
/htmlcurl: (55) ... with the old version, it works. If I use the GET command, the servlet works and I get back the right message. In the logfiles I could see, IIS forwards a GET to /jakarta/isapi_redirect.dll but not a PUT command. thnx for your help kind regards Stefan

Stefan Neuhaus/IMNES/IM/DE/BAYER ist außer Haus.

2004-12-23 Thread stefan . neuhaus
Ich werde ab 24.12.2004 nicht im Büro sein. Ich kehre zurück am 07.01.2005. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
mapping? Stefan www.killersites.com - Original Message - From: Andoni [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 22, 2004 7:39 AM Subject: Re: Servlet mapping problem. If you are not using Struts why did you call the login JSP, loginResponse.do

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
assume you don't have the webapp's name hard-coded A. Hard-coded where? In the forms' action attribute? If so, is that a problem? Thanks, Stefan www.killersites.com - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
tool login page! The URL: http://127.0.0.1/admin/index.jsp And for the sake of completeness my mapping for the servlet: servlet-mapping servlet-nameloginResponse/servlet-name url-pattern/loginResponse.do/url-pattern /servlet-mapping Does this shed any light on what is going on? Stefan

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
trying anything now to get this to work... With that being said and having shown you my web.xml et cetera, can you see what I am doing wrong? Thanks, Stefan www.killersites.com - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
= docBase=${catalina.home}/webapps/the_context reloadable=true/Context Of course, my web app is sitting in the 'webapps' directory in Tomcat. Any ideas? Stefan www.killersites.com - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
at this point I'm not too impressed the Tomcat. Thanks Ben. Stefan - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 22, 2004 10:40 AM Subject: Re: Servlet mapping problem. In your context tag, your specifying: path

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
... Thanks for your help. Stefan - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:34 AM Subject: RE: Servlet mapping problem. Hi, I actually put the context reference in the context tag ... just

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
Thanks Ben - I'll give it a go .. the client may insist still on Tomcat, anyway it bugs me that I can't get it to work! Thanks. Stefan www.killersites.com www.how-to-build-websites.com www.secretsites.com www.csstutorial.net www.websitereviews.org www.websitetemplates.name - Original

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
? Thanks, Stefan - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:41 AM Subject: Re: Servlet mapping problem. If you're interested, I've got some simple apps all WARed up on my site. http

Re: Servlet mapping problem.

2004-11-22 Thread Stefan
dropped in Bens war file and it is not working either ... seems to be some container issue and not a web app issue ... Yes, you're right, I am just starting out (again) with Tomcat. First time I've looked at it in years ... Stefan - Original Message - From: Shapira, Yoav [EMAIL PROTECTED

[OT] Re: Servlet mapping problem.

2004-11-22 Thread Stefan
Yoav and Ben, After a fresh install of Tomcat, everything seems to be working fine. Many thanks for your extra patience with my fumbling about! Best regards, Stefan - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday

Enabling servlet reloading?

2004-11-22 Thread Stefan
Hi, What is entry (in server.xml) to allow for auto reloading of servlets in Tomcat 5? Or can you set this in web.xml on a per application basis? Stefan - Original Message - From: Stefan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 22, 2004 1:20

Re: Tomcat locking up, not responding to requests

2004-11-21 Thread Stefan
Hi, Using Tomcat 5.0.28 standalone on windows XP with JVM 1.4, I get this error even though I have mapped my servlet in the web.xml file of the web app: HTTP Status 404 - /loginResponse.do type Status report

Servlet mapping problem.

2004-11-21 Thread Stefan
Hi, I first posted this question with the wrong subject heading ... sorry about the duplicates. My question: Using Tomcat 5.0.28 standalone on windows XP with JVM 1.4, I get this error even though I have mapped my servlet in the web.xml file of the web app: HTTP Status 404 - /loginResponse.do

Re: Servlet mapping problem.

2004-11-21 Thread Stefan
(/login.jsp) is not available. Apache Tomcat/5.0.28 Any ideas? Is this a bug in Tomcat ? This works fine (naturally) in Resin. Stefan www.killersites.com - Original Message - From: sven morales [EMAIL

Re: Servlet mapping problem.

2004-11-21 Thread Stefan
Hi, I'm not using struts. Stefan www.killersites.com - Original Message - From: sven morales [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 22, 2004 12:25 AM Subject: Re: Servlet mapping problem. Can you also post all your struts-config.xml

Stefan Neuhaus/IMNES/IM/DE/BAYER ist außer Haus.

2004-10-24 Thread stefan . neuhaus
Ich werde ab 25.10.2004 nicht im Büro sein. Ich kehre zurück am 26.10.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Monitoring different Contexts with JMX MBean

2004-09-17 Thread Stefan Fleiter
of all JNDI DataSource for all Contexts ? - Where do I have to put my MBean .class-files? In the webapps dir or somewhere else? - How can I make Tomcat register my MBeans at startup? Thanks a lot in advance, Stefan

Re: jsp:include page and Dynamic Resource does not work

2004-08-19 Thread stefan
, whatever kind it is? When JspRuntimeLibrary.include(...) only except a JspWriter, why isn't it mentioned in the documentation of jsp:include tag? Stefan - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 8:07 PM Subject: jsp:include page

jsp:include page and Dynamic Resource does not work

2004-08-18 Thread stefan
suggestions would be appreciated... thanx Stefan

Stefan Neuhaus/IMNES/IM/DE/BAYER ist außer Haus.

2004-08-02 Thread stefan . neuhaus
Ich werde ab 02.08.2004 nicht im Büro sein. Ich kehre zurück am 22.08.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

full webapp path from servlet api

2004-07-30 Thread Stefan
not quite what I want) Regards, Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat hangs

2004-07-15 Thread Stefan Burkard
i don't tried this, because the app runs with ssl - therefore i'm using apache with mod_ssl in front of tomcat greetings stefan Shapira, Yoav wrote: Hi, Does it happen if you run tomcat stand-alone, i.e. without the connector and Apache in front? Yoav Shapira Millennium Research Informatics

tomcat hangs

2004-07-14 Thread Stefan Burkard
of hanging. can anybody help me? thanks and greetings stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HttpServletRequest.getRequestURI() and URLDecoding

2004-06-14 Thread Stefan Görling
, Stefan Görling - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Stefan Neuhaus/IMNES/IM/DE/BAYER ist außer Haus.

2004-05-20 Thread stefan . neuhaus
Ich werde ab 21.05.2004 nicht im Büro sein. Ich kehre zurück am 24.05.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: OutOfMemoryError after 5.0.24 update

2004-05-10 Thread Stefan Proels
On Monday 10 May 2004 17:26, Remy Maucherat wrote: Stefan Proels wrote: Dear all, after updating our server to Tomcat 5.0.24 last night I got 2 crashes with the last words Exception in thread CompilerThread1 java.lang.OutOfMemoryError: requested 32760 bytes for ChunkPool::allocate

Startup Problems

2004-05-10 Thread Stefan Walter
-5.0.19/conf/jk2.properties May 10, 2004 11:02:32 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 1705 ms Can someone help me - because with this exception i can not access the JSP pages. Best Regards Stefan

OutOfMemoryError after 5.0.24 update

2004-05-10 Thread Stefan Proels
. Best regards, Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

where to define path to workers2.properties

2004-05-06 Thread Stefan Burkard
-directory. can i anywhere define the path to the workers2.properties file? i found some examples for windows where the path is written to the registry, but no example for linux thanks and greetings stefan - To unsubscribe, e

reload jk2-settings?

2004-04-07 Thread Stefan Burkard
an entire uri-mapping in the file, restart both apache and tomcat - and the removed uri just works fine. like the module uses an old version of the file thanks and greetings stefan - To unsubscribe, e-mail: [EMAIL PROTECTED

Stefan Neuhaus/IMNES/IM/DE/BAYER ist außer Haus.

2004-04-05 Thread stefan . neuhaus
Ich werde ab 05.04.2004 nicht im Büro sein. Ich kehre zurück am 16.04.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Configuring a Default Servlet

2004-02-09 Thread Stefan Görling
-pattern/*/url-pattern /servlet-mapping It will work, but when I do getDispatcher(MyPage.jsp).forward(request,response), it will forward to the servlet in a recursive way. Is there any way to get a hold of a JSP-dispatcher when forwarding a request in order to do this? Best Regards, Stefan

Re: Configuring a Default Servlet

2004-02-09 Thread Stefan Grling
the HttpServletResponse too to fix the redirect object, but I have no idea when the same problem will appear somewhere else. Best Regards, Stefan Grling The defualt servlet is mapped by the following: SRV.11.2 Specification of Mappings A string containing only the / character indicates the default servlet

Stealing the Writer (Was: Re: Configuring a Default Servlet)

2004-02-09 Thread Stefan Grling
is not returned. If i remove chain.doFitlter, the text is printed properly. Anyone who has an idea on how to Steal a working writer to add some debug data at the end (start is not really necessary)? /Stefan - To unsubscribe, e

Configuring DataSources

2004-02-05 Thread Stefan Maric
on this Regards Stefan Maric European Aviation Air Charter 01202 58 x184 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: encoding-problem with tomcat, jk2, apache

2004-02-05 Thread Stefan Burkard
other is specified? greetings stefan Yansheng Lin wrote: Hi Stefan, you figured out this problem yet. I would like to know what was causing the problem:). Did you take a look at the header? Compare the headers generated when running tomcat standalone with running apache-tomcat to see

Re: encoding-problem with tomcat, jk2, apache

2004-02-05 Thread Stefan Burkard
. and therefore apache adds its standardencoding of iso-8859-1 can anybody tell me how to tell tomcat to deliver pages in a specific encoding? greetings stefan Edson Alves Pereira wrote: You must check your java´s file.encoding property, maybe its setted to ISO-8859-1 -- De: Stefan

encoding-problem with tomcat, jk2, apache

2004-02-03 Thread Stefan Burkard
to solve it??? thanks stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mod_jk2/tomcat 4.1.29 uri mapping

2003-11-24 Thread Stefan Proels
host. As already stated, the same configuration works fine when using the mod_jk2 from the 4.1.27 connector sources. Could someone please shed some light on this and tell me how to get the new mod_jk2 to work? Thanks in advance. CU, Stefan

Re: mod_jk2/tomcat 4.1.29 uri mapping

2003-11-24 Thread Stefan Proels
; uriEnv-prefix_len =strlen( uriEnv-prefix ); CU, Stefan On Monday 24 November 2003 10:10, Dionisio Ruiz de Zarate wrote: i have the same problem. i must to downgrade to the 4.1.27 version. there is other problem; if you have one dir with, for example, images, you must to map

Re: Strange behavior of runtime.exec(...)

2003-11-10 Thread Stefan Frank
can control what the java code of your applications is allowed to do. Grts, Patrick -Original Message- From: Stefan Frank [mailto:[EMAIL PROTECTED] Sent: Saturday, November 08, 2003 6:52 AM To: [EMAIL PROTECTED] Subject: Strange behaviour of runtime.exec(...) Hi, we are trying to make some

Re: Strange behavior of runtime.exec(...)

2003-11-10 Thread Stefan Frank
to be a way of restricting spawned processes. Either you are granted permission to exec or not, but nothing in between (this is fine by me, we are just happy to have our exec's run smooth again...) thx for the help stf Patrick Willart wrote: Stefan, The security manager is disabled per default

Strange behaviour of runtime.exec(...)

2003-11-08 Thread Stefan Frank
within tomcat?! And if there is, is there a way around these restrictions?! Greetingsthx in advance for any help Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Strange behavior of runtime.exec(...)

2003-11-08 Thread Stefan Frank
. Grts, Patrick -Original Message- From: Stefan Frank [mailto:[EMAIL PROTECTED] Sent: Saturday, November 08, 2003 6:52 AM To: [EMAIL PROTECTED] Subject: Strange behaviour of runtime.exec(...) Hi, we are trying to make some calls to scripts from within tomcat, so we are using runtime.exec

detect WML or HTML

2003-11-04 Thread Stefan Moghadam
Does anyone have ideas on how to detect WML or HTML browsers from the same site and redirect the user to the same directory using JSP ? I would greatly appreciate the help. Thanks. Stefan Moghadam

Map all URL to one servlet

2003-10-25 Thread Stefan Lischke
Hi, Is it possible to map all URI''s from tomcat to just one servlet? for example: http://localhost:8080/hello/you http://localhost:8080/startme/now thanx in advance stefan - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat4 denial of service in debian...

2003-10-17 Thread Stefan Gybas
Francois JEANMOUGIN wrote: What is the problem in upgrading to 4.1, it is not a major release upgrade. Please read http://bugs.debian.org/215506, I have explained there why we can't upgrade to a new upstream release for security updates. Stefan

DeleteWorkDirs under Jboss 3.2.1/Tomcat4.1.24 Bundle

2003-10-09 Thread Uhlig, Stefan
! Regards, Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 4.0.6 / jdk 1.3.1

2003-10-08 Thread Corina Stefan
Hi, I'm using Apache-Tomcat/4.0.6 with jdk 1.3.1 and I want to add Java API for XML Parser ( JAXP 1.2). My question is where should I add the * .jar files jaxp-api.jar xalan.jar dom.jar sax.jar xercesImpl.jar xsltc.jar and which are the changes needed to make

RE: Running tomcat with JRE + tools.jar

2003-09-29 Thread Stefan Lasiewski
be redistributed. -= Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Is Java Debugger ($JAVA_HOME/bin/jdb ) necessary?

2003-09-29 Thread Stefan Lasiewski
Tomcat absolutely require the JDB? Or is JDB only needed if I run in debug mode? I don't need debug mode. Tomcat seems to run fine now without the JDB, but am I going to run into problems down the road? Thanks for you help, -= Stefan Stefan Lasiewski, Release Engineer Innovative Interfaces

Specifying startup port on the command line?

2003-09-15 Thread Stefan Lasiewski
inflexible, and I was wondering what other ideas people have come up with. Thanks for your help, -= Stefan Stefan Lasiewski, Release Engineer Innovative Interfaces, Inc. - QA Department 510-450-6363 ext. 4209 - To unsubscribe, e

RE: Specifying startup port on the command line?

2003-09-15 Thread Stefan Lasiewski
Do you mean the Embedded code block in catalina.sh ? This is a full-fledged web application, not an embedded application. I'm not sure if looking at the Embedded code would help. Thanks for your help everyone, -= Stefan -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED

RE: sessionids through url rewriting

2003-07-29 Thread Stefan Radzom
You don't have to implement that yourself. Just pass every url through HttpServletResponse.encodeURL(url). http://jakarta.apache.org/tomcat/tomcat-4.1-doc/servletapi/javax/servlet/htt p/HttpServletResponse.html#encodeURL(java.lang.String) -Stefan -Original Message- From: Hans Wichman

RE: No printers when run as service.

2003-07-22 Thread Stefan Radzom
There was recently a thread on a topic quite similar to yours. Check the archives for PrintServiceLoookup And Tomcat. -Stefan -Original Message- From: Anthony Cunningham [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 7:46 AM To: Tomcat Users List Subject: No printers when

RE: images not appearing

2003-07-09 Thread Stefan Radzom
completely missing something ;-? Somebody please give me a hint! However, another approach that has been suggested by another poster is to employ some filter for your request processing. Thus, you can take care of every incoming request and dispatch it as needed. -Stefan

RE: images not appearing

2003-07-08 Thread Stefan Radzom
In conf/server.xml, I have added the following: Context path= docbase=helloworld debug=99 Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_helloworld_log. suffix=.txt timestamp=true/ /Context In

RE: images not appearing

2003-07-08 Thread Stefan Radzom
-pattern . See the spec (SRV.11) for more details on request mappings. -Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to synchronize based on session? (Prevent multiple submissions of forms)

2003-07-02 Thread Stefan Radzom
-Original Message- From: Raiden [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 4:42 AM To: Tomcat Users List Subject: RE: How to synchronize based on session? (Prevent multiple submissions of forms) On Wed, 2 Jul 2003, Stefan Radzom wrote: IMHO, Justin's

RE: Tomcat+SDK = Licencing problem?

2003-07-01 Thread Stefan Radzom
The following links should provide the answers to your questions. http://www.apache.org/foundation/licence-FAQ.html#My-CD http://servlet.java.sun.com/help/legal_and_licensing/#63 Stefan -Original Message- From: Thomas Weller [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003

RE: How to configure

2003-07-01 Thread Stefan Radzom
I think there is one thing left to say ;-) The spec is pretty clear on this one. SRV.11.1 says 4. [...] The container must use case-sensitive string comparisons for matching. This does not allow for any configuration options. -Stefan -Original Message- From: John Turner [mailto

RE: How to synchronize based on session? (Prevent multiple submissions of forms)

2003-07-01 Thread Stefan Radzom
the attribute and obtain a lock on this object. Object lock = session.getAttribute(lock); synchronized (lock) { ; } -Stefan -Original Message- From: Raiden [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 8:19 PM To: [EMAIL PROTECTED] Subject: How to synchronize based on session

RE: How to synchronize based on session? (Prevent multiple submissions of forms)

2003-07-01 Thread Stefan Radzom
There is a lifecycle events fired upon creation of a new session. You may want to implement and register your own javax.servlet.http.HttpSessionListener to put the attribute in the session. -Stefan -Original Message- From: Raiden [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02

RE: How to synchronize based on session? (Prevent multiple submissions of forms)

2003-07-01 Thread Stefan Radzom
is the session object. IMO, a session attribute is the preferable object to sync. -Stefan -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 12:48 AM To: Tomcat Users List Subject: RE: How to synchronize based on session? (Prevent

RE: How to synchronize based on session? (Prevent multiple submissions of forms)

2003-07-01 Thread Stefan Radzom
sticky sessions and implement like you would in a non-distributed environment -Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: invalid direct reference to form login page...

2003-06-28 Thread Stefan Radzom
Your problem has just recently been discussed on this list. Ben Jessel proposed a workaround which I attached below. Hopefully, this might work for you. Stefan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:42 PM To: [EMAIL

RE: How to use HTTP1.0 by default

2003-06-27 Thread Stefan Radzom
be able to understand the response. Stefan -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:20 PM To: Tomcat Users List Subject: RE: How to use HTTP1.0 by default Howdy, If an HTTP/1.1 server receives an HTTP/1.0 request

RE: passing parameters to another JSP page

2003-06-20 Thread Stefan Radzom
the corrected code jsp:include page=callee.jsp jsp:param name=param2 value=value2 / jsp:param name=param3 value=value3 / /jsp:include and everything should work fine. Stefan -Original Message- From: Alan Tang [mailto:[EMAIL PROTECTED] Sent: Friday, June 20

cgi-bin

2003-02-28 Thread Kaps Stefan
hello! i need a cgi-bin directory and enabled cgi in the web.xml and renamed a file. should this create a new directory when restarting (not on my server...)? need help for this problem! Thanks!! stefan - To unsubscribe, e-mail

cgi-bin on Tomcat

2003-02-23 Thread Kaps Stefan
Hello! Where is the directory (cgi-bin on Apache) where i can put my executables (an executable file for a mapserver for example) in it? Is it the root directory? It doesn't work... Cheers Stefan - To unsubscribe, e-mail

Re: Impossible? Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18 ?????

2003-02-18 Thread Stefan Smeets
is this ( http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1 /bin/solaris8/ ) it ? /stefan - Original Message - From: Yoav [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 6:58 PM Subject: Impossible? Apache 1.3.X

Re: Impossible? Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18 ?????

2003-02-18 Thread Stefan Smeets
or this http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/bin/solaris8/ sorry for the spamming have fun /stef - Original Message - From: Stefan Smeets [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 7:29 PM Subject

Apache JK problem

2003-02-05 Thread Stefan Berg
can't really work what the error message is about. The reference to the workers.properties file within mod_jk.conf seems correct. Also the log file looks ok. Have checked permissions on the log file as well just to be sure. /Stefan

Re: Installing and using manager app in 4.1.12

2002-11-05 Thread Stefan Wimmer
Hi John, there is a nice HTML interface via http://your_host:your_port/manager/html/list You'll get the same auth request pop-up and then a very nice list of webapps our tomcat is running. Hope this helps Stefan * Turner, John [EMAIL PROTECTED] wrote on 05/Nov/2002 - 02:56:40

Re: Log rotation in Tomcat 4.1.12

2002-11-01 Thread Stefan Wimmer
Hi guys, there is no chance to get an answer heh? Nobody has solved this problem or is it not a problem for anyone else ?!?! Still curious Stefan * Stefan [EMAIL PROTECTED] wrote on 31/Oct/2002 - 01:41:17 : Hello to everyone, I was parsing this mailing list, google and the tomcat

Re: Log rotation in Tomcat 4.1.12

2002-10-31 Thread Stefan Wimmer
* Stefan Wimmer [EMAIL PROTECTED] wrote on 30/Oct/2002 - 03:22:30 : Hello to everyone, I was parsing this mailing list, google and the tomcat documentation and did not find the answer to my question: Can I change the default log rotation from daily to monthly? As far as I can see

Problem with request-time attribute expressions in XML JSPs

2002-10-30 Thread Stefan Wachter
not recognize this request-time attribute expression and outputs it literally, i.e. the generated servlet contains the code: out.write(table width=\%= MyConstants.TABLE_WIDTH %\); Can anyone help me with this problem? Thanks, --Stefan -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe

Get all hosts while initializing a context

2002-09-27 Thread Stefan Henke
thought of passing a reference to the server.xml file to the context listener as parameter in my web.xml. But I think this is a dirty and insecure way. Do you have any other ideas? Thanks Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

JAMES Tomcat

2002-09-20 Thread Thomas, Stefan
with this problem. Thanks a lot Stefan

Tomcat 4.0 SUN JDK 1.4

2002-09-19 Thread Stefan Groschupf
be? Thanks Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Stefan Groschupf
When I start JBOSS, is Tomcat also started or do we have to explicity start Ctatalina...? So far your catalina service archive is in the jboss deploy directory its start with jboss. trace the start output! Hth, Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

AW: Tomcat 4.0 SUN JDK 1.4

2002-09-19 Thread Stefan Groschupf
Yes, I test both, the same. Something wrong with green threads? Whats that? Thanks stefan -Ursprüngliche Nachricht- Von: Nome real [mailto:[EMAIL PROTECTED]] Gesendet: 19 September 2002 23:42 An: Tomcat Users List Betreff: Re: Tomcat 4.0 SUN JDK 1.4 Did you tried 1.4.0_02

AW: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Stefan Groschupf
-service.jar tomcat4-service.xml tomcat4-service.xml.save delete it! user-service.xml If that's is a production system, please read the jboss beginner pdf @ sourceforge.net Htht Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: AW: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Stefan Groschupf
until I don't know you ejb application. Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat/Mysql/Woody

2002-09-03 Thread Stefan Langer
Just an idea but maybe the font you are using on Woody is unable to display the special characters and replaces them instead with a '?'. Stefan Langer -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Weird no such method error - pulling out my hair

2002-08-12 Thread Stefan Langer
in there and you are not using an old version of your jsp. Sometimes there is a problem with Tomcat discovering if the jsp have changed or not... If it is neither of em ... I'm out of ideas. A detailed setup of your webapp might help! Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Servlet problem...

2002-07-09 Thread stefan
Hi, try CLASSPATH=.;C:\ServletDevel;C:\tomcat\common\lib\servlet.jar;C:\javamail-1.2 \mail.jar;C:\jaf-1.0.1\activation.jar instead. Your CLASSPATH must include C:\ where you point to servlet.jar This should help. cu Stefan - Original Message - From: Mike Neder [EMAIL PROTECTED

Re: Accessing Classes from different Context

2002-07-08 Thread stefan
Hi, ok, that's not so good, but well... But can I configure this on Tomcat 4.1.x ??? There exists a lot of different ClassLoaders, but we haven't tested Tomcat 4 yet! Are there some options to allow our Application-Monitor to access Classes from different Contexts? Thanx, Stefan

Re: Accessing Classes from different Context

2002-07-08 Thread stefan
Thanx! cu Stefan - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, July 08, 2002 7:11 PM Subject: Re: Accessing Classes from different Context On Mon, 8 Jul 2002 [EMAIL PROTECTED] wrote: Date: Mon, 8 Jul 2002

  1   2   3   >