How to make tomcat work on a remote server?

2005-06-19 Thread sai krishna
Hello, Im a newbie to tomcat. I was trying to install on a remote server. I could install it on the localhost perfectly I can see it when I connect through lynx localhost:8080 I can see default tomcat page. But when I was trying its IP from a remote place http://:8080 Im unable to access

RE: Use JSPC

2005-06-19 Thread Akoulov, Alexandre [IT]
Hi Mino, that is what we do: a) generate java files with JspC compiler b) compile java files with javac compiler c) copy class files to the required location (ie class directory under WEB-INF ) Hope it helps, Sasha. -Original Message- From: Giacomino Raccuia [mailto:[EMAIL PROTECTED] S

Re: Tomcat, windows and more memory

2005-06-19 Thread Charl Gerber
This article (thanks for the link) finishes with: "If Tomcat 4.x is tarted from the Start Menu under Windows, CATALINA_OPTS has no effect. Please run \bin\startup.bat." I take it if you run Tomcat 4.x from the Start Menu, you there is no way to set options then? *sigh* --- Sergey Livanov <[EMA

Setting Context's URI Encoding?

2005-06-19 Thread KwonNam Son
With tomcat 5.0.28, I set for all the web contexts' GET method URI Encoding. I want all the web contexts except just one context have the same URIEncoding Is it possible? How can I set the URIEncoding per Context? - To unsubs

Differences between service startup and batch startup

2005-06-19 Thread John Lindley
I have noticed a difference between starting Tomcat 5.0.28 using the service and the batch file. When I run startup.bat, everything seems to be running fine. I have an ODBC node defined, connecting to an Access database, and I have no trouble retrieving the data through Tomcat. However, when

[ANN] Java Web Parts release

2005-06-19 Thread Frank W. Zammetti
Thought this might be of interest to some... The Java Web Parts SF project I began had its first release this weekend. It's a pre-alpha, but my thinking is to put out smaller releases as frequently as possible so that, theoretically at least, the code will be more solid when a GA release come

where can i see log trace logAbandoned

2005-06-19 Thread Anand Vijay
hi all When i say logAbandoned = true in data-source of struts-config.xml , it still does',nt trace abandoned connection .How can i achieve this and where can i see the log? Thanks Vijay - To unsubscribe, e-mail: [EMAIL PRO

Re: Tomcat, windows and more memory

2005-06-19 Thread Sergey Livanov
Hi, Charl. Very useful link, http://www.jchem.com/doc/admin/tomcat.html try to edit ENVIRONMENT VARIABLES - JAVA_OPTS CG> How do you configure Tomcat (4.1.31) to be allocated CG> more memory in Windows when using the installed CG> "Programs/Apache Tomcat 4.1/Start Tomcat" shortcuts? CG> These s

RE: Compression doesn't work :(

2005-06-19 Thread Caldarale, Charles R
> Fra: smmarrt [mailto:[EMAIL PROTECTED] > Emne: Compression doesn't work :( > > I try setting compression-related properties on Connector, but it > doesn't compress anything :( > > >compression="on" compressionMinSize="2048" /> How did you determine that compression was not being

Re: SV: Compression doesn't work :(

2005-06-19 Thread Christoph Kutzinski
How are you testing that nothing is compressed? E.g. which browser? smmarrt wrote: No, Tomcat treats this value in bytes. :( Øyvind Johansen пишет: Without knowing the proper way to configure compression, it looks like you have configured it to not compressing anything smaller than 2048kbyte?

Re: SV: Compression doesn't work :(

2005-06-19 Thread smmarrt
No, Tomcat treats this value in bytes. :( Øyvind Johansen пишет: Without knowing the proper way to configure compression, it looks like you have configured it to not compressing anything smaller than 2048kbyte? But I could be wrong on this... Øyvind Johansen ElectricTimeCar 2802 Gjøvik, Norway

Re: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-19 Thread charly
I think the http protocol does not allow the parallel processing of requests using a single connection. At least the response of a following request cannot pass the predecessor on the same connection. (How could the responses be matched to the requests?) So parallel processing is not really usefu

SV: Compression doesn't work :(

2005-06-19 Thread =?iso-8859-1?Q?=D8yvind_Johansen?=
Without knowing the proper way to configure compression, it looks like you have configured it to not compressing anything smaller than 2048kbyte? But I could be wrong on this... Øyvind Johansen ElectricTimeCar 2802 Gjøvik, Norway -Opprinnelig melding- Fra: smmarrt [mailto:[EMAIL PROTECTED

Compression doesn't work :(

2005-06-19 Thread smmarrt
I try setting compression-related properties on Connector, but it doesn't compress anything :( No pages are compressed (nor static, nor servlets) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Japanese on tomcat 4.0.3

2005-06-19 Thread Yair Fine
Hello, There is an attribute: URIEncoding="UTF-8" which can be put in Connector element, if the connector is Coyote. I use tomcat 4.0.3 (with HttpConnector). In the documentation there is no URIEncoding="UTF-8" for this kind of connector. How do I configure this attribute any way?