How to remove charset from tomcat response?

2005-08-30 Thread Dmitry
-8859-1 Is it possible to avoid charset=... clause? Tomcat 5.5.9 on Windows. -- Best regards, Dmitry mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: refering to default content handler

2004-08-05 Thread Dmitry Koval
On Thu, 2004-08-05 at 17:19, Shapira, Yoav wrote: You might want to read up a bit on url-pattern. The url-pattern /images is not the same as /images/* for example. Full details are in the Servlet Specification. You don't have to declare the default servlet again, only map it. If you

Tomcat 4.1.29: Pool exhausted

2004-01-12 Thread Dmitry Guralnik
My resource params for DataSource: Resource name=jdbc/KDb auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/KDb parameter namefactory/name

Tomcat 4.1.29: Pool exhausted

2004-01-09 Thread Dmitry Guralnik
under J2SE 1.3.1. Thanks. Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 4.1.29: Pool exhausted

2004-01-09 Thread Dmitry Guralnik
works under J2SE 1.3.1. Thanks. Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

getDate on a resource

2003-12-13 Thread Dmitry Beransky
, the date returned is 0. A call to getResource() returns a url looking like jndi:/localhost/reclass/layout.jsp. Am I not doing this right? What's the proper way to find out a resource's date? I'm running Tomcat 4.1.27. Thanks Dmitry

RE: Accessing objects with any servlets, where the object is alre ady pre-created

2003-10-30 Thread Dmitry Sklyut
How about Servlet Context, or Session? Context would be the most logical place for it. -Original Message- From: John Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 10:32 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Accessing objects with any servlets,

bug #21252

2003-09-02 Thread Dmitry Beransky
Hi, I've run into the same problem as described by http://issues.apache.org/bugzilla/show_bug.cgi?id=21252 (I'm using Tomcat 4.1.27). The bug report's comments say that this issue has been fixed. Anyone knows in what version? Thanks Dmitry Here's the error message I'm getting

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
more source paths to the project. A simpler project works just fine. Thanks Dmitry C:\java\j2sdk1.4.1_02\bin\javaw.exe -Djava.endorsed.dirs=C:\Program Files\jakarta-tomcat-4.1.27\bin;C:\Program Files\jakarta-tomcat-4.1.27\common\lib;C:\Program Files\jakarta-tomcat-4.1.27\common\endorsed

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
at all? I'm a bit confused as there is a comment in the bug report left by Remi Maucherat that indicates that the issue has been resolved. Dmitry At 01:40 PM 9/2/2003, you wrote: Have you tried placing the values for the switches inside quotes? Since your paths contain spaces that would seem

Jasper2's JspC

2003-08-14 Thread Dmitry Beransky
that I should be getting a .class as well, but I'm not. Can anyone offer any pointers or sample source code I could look at (reminder, this is for Japser2)? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED

jasper2

2003-08-14 Thread Dmitry Beransky
I'm confused. Is Jasper2 intended for Tomcat 4 or Tomcat 5? Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jasper2

2003-08-14 Thread Dmitry Beransky
Woo-hoo! Thank you! At 05:32 PM 8/7/2003, you wrote: You need to check jasper out with the correct branch. The HEAD branch is for 5. You need tomcat_4_branch -Tim Dmitry Beransky wrote: Ok. But here's the confusing part. When I try to compile Tomcat 4.1.27 with Jasper2, I get error

RE: Jasper2's JspC

2003-08-14 Thread Dmitry Beransky
to compile the file. The task completes with no errors or exceptions; I'm stepping through the execution in a debugger and I can see that 'success' flag is set to true upon the javac's completion. Yet there is no .class file to be found anywhere. Dmitry -Original Message- I'm having

RE: Jasper2's JspC

2003-08-14 Thread Dmitry Beransky
/default_jsp.java, but when the compiler is getting invoked, it's looking for the file in c:/temp/layouts/. I'm going to comb through JavaC code to see what exactly it is that I'm missing. Thanks Dmitry - To unsubscribe, e-mail

Jasper2 absolute file paths under Windows

2003-08-14 Thread Dmitry Beransky
such a place is in ParserController.resolveFileName() (looks like this one has been fixed in Tomcat 5, but not 4). Another place is in JspCServletContext.getResource(). Any tips on how to work around this? Thanks Dmitry - To unsubscribe

Re: unexpected java.lang.NoClassDefFoundError: javax/management/MBeanRegistration

2003-08-14 Thread Dmitry Beransky
At 10:07 AM 8/8/2003, Jean-Francois Arcand wrote: This plug-in is for which version? The plugin itself is from Sean Taylor (http://www.objectorientedsoftware.com/projects/index.html). I'm using IDEA v. 3.0.4 Can you post the entire stack trace? Exception during startup processing

unexpected java.lang.NoClassDefFoundError: javax/management/MBeanRegistration

2003-08-14 Thread Dmitry Beransky
thoughts on what might be causing this? I've found a post suggesting that the culprit might be -Djava.endorsed.dirs. Is there any merit to this claim? Thanks Dmitry C:\java\j2sdk1.4.1_02\bin\javaw.exe -Djava.endorsed.dirs=c:\projects\jakarta-tomcat-4.1.27-src\build\bin;c:\projects\jakarta-tomcat

JspC.setArgs()

2003-08-14 Thread Dmitry Beransky
Is there a way to manually compile jsp under Jasper 2 of Tomcat 4.1.x? Since JspC.setArgs is package private, I can't find another way to pass the options to the compiler. I've tried declaring a class inside org.apache.jasper package, but am still getting an error: java.lang.IllegalAccessError:

Re: unexpected java.lang.NoClassDefFoundError: javax/management/MBeanRegistration

2003-08-11 Thread Dmitry Beransky
Sheesh! Turned out, I was compiling Tomcat 4 against the wrong cvs branch of jakarta-tomcat-connectors. Once I checked out the TOMCAT_4_1_27 branch and recompiled, the error went away. Thanks for your help Dmitry At 10:39 AM 8/8/2003, Jeanfrancois.Arcand wrote: Try adding the mx4j jar file

Re: jasper2

2003-08-08 Thread Dmitry Beransky
, the instructions for building Tomcat 4.1 tell me to use jakarta-servletapi-4 library (besides, I couldn't find a binary distribution of v5). So, any thoughts on what is going on here? Thanks Dmitry At 04:29 PM 8/7/2003, you wrote: Both. -Tim Dmitry Beransky wrote: I'm confused. Is Jasper2

Re[4]: Tomcat: SSL client authentication

2003-07-28 Thread Dmitry S.Rogulin
=-Djavax.net.ssl.trustStore=server.truststore where server.truststore contains only imported CA certificate. It seems that Tomcat doesn't use %JAVA_HOME%\jre\lib\security\cacerts as a truststore by default (I did import CA cert into the cacerts) as I understood from previous discussions. Thanks! Dmitry. BB From your 1

RE: Tomcat Education

2003-07-28 Thread Dmitry Sklyut
Check this out. I haven't looked at it yet, but it looks good http://www.amazon.com/exec/obidos/tg/detail/-/0596003188/qid=1059405090/sr=8 -3/ref=sr_8_3/102-6148295-2460900?v=glances=booksn=507846 -Original Message- From: Reginald Oake [mailto:[EMAIL PROTECTED] Sent: Monday, July 28,

Re[2]: Tomcat: SSL client authentication

2003-07-27 Thread Dmitry S.Rogulin
, BB you'll just have to read the JSSE docs for yourself ;-). BB If you need to issue your own client-certs, I'd suggest setting up your own BB CA (with OpenSSL or otherwise), and import your CA's cert into cacerts. You BB can then hand out client certs, and Tomcat will accept them. BB Dmitry

Tomcat: SSL client authentication

2003-07-25 Thread Dmitry S.Rogulin
Hello all, I'm Best regards, Dmitry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat: SSL client authentication

2003-07-25 Thread Dmitry S.Rogulin
) at com.sun.net.ssl.internal.ssl.InputRecord.a(DashoA6275) at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) What did I do in a wrong way? Thanks in advance. Best regards, Dmitry

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Dmitry Sklyut
/.. ; pwd` if [ -r $CATALINA_HOME/bin/setenv.sh ]; then . $CATALINA_HOME/bin/setenv.sh fi So this is one way of setting up the classpath. Dmitry -Original Message- From: Thomas Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: Classpath

loaded jars

2003-07-17 Thread Dmitry Beransky
that would let me look at what jars/classes are currently loaded by Tomcat and by which class loaders? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: loaded jars

2003-07-17 Thread Dmitry Beransky
app's WEB-INF/lib doesn't have it. thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: loaded jars

2003-07-17 Thread Dmitry Beransky
what I meant to say was that I appear to have a single copy of the commons-digester.jar throughout the installation, yet I still get the error. Any recommendations for tools dealing with debugging of class loading problems? Dmitry At 10:49 AM 7/17/2003, you wrote: At 10:35 AM 7/17/2003

autoloading TLDs

2003-07-17 Thread Dmitry Beransky
Hi, I've noticed that Tomcat 4.1 autoprocesses .tld files from WEB-INFO directory. I've looked through the servlet specs as well as Tomcat docs and couldn't find anything describing this behavior. Any pointers? Thanks Dmitry

RE: loaded jars

2003-07-17 Thread Dmitry Beransky
app's WEB-INF/lib doesn't have it. thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Loading Different XML Parser

2003-06-06 Thread Dmitry Sklyut
JDOM is using JAXP to locate the parser. Use JAXP to change the parser that you use. Check out www.javasoft.com for more info on the JAXP. As a side note - JDOM is not a parser, it is an api to simplify access to the DOM model. Dmitry -Original Message- From: Brendle, Douglas

RE: book on EJB

2003-03-31 Thread Dmitry Sklyut
www.theserverside.com Download Ed Roman's book -Original Message- From: Chris Shen [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 6:20 PM To: [EMAIL PROTECTED] Subject: book on EJB i am an intermediate lvl jsp/servlet developer and would like to learn ejb. i am looking for a

a question about ajusting Tomcat

2003-03-16 Thread Dmitry Kovtun
, Dmitry.

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Dmitry Letin
to be able to map the default uri:/ I do not see the fix this it in this revision. Dmitry Mladen Turk wrote: Could you guys thest against the current CVS. -Original Message- From: Dom [mailto:[EMAIL PROTECTED] ] [uri:/host1.net/*.jsp] info=host1.net default context. group=lb

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Dmitry Letin
This this the patch from revision 1.49 of jk/native2/server/apache2/mod_jk2.c to my current version. It works for me so far for proper virtual host mapping with server:port syntax. The latest version in CVS at this moment is 1.52, but there are not many changes from 1.49. Dmitry

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Dmitry Letin
They fixed it in a different way already in release 1.53. Also changes were made to jk_uriMap.c So we just need to try latest version from CVS I guess. -Original Message- From: Eugene Gluzberg [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:43 PM To: Dmitry Letin Subject

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-21 Thread Dmitry Letin
Developers have already added this fix: http://www.mail-archive.com/tomcat-dev%40jakarta.apache.org/msg33556.html That was really fast. Dmitry - Original Message - From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Сб 21/09/2002 2:16

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-21 Thread Dmitry Letin
httpd.conf are virtual. I have not tested anything yet - it is a weekend after all Dmitry From: Short, Dave [mailto:[EMAIL PROTECTED]] Sent: Сб 21/09/2002 1:01 To: 'Tomcat Users List' CC: Subject: RE: mod_jk2, virtual hosts, JkUriSet

RE: HEAD request to JSP stuck in a 'W' state

2002-09-20 Thread Dmitry Letin
I have similar problems. (Apache 1.3.26, tomcat 4.0.4 / tomcat4.1.10 / mod_jk) Usually user requests (GET, POST) are processed under 0.2 seconds, but sometimes It takes hundreds of seconds to process the same request. Dmitry -Original Message- From: John Moore [mailto:[EMAIL PROTECTED

RE: Tomcat performance problems after a while

2002-09-20 Thread Dmitry Letin
It will not have. I have the same problems with tomcat 4.0.4 and 4.1.10 -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:18 PM To: Tomcat Users List Subject: Re: Tomcat performance problems after a while Consider moving to tomcat 4,

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-20 Thread Dmitry Letin
Hi Dom, did you actually put this verbatim into httpd.conf: JkUriSet worker ajp13? Do you try to connect to the same tomcat from different virtual hosts or each virtual host connects to a separate tomcat instance? Dmitry -Original Message- From: Dom [mailto:[EMAIL PROTECTED]] Sent

mod_jk2, virtual hosts, JkUriSet directive

2002-09-20 Thread Dmitry Letin
), 'natural' to any * apache user. Does anybody knows how to use this directive properly? I tried to use it - but it did not work as I expected. What should be specified in place of worker and ajp13? Thanks, Dmitry Letin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-20 Thread Dmitry Letin
this problem. I have not tried Resin yet. Dmitry -Original Message- From: Matt Sales [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:45 AM To: Tomcat Users List Subject: Re: mod_jk2, virtual hosts, JkUriSet Hello all, I'm having the same problem, and I've been banging my

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-20 Thread Dmitry Letin
I made no typos Recompile mod_jk2.so after this change - and all works Dmitry Hello all, I'm having the same problem, and I've been banging my head against it on and off for about a week with no more success than anyone else

mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
But in the end all requests (even from vh1) are routed to worker ajp13:localhost:8013 But I expected them to be routed to ajp13:localhost:8009 Looks like a bug to me. Thanks, Dmitry Letin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
. Because that part is the same it is dispached to the same tomcat instance. Dmitry -Original Message- From: Short, Dave [mailto:[EMAIL PROTECTED]] Sent: Thu 19/09/2002 5:30 PM To: 'Tomcat Users List' Cc: Subject:RE: mod_jk2, virtual hosts, JkUriSet Dmitry, I'm having

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
The TOMCAT_1 Connector uses port 8009 of cource - copied from wrong place. -Original Message- From: Dmitry Letin Sent: Thu 19/09/2002 6:25 PM To: Tomcat Users List Cc: Subject:RE: mod_jk2, virtual hosts, JkUriSet Hi Dave, I use something like this: Relevent parts

RE: mod_jk2, virtual hosts, JkUriSet

2002-09-19 Thread Dmitry Letin
] alias=www.vhost1.com:80 It did not help. I promise to write a how-to on this if I manage to solve this problem :-) But I have doubts I can solve it :-( Dmitry -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 6:32 PM To: Tomcat Users

error page for jsp

2002-09-19 Thread Dmitry Melekhov
Hello! I can't understand how works directive error-page in web.xml for jsps. I added following in web.xml: error-page exception-typejava.lang.NullPointerException/exception-type location/is/errorpge.jsp/location /error-page I case of exception IE says that page is

default pageEncoding

2002-07-23 Thread Dmitry Melekhov
Hello! Is it possible to set default pageEncoding for jsps? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: default pageEncoding

2002-07-23 Thread Dmitry Melekhov
Eric Leung wrote: Hi, yes, just like HTML add a line like this: META HTTP-EQUIV=Content-Type Content=text/html; Charset=iso-8859-1 character set Eric I understand. But our devepopers are too lazy ;-) They don't want to write this line in every jsp... Is it possible

Re: AW: default pageEncoding

2002-07-23 Thread Dmitry Melekhov
? -Ursprungliche Nachricht- Von: Dmitry Melekhov [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. Juli 2002 08:26 An: Tomcat Users List Betreff: Re: default pageEncoding I understand. But our devepopers are too lazy ;-) They don't want to write this line in every jsp... Is it possible to configure

Re: AW: AW: default pageEncoding

2002-07-23 Thread Dmitry Melekhov
Ralph Einfeldt wrote: Sorry, my answer was a bit to fast. There is more than one aspect of the encoding: - Compiletime This aspect defines which character set is/was used to write the source of the page. That's what you can define with the -encoding option of javac. I'm not

RE: filter to set content type

2002-07-22 Thread Dmitry Melekhov
-archive.com/tomcat-user@jakarta.apache.org/msg41615.html Charlie -Original Message- From: Dmitry Melekhov [mailto:[EMAIL PROTECTED]] Sent: Friday, July 19, 2002 1:48 AM To: [EMAIL PROTECTED] Subject: filter to set content type Hello! I need to filter jsp output to set encoding

Re: filter to set content type

2002-07-22 Thread Dmitry Melekhov
Craig R. McClanahan wrote: You are trying to set the content type on the real response after it's been flushed (if the response is bigger than the output buffer), which won't do any good because the HTTP headers are long gone. Try changing the setContentType() method in your wrapper to

filter to set content type

2002-07-18 Thread Dmitry Melekhov
Hello! I need to filter jsp output to set encoding in content type. I tryied several variants I can write ;-) with no success :-( Could somebody send me an example? Thank you! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Refresh issues with JSP pages in Tomcat

2002-07-09 Thread Dmitry ...
by other things...but I'd take check synchronization first... --Dmitry yusuf m [EMAIL PROTECTED] wrote: Hi, I tried searching the archives as well as Java forums with no luck. Hope someone here can help. Heres the scenario: Page A.jsp displays list of data from a database and has a link

RE: plain MySQL DataSource in Tomcat (i know, damn topic)

2002-07-02 Thread Dmitry ...
Hove you tried to use the mm jdbc driver with JDBCRealm? I have been trying to get the JDBCRealm to work with this driver. I've settled for the jdbc:odbc driver for now, but would be very interested to see if/how anyone got the mm jdbc driver to work with JDBCRealm. Thanks. Dmitry Les Hughes

RE: EJB

2002-07-02 Thread Dmitry ...
I d/loaded JBoss3.01 + Tomcat bundle. Docs are available for $$. A free quickstart manual, I found, not the most helpful. I do not mind paying $10 for the docs, but are they much better than the quickstart manual? Are there working examples (for version 3.0+) that you could point me to, or

Re: Tomcat 4 - OpenSSL - IE client certificate works partially

2002-07-01 Thread Dmitry ...
I'd be interested too... Marcelo Demestri [EMAIL PROTECTED] wrote: Hi Henrik !!! I'm interested in your HOW-TO for making client certificates for Tomcat... and don't worry, i love the tricky stuff !!! :-) Thanks... Marcelo - Original Message - From: Henrik Schultz To: tomcat-user

SSL and Authentication

2002-06-29 Thread Dmitry ...
to enter every page individually under web-resource-collection. *2) The user to not have to re-authenticate himself when he selects to go to Registration.jsp via SSL. Thank you in advance, Dmitry - Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World

Re: SSL and Authentication

2002-06-29 Thread Dmitry ...
I figured out that I'll need to refactor my directory structure and use seperate security-constraints. I'm curious, is there a standard or preferred way to do this? My next step is to integrate Tomcat with Apache, and then an EJB server (perhaps JBoss?)... --Dmitry Dmitry ... [EMAIL

Re: Tomcat 4.0.{3,4} not starting

2002-06-29 Thread Dmitry ...
Hi. In the first case, it looks to me like tomcat should have been started -- these are the normal messages. Try to connect to :8080/http://localhost:8080 with your browser. If tomcat is up, it should present you with the default page. --Dmitry Sean Kelly [EMAIL PROTECTED] wrote: Hi

IlligalStateException -- getOutputStream() has already been called for this response.

2002-02-26 Thread Dmitry Nikelshpur
could BCC me in your replies, to make sure I get the message. Also, if you have any other solutions for creating charts/graphs dynamically, with the ability to include/forweard from servlets, I'll be more than pleased... Thanks in advance! Dmitry -- To unsubscribe: mailto:[EMAIL PROTECTED

Re: Configuring my own servlets on Tomcat4.0

2002-02-22 Thread Dmitry Nikelshpur
rename the examples directory to whatever and voila Dmitry I'll be surprised if this works, but it did the trick for me..very wierd stuff though :-) Sampige, Srinivas wrote: Hi I downloaded Tomcat4.0 just now and insalled it. I am able to run the example servlets. When I try to create my

Re: classes visibility in the WEB-INF dir ---- SOLVED

2002-02-22 Thread Dmitry Nikelshpur
this have worked for me in the past when I get REALLY frustratedWas I really missing something (doubtful I was misspelling the servlet's name in this case)...This is reminiscent of invisible characters :-) ...or something was causing the servlets not to be loaded?!? Dmitry Amine AMAR wrote

Re: Unable to use RequestDispatcher.forward() for HTML pages when in Tomcat 4

2002-02-22 Thread Dmitry Nikelshpur
Hi Sriram, Try changing the .html extension to .jsp extensionThis should work if your JSP pages work :-) Dmitry Sriram Narayanan wrote: Hello all, I am able to use the RequestDispatcher forward control from one JSP page to another. However I am unable to forward to HTML pages. From

Re: Configuring my own servlets on Tomcat4.0

2002-02-22 Thread Dmitry Nikelshpur
-INF/classes). *3) If you're running on Linux, make sure that /WEB-INF is all caps! (Tomcat won't find the web.xml otherwise). I believe this is all you need to have your servlets run successfully out of webapps/yourapp/ :-) Dmitry Kurt Kurniawan wrote: the same thing happened to me. I

problems configuring JNDIRealm

2001-12-08 Thread Dmitry Beransky
to debug this problem? Thanks Dmitry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: problems configuring JNDIRealm

2001-12-08 Thread Dmitry Beransky
on the LDAP side. Thanks Dmitry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Content-Length limited to 2^31-1???

2001-08-30 Thread Dmitry Rogatkin
You can always provide content length value using setHeader like methods to avoid int limitations. Tomcat shouldn't overwrite header value if it's already set. You can also use chunked out where content length simple ignored for files greater than 2GB. Dmitry R., [EMAIL PROTECTED] Chief

Open file inside WAR using relative path

2001-08-29 Thread Dmitry Rogatkin
it as a regular file. Is there some generic way to do that? Thanks, Dmitry R., [EMAIL PROTECTED] Chief Software Architect, MetricStream.COM Santa Clara, CA ___ Visit http://www.visto.com. Find out how companies are linking mobile

Re: Open file inside WAR using relative path

2001-08-29 Thread Dmitry Rogatkin
Please, disregard my post, I found that using getResourceAsStream from classes directory is acceptable by my customers. Thanks everybody for a help. Dmitry R., [EMAIL PROTECTED] Chief Software Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Dmitry Rogatkin

Re: What are: WAR files, build.xml, etc?

2001-08-29 Thread Dmitry Rogatkin
The simplest way to create WAR file without reading any specs, just zip content of your app context directory and give extension WAR to the result. Dmitry R., [EMAIL PROTECTED] Chief Software Architect, MetricStream.COM Santa Clara, CA -Original Message- From:[EMAIL PROTECTED

RE: xalan and problem with locating custom libraries

2001-08-10 Thread Dmitry Beransky
, that the real solution must come from xalan itself. It should be possible to hand Xalan a list of class loaders that it can use to load extension functions and elements (actually, most libraries that for whatever reason do their own class loading should provide such an option). Regards Dmitry

xalan and problem with locating custom libraries

2001-08-09 Thread Dmitry Beransky
this, because they simply don't belong there. This doesn't strike me as neither a secure nor a scaleable solution. But it's the only solution I can think of. Is there something else I can do? Regards Dmitry

IE and tomcat

2001-07-20 Thread Dmitry Skavish
', value='localhost'' 'Header: name='accept-encoding', value='gzip, deflate'' 'Header: name='user-agent', value='Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)'' Processed file 'F:\Tomcat3.2\webapps\ROOT\insMovie.swt', output size 34375 bytes, processing time 90ms, total time 110ms -- Dmitry

Re: incomplete output

2001-06-19 Thread Dmitry Rogatkin
Mike, I had similar problems, but not exact. My experience may help you. 1. Check directives like: %@ page buffer=18 autoFlush=true % and make sure that autoFlush=true 2. Do not close out stream in include servlets and pages. I hope it could help. Dmitry R., [EMAIL PROTECTED] Chief Software

Re: Has the servlet be compiled?

2001-06-19 Thread Dmitry Rogatkin
You could put your java files in directory tomcat/work/your_host(localhost)/context_name and look what happen. Tomcat compiles JSP sources automatically in this directory, so there is a chance that you files will be compiled too. Dmitry R., [EMAIL PROTECTED] Chief Software Architect

Re: flushing

2001-06-19 Thread Dmitry Rogatkin
Out is buffered for content length calculation as it's done in Sun's HTTP client implementation. Try to use HTTP 1.1 chuncked stream not requiring to set content length. Dmitry R., [EMAIL PROTECTED] Chief Software Architect, MetricStream.COM Santa Clara, CA -Original Message

Re: Session problem

2001-05-11 Thread Dmitry Rogatkin
=snc8bkdsu1?load=/inip/xml/unconditional.xml Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Leon Nicholls [EMAIL PROTECTED] Sent:Fri, 11 May 2001 11:03:41 -0500 To: [EMAIL PROTECTED] Subject: Session problem Hi I

Re: Can I serve up JSP without a web server?

2001-05-01 Thread Dmitry Rogatkin
external Web server. Make sure that you have no any other web server servicing the same host to avoid ports conflict. Tomcat can also serve HTTPS requests. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Keith Miller [EMAIL

Re: Tomcat vs JServ

2001-04-19 Thread Dmitry Rogatkin
I use the rule - "Nothing extra". If you do not use JSP, then JServe could be better choice as "Best Free Product 1999". Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Eric Mosley [EMAIL PROTECTED]

TC 4.0b3 Cass loader race condition or other glitch

2001-04-13 Thread Dmitry Rogatkin
like OS started caching some class files and race condition or something other bad thing happened in class loaders. If I do not specify load-on-startup, all goes smoothly. I believe that it's related to reload problems recently reported. Could somebody confirm a similar behavior? Dmitry R., [EMAIL

Re: 'jsp:include' tag

2001-04-11 Thread Dmitry Rogatkin
try to add flush="true" it should be optional in next releases. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Leon Palermo [EMAIL PROTECTED] Sent:Wed, 11 Apr 2001 12:08:15 -0400 To: [EMAIL PROTECTE

Re: Tomcat 4.0 b2 and classloader

2001-04-04 Thread Dmitry Rogatkin
I've resolved my problem putting all common classes archives in directory common/lib Thanks, the product is amazing, but not so well documented. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Dmitry Rogatkin [EMAIL

Tomcat 4.0 b2 and classloader

2001-04-03 Thread Dmitry Rogatkin
be considered as system level classes without necessity specifying them for each servlet. Is there a possibility to provide some classes shared by all servlet/JSP including Tomcat itself? Or probably there is another solution? Thanks. Dmitry R., [EMAIL PROTECTED] Chief Architect

Re: Tomcat 4.0 b2 and classloader

2001-04-03 Thread Dmitry Rogatkin
copies of XML libraries. It isn't problem regarding disk space, but could be a problem regarding RAM. I like Sun's solution when you can copy some classes in trusted location and then use them without duplication for each application. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM

Re: LDAP Server

2001-03-29 Thread Dmitry Rogatkin
Netscape's one looks ok. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Batsheva Raviv [EMAIL PROTECTED] Sent:Thu, 29 Mar 2001 16:46:56 -0800 To: [EMAIL PROTECTED] Subject: LDAP Server Hello, Can somebody

Re: JDBC driver for oracle

2001-03-16 Thread Dmitry Rogatkin
http://industry.java.sun.com/products/jdbc/drivers You can get better driver from other places than from Oracle. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Jack Li [EMAIL PROTECTED] Sent:Fri, 16 Mar 2001 09:10:52

Re: Off topic: Single login for separate web applications?

2001-03-13 Thread Dmitry Rogatkin
One of solution can be having off web trusted connection between servers to verify the user. We use such approach. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:[EMAIL PROTECTED] Sent:Tue, 13 Mar 2001 13:38:39 +0100

servlet reload problem

2001-03-08 Thread Dmitry Macsema
I've been using Tomcat 3.1 for some time, and suddenly it stopped reloading my servlets :( All I can think as a reason is that I've installed and started using WebMacro. -- Best regards, Dmitry mailto:[EMAIL PROTECTED

Re: servlet reload problem

2001-03-08 Thread Dmitry Macsema
Hello Dmitry, Thursday, March 08, 2001, 7:58:19 PM, you wrote: DM I've been using Tomcat 3.1 for some time, and suddenly it stopped DM reloading my servlets :( All I can think as a reason is that I've DM installed and started using WebMacro. An addition to what I've said: I've just installed

Re: How to control session timeout?

2001-03-08 Thread Dmitry Rogatkin
Call setMaxInactiveInterval(-1) for your session. You can recognize closing a browser over JavaScript in some cases and send a request to close the session. Call invalidate() in this case. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message

RE: How to avoid the following exception

2001-03-01 Thread Dmitry Rogatkin
I eliminated the problem, but since i did two things, i do not know which one is the cure. 1st. i have download last t build. 2nd I added checking on null where actual erro was happened. Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message

Ensure that servlet has loaded

2001-02-23 Thread Dmitry Rogatkin
Does an option as load servlet by demand exist? I didn't find any API to just ensure that servlet has been loaded (init method is called) without actually hitting serve method. I know that using any static code in a servelt is against of rules, but sometimes it's helpful. Dmitry R., [EMAIL

Re: RequestDispatcher.forward() problem

2001-02-21 Thread Dmitry Rogatkin
I met the same problem. To read your query string in included or forwarded servlet, you have to use the call: String query = request.getAttribute("javax.servlet.include.query_string"); Regards, Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA ---

RE: Slow upload speeds

2001-02-21 Thread Dmitry Rogatkin
I have feeling that it's a browser issue. Can somebody who knows browser upload mechanism confirm that? Dmitry R., [EMAIL PROTECTED] Chief Architect, MetricStream.COM Santa Clara, CA -Original Message- From:Tal Dayan [EMAIL PROTECTED] Sent:Wed, 21 Feb 2001 19:05:06 -0800

  1   2   >