RE: Tomcat 3.2.2 sometimes slow. Does he DNS lookup ?

2001-11-23 Thread Wolfgang Stein
I meant "It gets faster if the remote client has an entry in Tomcats WINNT\system32\drivers\etc\hosts file. (??!)" Gruß, Wolfgang > -Original Message- > From: Wolfgang Stein [mailto:[EMAIL PROTECTED]] > > My Tomcat is sometimes very slow if > clients connect from the internet. > >

Tomcat 3.2.2 sometimes slow. Does he DNS lookup ?

2001-11-23 Thread Wolfgang Stein
My Tomcat is sometimes very slow if clients connect from the internet. It gets faster if the remote client has an entry in the WINNT\system32\drivers\etc\hosts file. (??!) Does Tomcat make a DNS lookup ? This already happens if tomcat serves static files only. Any ideas ? Thanks in advance,

RES: Architecture

2001-11-23 Thread Carlos Eduardo V. O. Cruz
Hi, I hope this message from tc-developers list can help you! Cae "T. Kandasamy" wrote: > > Hi > > In our organization, we are trying to put the tomcat 3.3 in the production > environment. I wish to see > some performance test results of the tomcat. Is it highly stable?. If any is > using the

AW: JSP/Servlet <-->EJB

2001-11-23 Thread Lauer, Oliver
You can e.g. define a tag on your own that makes a lookup and a call to an EJB whereas I believe it ain't gotta be well designed. > AXA eSolutions GmbH > AXA Konzern AG Germany > Oliver Lauer > Web Architect > Wörthstraße 34 > D-50668 Köln > Germany > Tel.: +49 221 148 31277 > Fax: +49 221 148

Daily Log rotation problem

2001-11-23 Thread PRABEL Christophe BSFGP/DI
I assume as it is writed on the tomcat 4.0.1 documentation that tomcat can close and open new log files each day with the FileLogger component. My tomcat server (V4.0.1 on AIX 4.3.3 WITHOUT Apache) is running for 4 days and no daily logs were created (it's still logging on the startup log files

Re: JSP/Servlet <-->EJB

2001-11-23 Thread Huaxin
But is this the way a JSP calling EJB? the examples is just a JB, not EJB On Fri, 23 Nov 2001, Ludovic Maitre wrote: > you can instantiate a bean from a JSP page with the jsp:use-bean > statements as mentionned in the example packaged with tomcat 4 (and 3). > For more informations read the fine

Re: tomcat 4.0.1 under Apache 2 betas

2001-11-23 Thread David Cassidy
If you find out I would love to know... Thanks David Ed Nixon wrote: > Is it possible yet to run Tomcat 4 under Apache 2 betas? If so, could you > please point me at some info on configuration. I'm not having much success > with anything I've found that relates to Apache 1.2 and Tomcat 4. > >

Installing/Running Tomact

2001-11-23 Thread Sanjay bahal
Hi, I can not seem to be able to run Tomact. I have tried Tomact_3_2, Tomact_3_3, Tomact_4_01.nothing works. Is it really so difficult? On : 3_2 I used to get the sealing violation error- I tried the various sugestions on the site- nothing worked. On 3_3 I can not even grab the error msg. On 4_01

RE: SSL Problems with Tomcat 4.0.1 on Linux with Sun and IBM Jvms

2001-11-23 Thread Francis Lalonde
>From my experience, these are two different problems you are referring to : the SSL over IBM JDK problem and the ClassLoader conflict problem. My conclusion to the first problem was that the SSL implementation is weird or incomplete and does not support either TLS (which has been introduced in J

Re: java.lang.NoClassDefFoundError .....Loading a servlet

2001-11-23 Thread Alexandre Victoor
Hi, try to put your web.xml in WEB-INF Where are your class files ? Regards Alex At 13:48 23/11/2001 -0800, you wrote: >Hi all, > I'm a newcommer to this list and am having problem with loading > servlets. > > I have a java Package which contains a this package and the servlet. Now on

Re: JSP/Servlet <-->EJB

2001-11-23 Thread Ludovic Maitre
you can instantiate a bean from a JSP page with the jsp:use-bean statements as mentionned in the example packaged with tomcat 4 (and 3). For more informations read the fine manual or specification of JSP on the Sun website (their tutorial are also very good). in tomcat 4, file webapps/examples/js

tomcat 4.0.1 under Apache 2 betas

2001-11-23 Thread Ed Nixon
Is it possible yet to run Tomcat 4 under Apache 2 betas? If so, could you please point me at some info on configuration. I'm not having much success with anything I've found that relates to Apache 1.2 and Tomcat 4. Alternately, if I'm wasting my time, that would be useful information too. Than

Re: Tomcat 4.0.1 webapp deplyment problem

2001-11-23 Thread Alec Bickerton
Thanks, the problem was due to me starting httpd before tomcat doh! Any Ideas about my .war file problem ie. the fil;e does not unpack, if I ceated the context dir manually TC manager say installed but no files unpacked under the context. 23/11/2001 15:02:23, "Alessandro Staltari" <[EMAIL PRO

Re: Tomcat 4.0.1 webapp deplyment problem

2001-11-23 Thread Alessandro Staltari
> However if I try > b2b-1.opaltelecom.net/logserver/process?x=status I get webapp not deployed (404 ) Did you try to restart Apache? If Jakarta were not yet ready when Apache started, mod_webapp returns this error. This is the reason I'm switching to proxy connector. Alessadro Staltari stalta

AW: URL-rewriting for FORMS

2001-11-23 Thread Ralph Einfeldt
All of this works: action=\"" + response.encodeURL("./post-data-servlet?cmd=insert") + "\"" // This works but I wouldn't use it, as it assumes // that encodeURL wouldn't add a query parameter action=\"" + response.encodeURL("./post-data-servlet") + "?cmd=insert" + "\"" > -Ursprüngliche

AW: Re : URL-rewriting for FORMS

2001-11-23 Thread Ralph Einfeldt
Because the sevlet spec says to do so. The reason why they defined it this way is unknown to me. > -Ursprüngliche Nachricht- > Von: Raphael Mack [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 23. November 2001 12:29 > An: Tomcat Users List > Betreff: Re: Re : URL-rewriting for FORMS

[TC4] Changing document base for subfolders of a context (Tomcat as HTTP server)

2001-11-23 Thread chris brown
Hello, I'd like to change the folder from which Tomcat retrieves documents for a subfolder of a given context (similar to the configuration that's possible with Apache HTTPD). Say for example that I've got a context name "ctx1" mapped to retrieve files from the following folder "d:\sites\ctx1\".

AW: TC 4.0.X security example

2001-11-23 Thread Ralph Einfeldt
Everybody will see this behaviour, as it is intended: http://mikal.org/interests/java/tomcat/archive/view?mesg=45141 http://mikal.org/interests/java/tomcat/archive/view?mesg=43622 > -Ursprüngliche Nachricht- > Von: Andreas Graichen [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 23. Nove

AW: TC 4.0.X security example

2001-11-23 Thread Andreas Graichen
And this is because of the catalina engine in comparison to TC 3.X ? -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 23. November 2001 14:51 An: Tomcat Users List Betreff: AW: TC 4.0.X security example Everybody will see this behaviour, as it

RES: Getting tomcat 3.2.3 to start as a service under NT

2001-11-23 Thread Carlos Eduardo V. O. Cruz
You can look at http:www.alexandriasc.com download the file javaservice... the example shows how to setup tomcat as NT service. I used this on NT 4.0 sp6 - tomcat 3.2.3 and it worked just fine. Cae -Mensagem original- De: Gioia, Paul [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 2

Mac OS 10.1.1 and Tomcat 4.01

2001-11-23 Thread Michael S. McKellip
I have been trying to install Tomcat 4.01 on Mac OS 10.1.1 with partial success. I set the environment variables CATALINA_HOME and JAVA_HOME as below within the file ".tcshrc": setenv CATALINA_HOME /Applications/Internet/jakarta-tomcat-4.0.1 setenv JAVA_HOME /System/Library/Frameworks/JavaVM.f

Tomcat 4.0.1 webapp deplyment problem

2001-11-23 Thread Alec Bickerton
Hi, all I am experiencing two problems , first, I'm trying to deploy a webapp using a WAR file, when I try /manager/install ... I have put the .war file in $CATALINA_HOME/webapps Why doesn't this unpack automatically? I get a file not found exception, any Ideas, if I create the directory $

TC 4.0.X security example

2001-11-23 Thread Andreas Graichen
I'm just playing around with the TC4 jsp examples. The security example brings me to the login page and the to the protected area. This works fine but when I hit the browser's back button to go back to the login page and login again with the same user I get an 404 on the j_security_check. Again, i

Tomcat 3.3 Upgrade

2001-11-23 Thread David Morsberger
I have run into a few issues upgrading from 3.2.3 to 3.3: 1) JSP pages would not compile (no class: com.sun.javac.Main). I added ${JAVA_HOME)/lib/tools.jar to the CLASSPATH in tomcat.sh and it worked. Why did I have to do this? 2) The generated mod_jk did not contain any of the apache directives

remote address

2001-11-23 Thread Vladimir Prodan
Hi, I configured Tomcat 4.0.1 on Linux SuSE with apache and mod_proxy .. when I get the parameters from HttpServletRequest I have as REMOTE_ADDRESS the server address and not my client address .. how can I solve this? Thanks! -- To unsubscribe: For additional command

Re: URL-rewriting for FORMS

2001-11-23 Thread Raphael Mack
Sorry, forgot this question: if I want to pass a parameter to the "action" of the FORM, should I write: out.println(""); or out.println(""); or a ';' instead of '&' or a ';' instead of '?'? or should I insert a hidden formfield for this? Thanks, Rapha -- procreo - Webseitenentwicklung und Ind

Re: Re : URL-rewriting for FORMS

2001-11-23 Thread Raphael Mack
Thanks. Am Freitag, 23. November 2001 08:48 schrieben Sie: > if you want this encoded with your session > > you will have to: > out.println(" response.encodeURL("./post-data-servlet") + "\">"); > the output will be:: > is there a special reason why encodeURL appends ";jsessionid..." and not

Re: Configuration of Tomcat

2001-11-23 Thread Christian Endres
Hi Jenny! Many thanks for your help!! Its working now Christian Ming Xinghui-w12393 wrote: > Hi,Christian > > put your own servlets into the 'www'/WEB_INF/classes, > move the html-files to 'www' and its subdirectory. > > > Jenny > > -Original Message- > From: Christian Endres [mai

Re: Tomcat 4.0 and Poolman

2001-11-23 Thread Fabio Mengue
Hello, I sent a email about a error that happened when I tried to use Poolman 2.1b1 and Tomcat 4.0 (Linux + jdk1.3.1). If I put the examples that came with poolman in /webapps, Tomcat just don't start. No one answered, and since no one post anything else... I was able to made them w

AW: URL-rewriting for FORMS

2001-11-23 Thread Ralph Einfeldt
As the session id is no query parameter anymore, (AFAIK since ServletSpec 2.2) the only way is the second option. (response.encodeURL("path-to-action.jsp")) > -Ursprüngliche Nachricht- > Von: Raphael Mack [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 22. November 2001 23:18 > An: To

java.lang.NoClassDefFoundError .....Loading a servlet

2001-11-23 Thread anjana
Hi all, I'm a newcommer to this list and am having problem with loading servlets. I have a java Package which contains a this package and the servlet. Now on tomcat i want to run this servlet. I have created a directory in webapps and specified the path to this servlet in server.xml and

Re : URL-rewriting for FORMS

2001-11-23 Thread tomcat
-- 2001 Nov 23 - 08:57 Raphael Mack <[EMAIL PROTECTED]> -- > >Hi, > >I use URL-rewriting for sessionmanagement. What's best to include the >sessio