AW: Verisign Cert and Tomcat SSL

2001-12-12 Thread Lauer, Oliver
Was does your keytool -list say now ? > 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 43963 > Mobil: +49 179 59 064 59 > e-Mail: [EMAIL PROTECTED] >

RE: SERVLET CACHING PROBLEM IN TOMCAT- SNODX

2001-12-12 Thread snodx
Greetings, Thanks for the response. But is it reloadable (all in lowercase) OR reLoadable with the first L in uppercase? SNODX -- To unsubscribe: For additional commands:

Re: charset problem in java beans

2001-12-12 Thread yilmaz
thanks Craig, Craig wrote : > > It sounds like you might be working too hard :-). how did you understand? :) > > Internally, Java keeps all String values in Unicode. When you actually > write the response, it will be converted according to the character > encoding you specify on the page. the

RE: Servlet doesn't work

2001-12-12 Thread Peng Annie
Normally where should we specify alias /servlet represents /WEB-INF/classes? -Original Message- From: Peng Annie [mailto:[EMAIL PROTECTED]] Sent: 12 December 2001 11:43 To: 'Tomcat Users List' Subject: Servlet doesn't work Hi, I am using apache1.3.20, tomcat4.0 on Windows 2000. Now the

AW: Apache 1.3.22 + Tomcat 4.0.1

2001-12-12 Thread Lauer, Oliver
I didn't manage to get it properly working and used mod_jk then ! This one works fine ! > 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 43963 > Mobil: +49 179 59 064 59 > e-Mail:

RE: Apache + mod_jk (ajp13) + Tomcat: no "Expires" header in the response

2001-12-12 Thread Justin Rowles
> Tomcat can serve static resources just fine. The only > question is, which > way supports the minimum performance standard that you need? > If it does, > you should set things up that way. Apologies - I was working on the assumption that the questioner was using TomCat under Apache already

RE: Servlet doesn't work

2001-12-12 Thread Peng Annie
It is there!! -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: 07 December 2000 11:47 To: Tomcat Users List Subject: Re: Servlet doesn't work cpoy servlet to the TOMCAT_HOME/webapps/ROOT/WEB-INF/classes directory - Original Message - From: "Peng Annie" <[EMAIL

Re: Servlet doesn't work

2001-12-12 Thread Galbayar
cpoy servlet to the TOMCAT_HOME/webapps/ROOT/WEB-INF/classes directory - Original Message - From: "Peng Annie" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 18:43 Subject: Servlet doesn't work > Hi, > > I am using apache1.3.20, tomca

RE: SERVLET CACHING PROBLEM IN TOMCAT- SNODX

2001-12-12 Thread Volker Leidl
Add reloadable="true" to your webb apps context tag in server.xml. Volker. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 9:01 AM > To: [EMAIL PROTECTED] > Subject: SERVLET CACHING PROBLEM IN TOMCAT- SNODX > > > Greetings, >

Servlet doesn't work

2001-12-12 Thread Peng Annie
Hi, I am using apache1.3.20, tomcat4.0 on Windows 2000. Now the jsp works fine but servelt doesn't work. when I go from http://localhost/Login.jsp to http://localhost/servlet/LoginServlet I got HTTP 404 ERROR Which file should I configure and how to configure it so that I can get my servlet wo

RE: [ajp13]bad read -103

2001-12-12 Thread Kwan, Kenneth Y
Title: RE: [ajp13]bad read -103 It also exists in my Linux box RH 7.1 with Apache 1.3.2x and mod_jk Rgds -Original Message- From: Reto Badertscher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 6:23 PM To: Tomcat Users List Subject: AW: [ajp13]bad read -103 Hi, i'

Re: Deeply stuck - SuSE

2001-12-12 Thread Baer Peter
Your problem appears to be caused by this: The directory structure of SuSE differs from the one used by Red Hat, despite the fact that both are moving towards LSB and FHS standards compliance. In addition, some files of TC4 are in different places compared to TC3, now. Eg, there's a file in /etc

Re: Web Apps

2001-12-12 Thread Galbayar
1.create [yourcontext] in to the webapps directory 2.create WEB-INF in to the [yourcontext] directory 3.create classes in to the WEB-INF directory 4.create lib in to the WEB_INF directory 5. add this line to TOMCAT_HOME/conf/server.xmlfile 6. restart Tomcat 7. http://localhost:8080/yourcontex

AW: [ajp13]bad read -103

2001-12-12 Thread Reto Badertscher
Hi, i'm using the same configuration and get the same messages. Don't know what it means, but the application works OK and there are no entries in my iis_redirect log. Perhaps somebody knows what causes the messages? Regards Reto -Ursprungliche Nachricht- Von: Andy Soedibjo [mailto:[EM

AW: Change an include file requires re-compiling all JSP that include it (?)

2001-12-12 Thread Ralph Einfeldt
As some other already statet this is not true. One important thing to consider is the scope of variables. As <%@ include... %> works at compile time, the included page sees all variables that are defined before the directive in the calling page. invokes a servlet at runtime and the included

web.xml extension mapping

2001-12-12 Thread Elm Gysel
hello, I'm currently using Tomcat 3.2.2 with Apache and i'm trying to map *.pdf to the Tomcat engine. I'm using mod_jk. Since this is version 3.2.2 the mod_jk.conf-auto file gets generated automaticly when tomcat starts. I've added these lines to my WEB-INF/web.xml file : (partial file)

about servlet-mapping in web.xml file

2001-12-12 Thread Katsuyuki Michishita
Hi, I have a question about servlet-mapping. I have following code in "C:\tomcat\conf\web.xml." ... RequestHooker *.jsp RequestHooker *.html I thought that "RequestHokker" is called before *.jsp is executed. But it's not. (By the way, "RequestHokker" is

Re: help me

2001-12-12 Thread Vegeta
ti serve il pacchetto jsse1.0.2 o il file jsse.jar ? Il pacchetto lo trovi sul sito: java.sun.com/products/jsse/INSTALL.html, mentre il file lo trovi quando scompatti il pacchetto. Ricrdati di inserire nel CLASSPATH i 3 file .jar del pacchetto jsse. Bye. -- To unsubscribe:

Getting a ServletContext in a JavaBean

2001-12-12 Thread Rajnish Bhaskar
Hi folks, Is it possible to get a ServletContext object in a JavaBean? I want to be able to read a context parameter when a bean is initialised and use that to load a properties file. Passing it in later with a setServletContext() method is no good since I need to access it in the constructor

Web Apps

2001-12-12 Thread Duncan Smith
Can anybody please point me in the direction for a good help/tutorial file for editing and adding Web Apps in Tomcat 4? Cheers Duncan -- To unsubscribe: For additional commands: Troubles with the list:

RE: SUBSCRIBED PARTICIPANTS PLEASE RESPOND!

2001-12-12 Thread murali nargund
I am able to receive your mails. -Original Message- From: Ilya Khandamirov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:33 PM To: Tomcat Users List Subject: RE: SUBSCRIBED PARTICIPANTS PLEASE RESPOND! I can receive your mails. Regards, Ilya -Original Message-

THANKS GOT THE RESPONSES!

2001-12-12 Thread snodx
Greetings, I got the confirmations. Thanks SNODX -- To unsubscribe: For additional commands: Troubles with the list:

[ajp13]bad read -103

2001-12-12 Thread Andy Soedibjo
Hi all, I'm a new comer ... so please forgive me if there is any mistake in my sentences. ;-) I've tried to use tomcat 4.0.1 as a servlet engine with IIS 5.0 using isapi_redirect.dll. And, after doing some configurations, i can successfully configure the tomcat, and it works fine. But, in the

RE: SUBSCRIBED PARTICIPANTS PLEASE RESPOND!

2001-12-12 Thread Ilya Khandamirov
I can receive your mails. Regards, Ilya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Mittwoch, 12. Dezember 2001 10:07 To: [EMAIL PROTECTED] Subject: SUBSCRIBED PARTICIPANTS PLEASE RESPOND! Greetings, I wish to kno

SUBSCRIBED PARTICIPANTS PLEASE RESPOND!

2001-12-12 Thread snodx
Greetings, I wish to know whether my mails to [EMAIL PROTECTED] are being recieved by the list adminsitrator. If the list administrator is recieving it then I am sure that subscribed participants like Miao Franco, Etienne Deleflie, Magnus Jansson or Ilya KhandaMirov e.t.c must also be

Apache 1.3.22 + Tomcat 4.0.1

2001-12-12 Thread Ilya Khandamirov
Is this combination supposed to work under Windows 2000? Are there people in this list, who use mod_webapp successfully (again, sorry, under Windows 2000)? Are there alternatives to mod_webapp? Thanks, Ilya -- To unsubscribe: For additional commands:

Ang: tomcat + netware

2001-12-12 Thread Magnus Jansson
I'm running tomcat on a NW 5.1 box and its running perfect, fast and very stable >>> [EMAIL PROTECTED] 2001-12-12 03:34:13 >>> Can anyone tell me how to verify if tomcat is working properly on netware? -- Leland -- To unsubscribe: For additional commands:

<    1   2