Re: why is tomcat accessing webapps/examples

2003-07-13 Thread Jarecsni János
Hi, check your server.xml file under tomcat_home/conf János Paridhi Bansal wrote: HI!!! Why is it so in tomcat server that even when i have deleted all the folders(example,ROOT,tomcatdocs,manager,etc) from webapps directory except mine which i have created and removed the corresponding direct

RE: Context problem, urgent!

2003-01-29 Thread Jarecsni János
Hi, To set an application to be in the root context, use: BTW: I don't know if you can nest s. Cheers, János | -Original Message- | From: Peng Annie / FINLAND [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, January 29, 2003 2:00 PM | To: '[EMAIL PROTECTED]' | Subject: Context problem,

how to reload classes from web app?

2002-11-13 Thread Jarecsni János
Hi, I'm writing a web app which "hosts" some simple classes (defined in a sort of deployment descriptor). It would be nice to be able to reload those classes too if they are refreshed in the webapp dir. Is there a way to use the Tomcat's classloader to load those classes too? Will these classes b

how to reload classes from web app?

2002-11-13 Thread Jarecsni János
Hi, I'm writing a web app which "hosts" some simple classes (defined in a sort of deployment descriptor). It would be nice to be able to reload those classes too if they are refreshed in the webapp dir. Is there a way to use the Tomcat's classloader to load those classes too? Will these classes b

Apache-Tomcat4

2002-03-31 Thread Jarecsni János
Hi, I use Apache in front of Tomcat. Sometimes requests are not handled directly by mod_jk, but first they get proxy-forwarded to Apache itself (to achieve a behavior similar to aliasing). The problem is that these forwarded requests cannot be queried for the remote host because I get back the ho

RE: SSL and Tomcat

2002-03-31 Thread Jarecsni János
Hi, just a little hint: try starting tomcat with "catalina run", from a command window. Just to see what's exactly the problem. Cheers, János | -Original Message- | From: Ann [mailto:[EMAIL PROTECTED]] | Sent: Sunday, March 31, 2002 5:59 PM | To: tomcat | Subject: SSL and Tomcat | | | D

Apache + Tomcat

2002-03-27 Thread Jarecsni János
d proxyies it to itself for another processing cycle). BUT: because of this "trick", from within a servlet if I call request.getRemoteAddr(), I always get the address of the webserver instead of the remote host from which the user is connected. Any hints? TIA, János -- Jarecsni, János MO

RE: help Error Catalina

2002-03-16 Thread Jarecsni János
Hi, it seems that tomcat doesn't shut down fully, ie. the port remains used. Maybe removing the configuration entry you cited helps. Cheers, János |-Original Message- |From: Giuseppe De Vincenzi [mailto:[EMAIL PROTECTED]] |Sent: Saturday, March 16, 2002 9:11 AM |To: Tomcat Users List |S

RE: image manipulating via servlets on tomcat4

2002-03-12 Thread Jarecsni János
Hi, well, the question should be split into two subquestions: 1) how to serve requests for images 2) how to manipulate images before sending them back to clients 1. The first is simple: create a servlet which receives an identifier (the name of the image to generate). It can then get the bytes o

Tomcat 402 Hanging after a few days

2002-03-08 Thread Jarecsni János
Hi, this week there were some postings regarding $subj. I filed a bug report this afternoon, after our tomcat hung again (it was last restarted on Monday). One of the Catalina processes dies so completely, that it cannot be killed with kill -9. Well so far I thought this can only happen on a wind

RE: How to Unsubscribe?

2002-03-07 Thread Jarecsni János
Hi send an empty mail to the following address: [EMAIL PROTECTED], and follow the instructions mailed to you in reply. Cheers J |-Original Message- |From: Paul Brown [mailto:[EMAIL PROTECTED]] |Sent: Thursday, March 07, 2002 3:49 PM |To: Tomcat Users List |Subject: How to Unsubscribe?

RE: Upgrade to JDK1.4 --> unable to compile JSPs

2002-03-07 Thread Jarecsni János
what do you mean by "1.3 javac"? AFAIK sun.tools.javac.Main is called. which is in the tools.jar loaded from the bootstrap classpath. cheers, J |-Original Message- |From: Attila Szegedi [mailto:[EMAIL PROTECTED]] |Sent: Thursday, March 07, 2002 4:01 PM |To: Tomcat Users List |Subject: Re

RE: Upgrade to JDK1.4 --> unable to compile JSPs

2002-03-07 Thread Jarecsni János
Hi, I had something similar (Win2K, Cygwin :). I had to do some minor modifications in the startup srcipt to amend the situation: 1) as it seems JAVA_HOME is read by the executing JVM to resolve the place of the bootstrap classes set JAVA_HOME=c:\jdk1.4.0 2) calling explicitly the appropriate j

RE: JDK1.4 + Tomcat 4.0.3 + Ajp13: Connector Socket Exception

2002-03-04 Thread Jarecsni János
Hi, our TC402 hung the very same way. mod_jk+TC402+JDK1.4.0 doesn't seem to work well together. Maybe someone should file a bugreport... Cheers, J |-Original Message- |From: Fábio Sato [mailto:[EMAIL PROTECTED]] |Sent: Monday, March 04, 2002 7:50 PM |To: [EMAIL PROTECTED] |Subject: JDK1

RE: Tomcat 4.02 stalling?

2002-03-04 Thread Jarecsni János
Hi, I have something similar. I use TC4.0.2 with JBoss244, with Apache in the front line. Formerly I used TC323 which ran for weeks without restarting. Then came TC4.0.2. It first made the JVM crash (both 1.3.0 and 1.3.1_02 on linux). Then I upgraded to 1.4.0. Now there's no JVM crash it's true,

RE: Tomcat 4.0.2 hangs

2002-03-03 Thread Jarecsni János
yes. postgres. but merely from within jboss |-Original Message- |From: Keith Ng [mailto:[EMAIL PROTECTED]] |Sent: Sunday, March 03, 2002 3:27 PM |To: Tomcat Users List |Subject: RE: Tomcat 4.0.2 hangs | | |Are u doing database processing? | |-Original Message- |From: Jarecsni

Tomcat 4.0.2 hangs

2002-03-03 Thread Jarecsni János
Hi, we noticed that after a few days of flawless operation, tomcat hangs right in the middle of generating a JSP. (Debian Linux, 2.x kernel, Tomcat 4.0.2 with Apache 1.3.x, SunJDK 1.4.0). Is it a known issue? When I tried to stop JBoss (which runs tomcat in embedded mode), with issuing kill -9 P

RE: Catalina 4.0.2 - Tomcat 3.2.3 Incompatibility // character encoding

2002-02-26 Thread Jarecsni János
Hi again, on windows I switched the JDK back to 1.3.1 and it works. So the problem is somewhere around the JDK... :) J-. -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 |-Original

Catalina 4.0.2 - Tomcat 3.2.3 Incompatibility // character encoding

2002-02-26 Thread Jarecsni János
e have switched to JDK1.4.0 and Tomcat4.0.2 at the same time. Now if the user enters characters that are not ISO8859_1 they are transformed to "?" (so request.getParameter("name") returns a bad value. Obviously the system is not running with ISO8859_2 enabled... Any hints

RE: J2EE SDK 1.3.1 and Apache 1.3.12

2002-02-25 Thread Jarecsni János
Hi, I feel there's a slight contradiction here. Apache in front of a Java Webserver is usual in production environments. Sun OTOS discourages anyone from using the J2EE Reference (!) Implementation in production. Why would you use Apache with SunRI? Cheers, János |-Original Message- |Fr

RE: Running Tomcat 4.0.2 on a Sun 1.4.0 JVM?

2002-02-22 Thread Jarecsni János
Hi, ok, now it's working well. I had to set JAVA_HOME in run_with_catalina.bat set JAVA_HOME=F:\J2SDK1.4.0 <--- it was missing :) set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%JAVA_HOME%/lib/tools.jar Thanks! János -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailt

RE: Running Tomcat 4.0.2 on a Sun 1.4.0 JVM?

2002-02-22 Thread Jarecsni János
Yes. Do you think it's a simple classpath problem? Cheers, János -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 |-Original Message- |From: hanasaki [mailto:[EMAIL PROT

Running Tomcat 4.0.2 on a Sun 1.4.0 JVM?

2002-02-22 Thread Jarecsni János
nto a similar problem? It would be good if we could upgrade the JVM because we have other problems with 1.3.1_02 Cheers, János -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 -- To unsu

RE: Problem in starting up TOMCAT, please help.

2002-02-19 Thread Jarecsni János
Hi instead of running startup, run "catalina.bat run" and you'll see the exception catalina throws. cheers, Janos |-Original Message- |From: Ashutosh Shah [mailto:[EMAIL PROTECTED]] |Sent: Sunday, February 03, 2002 12:11 PM |To: [EMAIL PROTECTED] |Subject: Re: Problem in starting up TOM

Apache+Tomcat and the RewriteRule

2002-02-14 Thread Jarecsni János
und of processing (which in deed will activate tomcat). The problem: cookies are lost with this approach. I tried a few other lists and archives but found absolutely nothing. thanks János -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhi

Apache - Proxy - Tomcat

2002-02-14 Thread Jarecsni János
ache to be able to both rewrite a url AND ask tomcat to process it??? Thanks János -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> Fo

Aliasing a dynamic resource...

2002-02-13 Thread Jarecsni János
mething". Then I'd like to reach the resource under the name "something", in this way: http://machine/something Is it (or something similar) possible? I've tried RewriteRule but it actually works only with the R flag which is a redirection and it's not okay. TIA János

Aliasing a dynamic resource...

2002-02-13 Thread Jarecsni János
mething". Then I'd like to reach the resource under the name "something", in this way: http://machine/something Is it (or something similar) possible? I've tried RewriteRule but it actually works only with the R flag which is a redirection and it's not okay. TIA János

Apache and JBoss244+TC402

2002-02-12 Thread Jarecsni János
s on the Apache side, but I'd like to use the most solid and standard-like solution if any. Maybe using a virtual host on the Tomcat side too would help here? I confess I'm a bit confused. Any ideas would be much appreciated! TIA J -- Jarecsni, János MORGAN HILL CONSULTI

RE: Returned mail: User unknown

2002-02-12 Thread Jarecsni János
it's getting unnoying a bit. can't the administrator unsubscribe this dead e-mail address?? cheers, J. -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 |-Original Message-

RE: Catalina: cannot generate configuration for Apache

2002-02-06 Thread Jarecsni János
HI, afaik TC402b is not available for download in binary form, isn't it? Cheers, János |-Original Message- |From: Remy Maucherat [mailto:[EMAIL PROTECTED]] |Sent: Thursday, February 07, 2002 3:42 AM |To: Tomcat Users List |Subject: Re: Catalina: cannot generate configuration for Apache

Catalina: cannot generate configuration for Apache

2002-02-06 Thread Jarecsni János
't it something that's only available in a source-distribution? -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For addi

RE: [JBoss244-Tomcat401] compatibility issue

2002-02-06 Thread Jarecsni János
Well, it seems I've sent my question too early on the list, sorry for that! The solution is to include request.getServletPath() in the resource name. So now I issue: request.getRequestDispatcher(request.getServletPath()+"/"+dynamicResourceID) Cheers, János -- Jarecsni, Já

[JBoss244-Tomcat401] compatibility issue (2)

2002-02-06 Thread Jarecsni János
how on earth should getRequestDispatcher find such resources... :) but it worked on 3.2.x -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 -- To unsubscribe: <mailto:[EMAIL PROTECTED]&g

[JBoss244-Tomcat401] compatibility issue

2002-02-06 Thread Jarecsni János
Hi, I've been upgrading to JBoss244 (with Catalina). Things are fine so far, except for this: we have a lot of "request.getRequestDispatcher("symbolicID").forward(reques, response)" in our application. "SymbolicID" is a name of a screen or a request processor (the very same as those in Sun's Pet

ApacheConfig in Catalina

2002-02-05 Thread Jarecsni János
Hi, I'm trying to set up Catalina to work with Apache. First I configured Apache "statically", by adding the necessary LoadModule and JkMount directives. This worked well for JSP pages (JkMount /*.jsp Ajp13) but I had problems with servlets. So I decided to switch to autoconfiguration of Apache.

RE: Sun J2EE RI, JSP, Include, ErrorPage -- cannot use an errorpage with dinamically included JSPs

2001-04-24 Thread Jarecsni János
Hi, I forgot to mention before, that I tested Sun's PetStore Demo application in this respect, and it _failed_ also... So JSP error handling does not work (!) in Sun's demo application, either. Cheers, Janos > -Original Message- > From: Jarecsni János [mailto:[EMAIL PR

Sun J2EE RI, JSP, Include, ErrorPage -- cannot use an errorpage with dinamically included JSPs

2001-04-24 Thread Jarecsni János
Hi! I have a very unnoying problem. In a J2EE application I use a "master JSP" as a template for generating predefined screens (the idea is borrowed from the demo application PetStore). This JSP includes several other JSPs (for the top, left side, right side, central, bottom positions). What JSP