How to get a message shown immediately by the browser?

2002-10-18 Thread Zsolt Koppany
Hi, My servlet can run a long time and I would like to give the user some feedback about that. I write html...body... to the browser and execute a out.flush() and response.flushBuffer() bit at least mozilla-1.0.1 still needs a long time to get the message shown. How can I get the browser show

How to configure tomcat-4.12 to follow (allow) symbolic links?

2002-10-19 Thread Zsolt Koppany
Hi, in tomcat -4.0.4 I use symbol links for the class files, thus after compilation I don't have to copy them. I understand that tc-4.12 doesn't allow symbol links as default, but how can I configure it to allow them? Zsolt -- To unsubscribe, e-mail:

Does tc-4.12 have bugs with nested jsp tags?

2002-10-20 Thread Zsolt Koppany
Hi, my nested JSP tags (nesting level 3-4) work fine under tc-4.0.4 but they seem to be bugy with tc-4.12. Are there known JSP issues with tc-4.12? Zsolt -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Menu or Toolbar code wanted

2002-10-21 Thread Zsolt Koppany
Hi, do you know a free code to support menus and toolbars for html pages? Zsolt -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Does tc-4.12 have bugs with nested jsp tags?

2002-10-22 Thread Zsolt Koppany
Thank you, you were right. Zsolt On Monday 21 October 2002 19:18, Tim Moore wrote: -Original Message- From: Zsolt Koppany [mailto:zkoppany;web.de] Sent: Sunday, October 20, 2002 5:42 PM To: [EMAIL PROTECTED] Subject: Does tc-4.12 have bugs with nested jsp tags? Hi

Templates from the book Advanced JavaServer Pages don't work if enablePooling is true

2002-10-24 Thread Zsolt Koppany
Hi, I want to use the Templates codes of the book Advanced JavaServer Pages from David M. Geary. They work fine when I set enablePooling to false in web.xml with tomcat-4.12. But if enablePooling set to true it does not work. Does anybody have a patch? Zsolt -- To unsubscribe, e-mail:

Sun's JSTL and Jakarta taglib

2002-11-15 Thread Zsolt Koppany
Hi, what is the difference between Sun's JSTL and Jakarta taglib? First I thought they are the same, but the SQL interface seems to be different. Zsolt -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Re: Programmatic login

2002-11-16 Thread Zsolt Koppany
Hi, it sounds very interesting. Could you provide some implementation details (source code)? Zsolt On Saturday 16 November 2002 08:26, Bill Barker wrote: setUserPrincipal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Progress bar in html

2002-11-25 Thread Zsolt Koppany
Hi, does anybody know a code (JSP tag) that produces a progress bar in html format? Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to set the content type from JSP?

2002-07-31 Thread Zsolt Koppany
Hi, how can I set the content type from JSP? Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Ajp12 Problems between Zeus and Tomcat-3.2.4

2002-02-05 Thread Zsolt Koppany
to fix those problems? Update to 4.0.x? Zsolt -- Zsolt Koppany -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Ajp12 Problems between Zeus and Tomcat-3.2.4

2002-02-10 Thread Zsolt Koppany
Sometimes I see HTTP headers shown by netscape-6 (for example the version number of the server), and sometimes the session handling seems to be buggy and these problem never occurs over the port 8080. Zsolt On Thursday 07 February 2002 04:20 pm, you wrote: De: Zsolt Koppany [mailto:[EMAIL

Starting server during boot with access to X-Windows

2002-02-15 Thread Zsolt Koppany
access to X-Windows? Zsolt -- Zsolt Koppany -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Duplicated thread name and new line log4j printing bug?

2002-02-18 Thread Zsolt Koppany
[8080][2]] What is wrong? Zsolt -- Zsolt Koppany -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

URL Problem with blanks in names

2002-03-01 Thread Zsolt Koppany
Hi, how can I create a link (A HREF...) to a file with blank in either the directory or in the filename? I mean for example: A HREF=/images/a b.gifOpen/A I tried to create the link using URLEncoder.encode(..) but the created link didn't work either. Zsolt -- Zsolt Koppany

tomcat-4.0.3 and Ajp12

2002-03-05 Thread Zsolt Koppany
Hi, does tomcat-4.0.3 support Ajp12 too or only Ajp13? Our provider's server (Zeus) can work only with Ajp12. Zsolt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Upload response time

2002-03-20 Thread Zsolt Koppany
? -- Zsolt Koppany -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-26 Thread Zsolt Koppany
to recompile that JSP file regardless whether reloadable is true or false. How could I do that? -- Zsolt Koppany -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-28 Thread Zsolt Koppany
then when the generation finishes and the page is first requested the JSP will be compiled. You can also force compilation by updating the last modified time by 'touch'ing the file. Sincerely, Anthony Eden -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Tuesday

taglib and contextPath

2002-03-31 Thread Zsolt Koppany
Hi, from a taglib class I have to write links (A HREF=.../A) with context dependent paths. From a servlet I use request.getContextPath()... How can I do the same from a taglib class? -- Zsolt Koppany -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Passing objects to taglib file

2002-04-09 Thread Zsolt Koppany
Hi, I understand that I can pass Strings and numbers to taglib files, but how can I pass other objects (for example a Vector)? -- Zsolt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

NullPointer from request.getRemoteHost()

2002-04-15 Thread Zsolt Koppany
Hi, I try to install tomcat with apache over APJ13 and it seems to work. But when I try to figure out the name of the remote host (request.getRemoteHost()),I get a null pointer. I changed (tried) to set nslookup in apache but it didn't help (or I didn't make it correct). I don't really need

bug in the tomcat-4.0.3 version of jakarta-regexp-1.2

2002-04-18 Thread Zsolt Koppany
Hi, I don't know how it is possible, but the jakarta-regexp-1.2.jar delivered with tomcat-4.0.3 doesn't handle MATCH_CASEINDEPENDENT flag but the original jakarta-regexp-1.2.jar file does. What is the reason? Zsolt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Ant Error: Could not create datatype of type: path due to java.lang.NoSuchMethodException

2002-05-21 Thread Zsolt Koppany
Hi, I have written a class that uses the API of ant-1.4.1 that I start from tomcat-4.0.3. Actualy it works pretty good but when I have a path... instruction in the build file I get an exception like below: Could not create datatype of type: path due to java.lang.NoSuchMethodException When I

Re: AW: need X running tomcat

2002-06-11 Thread Zsolt Koppany
Hi, what is a headless option? Could you provide an example? Zsolt On Thursday 06 June 2002 10:51, Ralph Einfeldt wrote: Alternativly use JDK 1.4 with the headless option to create the images. -Ursprüngliche Nachricht- Von: Michael Reutter [mailto:[EMAIL PROTECTED]] Gesendet:

Cookies in tomcat-3.2.3

2001-12-22 Thread Zsolt Koppany
Hi, does tomcat-3.2.3 use cookies to administrate sessions? Can I use sessions if the browser does not allow cookies? What's about tomcat-4.x? Zsolt -- Zsolt Koppany -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list

Re: Cookies in tomcat-3.2.3

2001-12-24 Thread Zsolt Koppany
the only method for managing sessions. ian - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 22, 2001 10:30 AM Subject: Cookies in tomcat-3.2.3 Hi, does tomcat-3.2.3 use cookies to administrate sessions? Can I use

Socket write error under Windows with tomcat-3.2.3

2001-08-21 Thread Zsolt Koppany
Hi, as the subject says, under Windows (but not under Linux) with tomcat-3.2.3 I get very often this socket write error and I don't have this problem with tomcat-3.2.2. Do you know what the reason is? I use jre-1.3.1 from Sun. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze

IE and downloading a binary file

2001-08-30 Thread Zsolt Koppany
. The problem is that IE obviously ignores setContentType() and depending of the file sometime it tries to show the content of the file instead of downloading it. How can I force IE to download the file? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart

Re: RE: Tomcat 3.2.3 and Linux JDK 1.3.1

2001-11-19 Thread Zsolt Koppany
:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart

jsp:plugin feature from Servlet

2001-11-21 Thread Zsolt Koppany
Hi, because of technical reasons I need the jsp:plugin feature from servlet and not from jsp. How can I do that? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart __ Geben

Starting an Applet in new Window via a HTML link

2001-11-21 Thread Zsolt Koppany
Hi, from an HTML link (A HREF..) I would like to start an applet without browser toolbar, menubar etc. Is that possible? If yes how? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart

tomcat-3.2.1 dies after a couple of hours

2001-04-02 Thread Zsolt Koppany
Hi, our tomcat Solaris-2.6 server with jdk-1_3_0_02 disappears after a couple of hours? I cannot find any "core" file. Does anybody know why? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Creating new session

2001-04-05 Thread Zsolt Koppany
Hi, I understand that I can create a new session if that does not already exist with request.getSession(true) but how can I create a completely new session? My application has to support users that might need several independent sessions for each browser window. Zsolt -- Zsolt Koppany

Compiling jsp files

2001-04-20 Thread Zsolt Koppany
Hi, we deliver tomcat with our application and because we can deliver only JRE (and not JKD) can we pre-compile the jsp files? It is necessary because JRE does not contain the built in java compiler. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565

Forwarding

2001-04-28 Thread Zsolt Koppany
Hi, how can I forward to a page that the user does not see where he was forwarded to? The reason is, we might change the target host or page and if the user makes a bookmark to the forwarded page he cannot come back if we change the target host or the page. Zsolt -- Zsolt Koppany Intland GmbH

Re: Forwarding

2001-04-28 Thread Zsolt Koppany
source: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-JSP.html#Section8.6 --- Zsolt Koppany [EMAIL PROTECTED] a écrit : Hi, how can I forward to a page that the user does not see where he was forwarded to? The reason is, we might change the target host or page

Socket write failed: 10053 error message

2001-05-02 Thread Zsolt Koppany
Hi, sometime I get this error message under Windows-NTsp3 with tomcat-3.2.1. Do you know what that is? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Jikes problem when tomcat is installed into a directory containning blanks

2001-05-24 Thread Zsolt Koppany
:\program, is either invalid or it could not be expanded. -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Starting and stopping servlets on tomcat startup and shutdown

2001-05-28 Thread Zsolt Koppany
Hi, as the subject shows is it possible that tomcat calls a class when tomcat is just started or when it is shutting down? My application needs database and some other external resources and it would be nice if I could control those resources depending on the status of tomcat. Zsolt -- Zsolt

xml parser

2001-06-01 Thread Zsolt Koppany
Hi, do tomcat and ant use an xml parser? If yes where can I find the documentation of the xml parser and some examples would be useful too. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7221873 Fax: +49-711-7871017

Using include from a servlet

2001-06-07 Thread Zsolt Koppany
Hi, I need the same functionality like isp:include from a servlet. How can I do that? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7221873 Fax: +49-711-7871017

Bug or feature

2001-06-14 Thread Zsolt Koppany
a ServerSocket and of course the second time I get a BindException. Now how can I figure out whether this is my socket or not. I use tomcat-3.2.2 under RedHat-7.1. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7221873 Fax: +49-711

Re: Bug or feature

2001-06-14 Thread Zsolt Koppany
time, the auto-conf of server.xml would also load this web application under a different context with a seprate class loader, hence your static vars dont seem to work. Just my guess. Regards Shahed - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: [EMAIL PROTECTED

100% CPU Usage by upload from Netscape under Windows NT

2001-06-20 Thread Zsolt Koppany
Hi, when the user uploads files from Windows-NT-4.0 with Netscape-4.75 the CPU usage is 100%. Even when netscape is waiting for the response from the server it still has 100% CPU usage. What is the reason and can it be fixed? With IE we don't have this problem. Zsolt -- Zsolt Koppany Intland

Session problem with netscape-6.01

2001-06-27 Thread Zsolt Koppany
Hi, I use tomcat-3.2.2 and every request seems to use (create) a new session from netscape-6.01. I don't have this problem with either netscape-4.76 or IE-5. Do you know whether this is a netscape problem? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart

Writing an xml document back

2001-06-27 Thread Zsolt Koppany
Hi, where can I find the documentation of the XML parser delivered with tomcat and how can I write data back to a xml file? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart Tel: +49-711-7221873 Fax: +49-711-7221835

Re: Petra Hoya is annoying -- was Re: Antw: AW:Antw:Antw:Antw:Re:Re[2]:TomcatBook-wasTOMCATSUCKS(Ab wesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz) (Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnot iz)(Ab

2001-06-29 Thread Zsolt Koppany
Phone: 415-403-7300 x314 Fax: 415-403-7373 Mobile: 415-793-0609 -- Neomar Enabled Wireless Device puts Business in Motion! When Wireless Means Business -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart Tel: +49-711-7221873 Fax: +49

no subject

2001-08-06 Thread Zsolt Koppany
to SSL login thus he does not have to know the SSL port number. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart ___ 1.000.000 DM gewinnen - kostenlos tippen - http

Checking SSL enabled

2001-08-06 Thread Zsolt Koppany
to SSL login thus he does not have to know the SSL port number. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Str. 16 70565 Stuttgart ___ 1.000.000 DM gewinnen - kostenlos tippen - http

Style guide for TABLE

2001-02-22 Thread Zsolt Koppany
to change the values and I didn't have to change the source code. In my styleguid I tried the following but it didn't help: TABLE.mytable {border:0; cellspacing:3; cellpadding:2;} -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-7

Too many open files with Tomcat-3.2.1 under Solaris

2001-03-01 Thread Zsolt Koppany
em. I use j2sdk1_3_0_02 under Solaris. Any ideas? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017 - To unsubscribe, e-mail: [EMAIL

Refreshing a JSP page by browser page-back

2001-03-04 Thread Zsolt Koppany
Hi, I have jsp page that displays information from a database. Sometime when I just page back using the history button, I the jsp page is not executed, just the old content is shown. How can I set the jsp page to refresh when somebody just comes back? -- Zsolt Koppany Intland GmbH

Immediate reponse from servlet

2001-03-12 Thread Zsolt Koppany
have tried to use the dispathcer.include() method too but I get the same result. How can inform IE saying "file is being uploaded, please wait..." and that should appear immediately at the client? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgar

Cache problem with IE

2001-03-13 Thread Zsolt Koppany
Hi, with the code below I can get netscape not to cache a jsp page but it does not work with Internet-Explorer. Does anybody know why? response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache");\ Zsolt -- Zsolt Kopp

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
I have the problem under Windows (I don't have Mac). My goal is: when the user just comes back to a (JSP) page I want the page executed again to show up to date information. Joe Laffey wrote: On Tue, 13 Mar 2001, Zsolt Koppany wrote: Hi, with the code below I can get netscape

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
but I don't recall the exact name of the header that needs to be set. Sorry I couldn't be more helpful. - Roby Zsolt Koppany wrote: Hi, with the code below I can get netscape not to cache a jsp page but it does not work with Internet-Explorer. Does anybody know why? respo

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
. -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 16:13 To: [EMAIL PROTECTED] Subject: Cache problem with IE Hi, with the code below I can get netscape not to cache a jsp page but it does not work with Internet-Explorer

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
I do it from a JSP and not from a servlet and the page look like: %response.setHeader("Cache-Control", "no-cache");response.setHeader("Pragma", "no-cache");% HTML Joe Laffey wrote: On Tue, 13 Mar 2001, Zsolt Koppany wrote: No, there is n

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
. If its the first case, continue to read the other posts in this thread. Randy -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: Re: Cache problem with IE I have the problem

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
No, I didn't. Can the reason be that I try to do it from JSP and not from a servlet. But again, it works with netscape but not with IE. Johnathan Smith wrote: Did you get it to work? --- Zsolt Koppany [EMAIL PROTECTED] wrote: How can I specify HTTP/1.1? Christopher Kirk wrote

Decoding form parameters

2001-03-15 Thread Zsolt Koppany
Hi, from a form I have to pass parameters containing special HTML characters thus I encode the values like below: % out.println("VALUE=\"" + URLEncoder.encode(value) + "\""); % That works fine but how can I decode the parameters in the serv

Re: AW: Decoding form parameters

2001-03-16 Thread Zsolt Koppany
special HTML characters thus I encode the values like below: % out.println("VALUE=\"" + URLEncoder.encode(value) + "\""); % That works fine but how can I decode the parameters in the servlet? Zsolt -- Zsolt Koppany

an Applet toolbar

2000-10-25 Thread Zsolt Koppany
Hi, does anybody know an Applet that could be used as a toolbar? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Tomcat 3.2-beta-6 or 4.0m3?

2000-10-31 Thread Zsolt Koppany
Hi, right now I work with tomcat-3.2-beta-6. Is it better to move to 4m3? What is the reason of having both versions? Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Using special characters in servlet parameters

2000-11-08 Thread Zsolt Koppany
Hi, how can I use special characters such as '' in servlet parameters? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

forward to an absolute URL

2000-11-09 Thread Zsolt Koppany
Hi, I understand that I can forward a request to an other page with jsp:forward page="URL"/. My example works with relative URL but how can I forward to a page such as "http://www.netscape.com"? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D

Still no direct Jikes support in tomcat-3.2-beta-8?

2000-11-22 Thread Zsolt Koppany
Hi, as far as I see tomcat-3.2-beta-8 is shipped without direct Jikes support. (I could enable jikes vie changing WebXmlReader.java). What is the reason that the jikes entry in conf/web.xml is ignored? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart

Re: Using Jikes with Tomcat 3.2 final

2000-12-09 Thread Zsolt Koppany
it tomorrow, but if someone has already figured it out, that would save me some time :-) Barbara Nelson. -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Adding authentication such as JDBCRealm dynamically

2000-12-17 Thread Zsolt Koppany
Hi, is it possible to add authentication such as JDBCRealm dynamically? I would like to add authentication for example only when the request comes from outside of the company. -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax

Re: checking remore URL

2000-12-19 Thread Zsolt Koppany
I use tomcat but I think it must be done over the http protocol? Zsolt Saurabh Shukla wrote: What are you using ? Iifapache then it is pretty easy. Regards, Shuklix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Zsolt Koppany Sent: Tuesday

fileupload handling

2000-12-19 Thread Zsolt Koppany
Hi, with a FORM INPUT TYPE=file files can be downloaded from the client but how can I read and extract the downloaded file from a servlet? The downloaded file can contain zip or gnu-tar files. -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49

sun java compiler

2000-12-21 Thread Zsolt Koppany
Hi, I understand that tomcat uses the sun.tools.javac compiler as default. Is there a available documentation about the compiler for example hot to set a warning level etc? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax

Re: sun java compiler

2000-12-21 Thread Zsolt Koppany
al Message----- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 12:18 PM To: [EMAIL PROTECTED] Subject: sun java compiler Hi, I understand that tomcat uses the sun.tools.javac compiler as default. Is there a available documentation about the compiler for e

Re: checking remore URL

2000-12-21 Thread Zsolt Koppany
Thank you for the idea Craig but java.net.URLConnection is an abstract class, how can I do that? Zsolt "Craig R. McClanahan" wrote: Zsolt Koppany wrote: I use tomcat but I think it must be done over the http protocol? Check out the java.net.URLConnection class, whic

Getting the browser scrolled

2000-12-22 Thread Zsolt Koppany
Hi, my servlet writes a long list that must be shown by the browser. Is it possible to get the list scrolled that the user sees the last lines? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Re: Bug report

2001-01-17 Thread Zsolt Koppany
? That 2048 limit is Netscape limit for GETs I think also (if I recall correctly). Does seem like a potential problem though . . . Zsolt Koppany wrote: Hi, I use tomcat-3.2.1 under Linux and found probably a bug. When the request is longer then 2048 bytes tomcat produces

How to get Excel directly started using response.setContentType(...) from JSP?

2002-09-04 Thread Zsolt Koppany
Hi, I can get Excel directly started from a servlet using two things: 1. response.setContentType(application/vnd.ms-excel); 2. the servlet path ends with result.xls (like /servlet/abc/result.xls?p=1) I can use response.setContentType(...) from JSP too, but I was not able to use a JSP path to

Re: How to get Excel directly started using response.setContentType(...) from JSP?

2002-09-04 Thread Zsolt Koppany
I do use setContentType(), but I do get asked by IE whether I want to open or save the document. From a servlet using the ...xls in the URL I can prevent the question whether I want to open the document, it will be opened without any questions. Zsolt On Wednesday 04 September 2002 20:46,

Re: How to get Excel directly started using response.setContentType(...) from JSP?

2002-09-05 Thread Zsolt Koppany
No, it didn't help. Zsolt On Thursday 05 September 2002 01:56, Justin Ruthenbeck wrote: Have you tried Randy Paries' suggestion about appending a bogus parameter like this: http://www.host.com/myApp/account/users/results.jsp?a=.xls I've seen this work for jpg and swf files before --

How to configure tc-4.1.10 to use Jikes?

2002-09-07 Thread Zsolt Koppany
Hi, I try to configure tc-4.1.10 to use Jikes to compile jsp files. The configure below in web.xml does work with tc-4.0.4. Why doesn't it work tc-4.1.10? I don't have any errors, just jikes it not called. init-param param-namejspCompilerPlugin/param-name

resource not available error in tomcat-4.1.12

2002-10-02 Thread Zsolt Koppany
Hi, I try to move from tc-4.0.4 to 4.1.12 but have a problem. I have changed the default docBase (see below) for my application but I get the error attached at the end of the mail when I want to get the http://localhost:8080 displayed. In the index.jsp file the jsp:forward command does not

web.xml for webdav

2003-01-08 Thread Zsolt Koppany
Hi, how do I have to modify web.xml that my application supports webdav? I understand that tomcat-4 supports webdav, but because my application uses a customized classes of the webdav servlet thus the lines below must be somehow modified because the url-pattern//url-pattern would include all

WebDav Problems

2003-01-11 Thread Zsolt Koppany
Hi, I use tomcat-4.1.18 and have the following problems with webdav. The Windows Client (webdav folder) does not show the modification dates of the files neither over the list nor for properties (I'm not sure whether thats called properties because I use German Windows, but I mean selecting a

Re: WebDav Problems

2003-01-11 Thread Zsolt Koppany
. Webfolders isn't working correctly. I had issues with Webfolders of Windows 98. The same installation of Slide (which does WebDAV) worked on Windows 2000 Webfolders. Unfortunately I can't tell you more about this, it's just a thought. Andreas On 11 Jan 2003 at 14:52, Zsolt Koppany wrote

Webdav new directory refresh problem with tc-4.1.18

2003-01-14 Thread Zsolt Koppany
Hi, when I create a new directory from a webdav client (MS explorer), the new directory will be created but the client shows the new directory only after a refresh. This error does NOT occur with tc-4.1.12 but with tc.4.1.18. Any ideas why? -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Webdav new directory refresh problem with tc-4.1.18

2003-01-14 Thread Zsolt Koppany
I forgot to notice, that the bug happens only when tomcat-4.1.18 under Windows-2000 runs and NOT under Linux. On Tue, 2003-01-14 at 12:37, Zsolt Koppany wrote: Hi, when I create a new directory from a webdav client (MS explorer), the new directory will be created but the client shows the new

webdav search is not possible?

2003-01-21 Thread Zsolt Koppany
Hi, when I create a webdav folder via tomcat-4.1.18 I cannot search for files from my client. Does it depend on the tomcat implementation? Normally when I select a directory I can search for files using the right mouse and Search menu item. -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL

How to force the proxy server to refresh the page?

2003-07-13 Thread Zsolt Koppany
Hi, IE doesn't refresh some pages because of the proxy server. How can I get the browser to refresh every page independently of the proxy server? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Is tomcat-4.1.24 stable with j2re1.4.2 under Linux and Windows?

2003-07-14 Thread Zsolt Koppany
Hi, which jre should I prefer in production version for tomcat-4.1.24 under Linux and Windows? j2re1.4.2 or j2re1.4.1_03? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Port 80, 8009 and 8080

2003-07-30 Thread Zsolt Koppany
Hi, as far as I know, in this case tomcat must be started by the super-user under Unix to bind a port 1024. In production, if you do not run Apache and run Tomcat alone as your only webserver, you DISABLE the AJP connector on port 8009 and change the HTTP connector on port 8080 to port 80,

Redirect an URL to webdav

2003-07-30 Thread Zsolt Koppany
Hi, I use the WEBDAV implementation of tomcat and it works even for MS-Word documents. My problem is as follows: the user comes via a normal browser (for example Internet Explorer) and when he clicks on a word Document, I don't want to start Word in Internet Explorer (because that the user cannot

Re: tomcat 4.1.27 log4j problem

2003-08-06 Thread Zsolt Koppany
the log4j classes aren't on the tomcat classpath and configure commons-logging to use jdk logging (assuming you are using jdk 1.4). Zsolt Koppany wrote: Hi, my application uses log4j and with tomcat 4.1.27 (but not with 4.1.24) I get the following error message: log4j:WARN

How to configure to use tomcat and struts to use log4j?

2003-08-07 Thread Zsolt Koppany
Hi, I have tried so many things to use log4j from tomcat and struts and finaly I found the solution that I have to copy log4.jar into common/lib server/lib and application/WEB-INF/lib (to be able to get jsp files compiled). I find it a bit complicated that I have to copy the same jar file into

Re: How to configure to use tomcat and struts to use log4j?

2003-08-10 Thread Zsolt Koppany
is the struts jar you're using? WEB-INF/lib or higher? Jon Zsolt Koppany wrote: Hi Shapira, that is what I get when log4.jar is in my .../WEB-INF/lib. struts.jar is also in my .../WEB-INF/lib. Can that cause the problem? How can I fix that? Zsolt

RE: How to configure to use tomcat and struts to use log4j?

2003-08-12 Thread Zsolt Koppany
Hi Shapira, that is what I get when log4.jar is in my .../WEB-INF/lib. struts.jar is also in my .../WEB-INF/lib. Can that cause the problem? How can I fix that? Zsolt javax.servlet.ServletException: Error instantiating servlet class org.apache.struts.action.ActionServlet at

tomcat 4.1.27 log4j problem

2003-08-14 Thread Zsolt Koppany
Hi, my application uses log4j and with tomcat 4.1.27 (but not with 4.1.24) I get the following error message: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Please initialize the log4j system properly. How can I fix this problem? Zsolt

JSP compilation problem with tc-4.1.27 if reloadable=true

2003-08-14 Thread Zsolt Koppany
Hi, I have just moved from tc-4.1.24 to 27 and have the following problem: In Context .../Context I set reloadable=true. After a Java class file re-compiled and I try to use any JSP pages I always get compilation error messages saying the some classes cannot be found in the classpath. When I

Strange error message in catalina.out

2003-08-14 Thread Zsolt Koppany
Hi, when I execute shutdown.sh I get strange error messages in catalina.out. How can I fix it? I use tc-4.1.24 von RedHat-9. Zsolt SEVERE: Caught exception trying to unlock accept. java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method)

Encoding problem with jikes with tomcat-4.1.18 under Windows

2003-03-13 Thread Zsolt Koppany
Hi, I have configured tomcat (-Dbuild.compiler=jikes) to use jikes (1.18) under Windows but I get an error because of encoding problems. I would like to work with jikes because that is much faster than the built-in compiler. How can I fix this issue? Zsolt

  1   2   >