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: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

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: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

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

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

[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

THANKS GOT THE RESPONSES!

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

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: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

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

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: mailto:[EMAIL

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." ... servlet-mapping servlet-name RequestHooker /servlet-name url-pattern *.jsp /url-pattern /servlet-mapping servlet-mapping servlet-name RequestHooker /servlet-name

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)

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. jsp:include... / invokes a servlet at runtime

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

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 Context path=/yourcontext docBase=yourcontext debug=0 reloadable=true/ this line to

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

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,

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

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,

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, tomcat4.0 on

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: 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 (as

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: [EMAIL

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

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.

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: mailto:[EMAIL PROTECTED] For additional commands:

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] _

UserTransaction

2001-12-12 Thread christophe marcourt
Anybody has got an idea for my problem of yesterday on the UserTransaction, Tomcat and JNDI ? in copy the mail of yesterday : Hi, I've got a serious problem with the UserTransaction. I've just done what the how-to tells for the JNDI, the fact is that for JDBC it's working on a standalone

Network error with -SSL-

2001-12-12 Thread Sunhild Copony
Hi, my app is running fine on Solaris. Now I have a first try on SuSE 7.2. Everything is fine when I'm using non-ssl connection. With ssl I get the following: Netscape:Error A network error occured while Netscape was receiving data. (Connection reset by peer) Try connecting again. I'm using

RE: SERVLET CACHING PROBLEM IN TOMCAT- SNODX

2001-12-12 Thread Volker Leidl
It is reloadable (all lowercase). At least it works in my environment. If it still doesn't work, make sure that the system class loader has no access to your servlet (i.e. no CLASSPATH variable entry to the classes dir, etc.) so that the appropriate tomcat class loader handles these files.

RE: Servlets and memory usage.

2001-12-12 Thread Randy Layman
We had a discussion just like this last week on a very similar topic. The end result was that person didn't understand the JSP/servlet lifecycle and was hanging onto memory that they expected they freed up but didn't. Here are some good to live by rules for Servlets/JSP:

RE: SERVLET CACHING PROBLEM IN TOMCAT- SNODX

2001-12-12 Thread Amit Kelkar
That does not necessarily solve the problem. We were running Tomcat 3.1/3.2 for close to 12 months with reloadable=true set, and yet tomcat would not reload class files without restarting... My recommendation would be to upgrade to tomcat4, will solve all your problems... the upgrade is not

RE: Web Apps

2001-12-12 Thread Amit Kelkar
If you just type http://hostname:port (e.g. http://localhost:8080) it will bring up the default tomcat screen... In Tomcat documentation there is a number of tutes for application developers Amit -Original Message- From: Duncan Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 12

RE: web.xml extension mapping

2001-12-12 Thread Larry Isaacs
The mod_jk auto-configuration written by Tomcat 3.2.x doesn't support including servlet mappings in the mod_jk.conf-auto. However, this is supported in Tomcat 3.3. The default behavior in Tomcat 3.3 is to generate the conf/auto/mod_jk.conf so that all requests to a context are mapped to Tomcat.

Re: Ang: tomcat + netware

2001-12-12 Thread Leland Albro
Do you type TOMCAT to load the nlm? What nlm's does tomcat load? How can I test tomcat to where I know that tomcat is working? -Original Message- From: Magnus Jansson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 12 Dec 2001 09:24:20 +0100 Subject: Ang: tomcat + netware I'm

Re: Servlet doesn't work

2001-12-12 Thread Andy Soedibjo
Hi, Have you put the classes file in the TOMCAT_HOME/webapps/ROOT/WEB-INF/classes directory? Because Tomcat will automatically search in the folder WEB-INF/classes or WEB-INF/lib. Remember Tomcat is case-sensitif, make sure that the folder is WEB-INF/classes not WEB-INF/Classes. And, the

Re: Ang: tomcat + netware

2001-12-12 Thread Magnus Jansson
TomCat is written in java so it does not load any NLM. but to start TomCat on NW you have to add the paths to the jar files in sys:/etc/java.cfg for example TOMCAT_HOME=sys:\tomcat CLASSPATH=$CLASSPATH;$TOMCAT_HOME\lib\ant.jar CLASSPATH=$CLASSPATH;$TOMCAT_HOME\lib\jasper.jar

PLEASE HELP patching tomcat3.3

2001-12-12 Thread tomcat
hi, can anyone help me finding the source files (tomcat3.3), where 1. the Host:-header of a request is parsed 2. an automated 302 Found-redirect is written, when accessing a directory and you are being redirected to index.html I hope I can do the patches myself, but I can't find the

Does Tomcat support ejb?

2001-12-12 Thread [EMAIL PROTECTED]
As in the object.

AW: Does Tomcat support ejb?

2001-12-12 Thread Lauer, Oliver
No, you need a EJB-container like jBoss. 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] _

server.xml

2001-12-12 Thread Peng Annie
Hi, I am using apache1.3.20, tomcat4.0 on Windows 2000. Can anyone send me a working server.xml file (including other applications besides /examples). Thanks Annie -Original Message- From: Peng Annie [mailto:[EMAIL PROTECTED]] Sent: 12 December 2001 11:43 To: 'Tomcat Users List'

Re: JNDI resource in Tomcat 4.0.1

2001-12-12 Thread [EMAIL PROTECTED]
You must invoke lookup() on a new context: that you get through ctx.lookup(java:comp/env) that is: Context ctx = new InitialContext(); Context env = ctx.lookup(java:comp/env); javax.sql.ConnectionPoolDataSource ds= (javax.sql.ConnectionPoolDataSource) ctx.lookup(jdbc/tdcconn); Hi!

RE: PLEASE HELP patching tomcat3.3

2001-12-12 Thread Larry Isaacs
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 8:47 AM To: [EMAIL PROTECTED] Subject: PLEASE HELP patching tomcat3.3 hi, can anyone help me finding the source files (tomcat3.3), where 1. the Host:-header of a

Re: Network error with -SSL-

2001-12-12 Thread David E. Bruce
I'm having this same problem! My problem started when I got a verisign certificate. I was working fine with a self-signed cert. I used OpenSSL to create the csr, and then imported the certificate with keytool -import -alias tomcat -file mycert.crt On the PC I get the same Network Error, but on

RE: Servlets and memory usage.

2001-12-12 Thread Justin Rowles
1. If Java throws an OutOfMemoryException, there is no more memory to collect. Java guarantees that before the exception is thrown the garbage collector has run. If you get these exceptions then you still have references to the memory. Hmmm. I know this is in the spec, but I am

Keystore and SSL

2001-12-12 Thread Jim Urban
I am trying to write a Java Web Start application which will use SSL to talk to a servlet running on Tomcat. If I don't use SSL my application can talk just fine to my servlet. I also can run servlets on Tomcat using SSL without any problem. However, when I use SSL I get the following error

Invoke servlet on server startup

2001-12-12 Thread Sobeck, James (ISS Atlanta)
Is there a way to setup the server so that a servlet is invoked automatically when the server starts? Thanks, Jimmy Jimmy Sobeck Engineer - Tools Automation [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 404.236.3085 Internet Security Systems -- To unsubscribe: mailto:[EMAIL PROTECTED]

Re: Invoke servlet on server startup

2001-12-12 Thread joseph . vallot
in web.xml, add load-on-startup1/load-on-startup to your servlet -- Joseph This message and any attachments (the message) is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in

AW: Keystore and SSL

2001-12-12 Thread Lauer, Oliver
You should tell your jws-application that it can trust TC by importing the self generated TC certificate into the keystore your jws-application operates against. See jsse-documentation for how to do it. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect

AW: Network error with -SSL-

2001-12-12 Thread Lauer, Oliver
Could you list your keystore you operate against ? 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]

No exception pages

2001-12-12 Thread Sobeck, James (ISS Atlanta)
Hello, since yesterday, I no longer get an exception page when there is an error in the page, rather I get HTTP 400 bad request. Does anyone know why this might be happening? it doesn't make debugging to much fun. thanks , Jimmy Jimmy Sobeck Engineer - Tools Automation [EMAIL PROTECTED]

Re: Crystal report work with Tomcat

2001-12-12 Thread Denis Balazuc
Hi We use CR within Tomcat, but we do NOT use the java API for the report display applet. We actually create downloadable reports with various formats (PDF, RTF, etc.), and do not display them. So the following may not apply to you. If your goal is only to show reports using their applet, my

Re: about servlet-mapping in web.xml file

2001-12-12 Thread Denis Balazuc
Try to set the "load-on-startup" parameter to -1 for your RequestHooker. This has the nice effect of creating your servlet when Tomcat is starting and before it accepts any request We use this to initialize our API before serving our pages, and it works like a charm Denis - Original

RE: Crystal report work with Tomcat

2001-12-12 Thread Brian Adams
Sorry I missed the thread. I am working with Tomcat/CR for a project at work and we dropped the applet that crystal reports provides. they have not supported it for quite sometime now(htey are in bed with MS) and they applet has bugs. Denis is right though, I believe you just drop it in

Disabling TomcatStandalone under IIS

2001-12-12 Thread Rastislav Vasil
Hi, I have a jsp application using Tomcat under IIS. I installed Tomcat and its service from ...exe file. I would like to disable connecting direct access to tomcat at :8080 and force users just to use IIS. Can somebody let me know how to do it? Thanks, Rasto -- To unsubscribe: mailto:[EMAIL

Re: Crystal report work with Tomcat

2001-12-12 Thread Denis Balazuc
Hi Brian, hi all I was not aware that Inet-Software was doing some CR stuff... I'll have a closer look as we're already customers of this company (we bought their JDBC driver for M$-SQL). Seeing the stability of this driver, I have full confidance in them and I must also say that the support is

RE: Keystore and SSL

2001-12-12 Thread Jim Urban
I have gone into JWS and imported the keystore used by tomcat, but the application still won't accept it. I was told I need to use a real cert with tomcat to get my application working. So can I use the personal cert from Thwarte I use to sign email with Tomcat? Jim -Original Message-

RE: Crystal report work with Tomcat

2001-12-12 Thread Brian Adams
goodluck! they are awesome. we had all kinds of road blocks using the apps that come with CR Enterprise edition and so I went looking for something else and they were able to provide us with solutions (in pure java) to all our problems. This is an Enterprise app we are building so you can

RE: Apache 1.3.22 + Tomcat 4.0.1

2001-12-12 Thread Ilya Khandamirov
Dear Oliver, Thank you very much for your answer. Could you please provide me with a link to the information on how to use mod_jk with Tomcat 4. Will mod_jk.dll from 3.3 binary distribution work? Should i create mod_jk.conf-auto manually? WorkersFile? Thanks (Vielen Dank), Ilya

RE: Disabling TomcatStandalone under IIS

2001-12-12 Thread Wouter Boers
Yes, disable the web server in tomcat in the config.xml file. Tomcat does niet need the web server to provide the JSP/Servlet services. Wouter -Original Message- From: Rastislav Vasil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 12 December, 2001 16:59 To: TOMCAT-USER (E-mail) Subject:

AW: Apache 1.3.22 + Tomcat 4.0.1

2001-12-12 Thread Ralph Einfeldt
mod_jk.dll from the 3.3 distribution should work. http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ -Ursprüngliche Nachricht- Von: Ilya Khandamirov [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 12. Dezember 2001 17:05 An: Tomcat Users List Betreff: RE: Apache 1.3.22 + Tomcat 4.0.1

Strange problem with mod_jk (desperate for help)

2001-12-12 Thread Brandon Cruz
I have installed mod_jk to connect Apache to Tomcat. This was a module obtained from jakarta's web site. Apache and Tomcat will both start up with no problem, but I am getting a 404 error when trying to access a *.jsp page. 1)I have this exact same configuration with Tomcat

Re: Strange problem with mod_jk (desperate for help)

2001-12-12 Thread Renato
If you are using a different version, you should definitely try to recompile, specially if glibc version is diferent. I have installed mod_jk to connect Apache to Tomcat. This was a module obtained from jakarta's web site. Apache and Tomcat will both start up with no problem, but

RE: Strange problem with mod_jk (desperate for help)

2001-12-12 Thread Brandon Cruz
OK, that's what I was afraid you would say...I was hoping that if Apache started, that meant I had a good mod_jk. Brandon -Original Message- From: Renato [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:47 PM To: Tomcat Users List Subject: Re: Strange problem with mod_jk

Re: charset problem in java beans

2001-12-12 Thread Micael Padraig Og mac Grene
At 07:23 PM 12/12/01 +0800, you wrote: thanks Craig, Craig wrote : It sounds like you might be working too hard :-). how did you understand? :) Sounds as it fhe problem is either related to Geary's new book on taglibs or something similar. I don't know the history, but his critical

SSL , Verisign Certificate and Tomcat 3.2.3

2001-12-12 Thread Abhijit Sarkar
I am trying to import a verisign global server id .. but the certificate won't work.. my temporary self certificate works fine. after installing the verisign certificate, the https does not work, with IE 5.5 , I get the 'page cannot be displayed and with Netscape 4.5 I get the message ..no

SubjectDN for client authentication Tomcat 4.0.1?

2001-12-12 Thread STANFORD, Jon-Paul, FM
Anyone, I am having a little difficulty setting up Tomcat (4.0.1) to perform client authentication. For our purposes we are happy to use the MemoryRealm and perform authentication of a client's certificate against tomcat users in this realm. The question is what do you put in the user

Weird Tomcat 4.0 class exception?

2001-12-12 Thread Shashi Dookhee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have recently built and deployed Tomcat 4.0.1. Everything seems to go well when starting it, and I can access the examples, etc, but I have a very weird problem when deploying my own application (which runs fine under Tomcat 3.2): I

RE: Weird Tomcat 4.0 class exception?

2001-12-12 Thread Pal, Anshu
I had a similar problem with my servlet once. Turned out that I did not put the class in my import statement. Once I put the import statement ( import packagename.classname;) it worked fine. Hope it helps Anshu Proprietary/Confidential Information belonging to CGI may be contained in this

RE: Weird Tomcat 4.0 class exception?

2001-12-12 Thread Randy Layman
Its also useful to note that classes outside of a package must be imported explicitly - each class has to be named and you can't use any *'s to pick all of the unpackaged classes. Randy -Original Message- From: Pal, Anshu [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

This is unbelievably Hard, please help!!!

2001-12-12 Thread Brandon Cruz
I am trying to compile mod_jk.c on linux redhat 7.1. I seem to have gotten the file to compile after making some changes in mod_jk.c, the resulting mod_jk.so is 18000 bytes. Apache will not start when using this file. I am using the tomcat 3.2.4 documentation to compile. I see that there is

Tomcat 3.3-3 on Suse

2001-12-12 Thread Werner, Dietmar
Hi group, Unix greenhorn is fiddeling around with tomcat 3.3-3 (rpm installation) on Suse 7.1. Tomcat start seem to fail because /etc/rc.d/init.d/functions is missing. Not sure if this is the only problem or if there are more configuration issues with Suse. Suggestions? Does anybody have a

Modified HTML source in JSP to Servlet translation

2001-12-12 Thread Matt Vanderpol
Hello all, I'm experiencing an odd (for me...maybe it's normal) ocurrance when a JSP get's compiled into a Servlet by Tomcat. It's doing 2 things: 1. Converting tags - br / becomes br/br 2. Rearranging tags - ![CDATA[some text]]my:custom_tag / outputs as custom_tag_text some text Since my JSP

RE: Modified HTML source in JSP to Servlet translation

2001-12-12 Thread Matt Vanderpol
Just figured I'd add - Tomcat 4.0.1 on RedHat 7.2 with Apache 1.3.22 and Sun's JDK 1.3.1 (though I figure that the Apache info doesn't matter much). -Matt -- Matt Vanderpol | AtreNet | 1.831.425.2299 x216 | http://www.atre.net/ -Original Message- From: Matt Vanderpol Sent:

Re: RE2: Jsp compile option for Big5 encoding / encoding question

2001-12-12 Thread Craig R. McClanahan
On Mon, 3 Dec 2001, Ing. Gabriel Gajdos wrote: Date: Mon, 3 Dec 2001 09:41:39 +0100 From: Ing. Gabriel Gajdos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE2: Jsp compile option for Big5 encoding / encoding question Craig (or somebody

Re: Split Thread with 2 browsers

2001-12-12 Thread Craig R. McClanahan
On Tue, 4 Dec 2001, John Regan wrote: Date: Tue, 4 Dec 2001 09:07:38 -0800 From: John Regan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat User Group (E-mail) [EMAIL PROTECTED] Subject: Split Thread with 2 browsers Desired functionality: User opens browser,

TC4.0.1 from rpm

2001-12-12 Thread Mihai Gheorghiu
I apologize for the ... question: Can someone please direct me to the manual section that explains how to use the rpm installation? Thank you all. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Weird Tomcat 4.0 class exception?

2001-12-12 Thread Shashi Dookhee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, problem solved... %@ page import=SomeBean % ... fixes the problem. This didnt apply under Tomcat 3.x... Very odd! Thanks! Shashi Dookhee Head of IT Infrastructure e-mail: [EMAIL PROTECTED] Telephone (Direct Line):+44 (0)20

Re: This is unbelievably Hard, please help!!!

2001-12-12 Thread Denny Chambers
Which mod_jk module did you download? I will try it on my Redhat 7.1 machine. I have gotten Tomcat 4.0.1/Apache 1.3.20/mod_webapp.so to all compile and work together. Brandon Cruz wrote: I am trying to compile mod_jk.c on linux redhat 7.1. I seem to have gotten the file to compile after

Re: SSL , Verisign Certificate and Tomcat 3.2.3

2001-12-12 Thread Pablo Lillia
I'm not sure. Maybee -alias cacerts or -alias cacert Regards At 17:14 12/12/2001 +, you wrote: I am trying to import a verisign global server id .. but the certificate won't work.. my temporary self certificate works fine. after installing the verisign certificate, the https does not

Re: Custom Realm ClassLoader issues?

2001-12-12 Thread Craig R. McClanahan
On 4 Dec 2001, Scott Ganyo wrote: Date: 04 Dec 2001 17:06:41 -0500 From: Scott Ganyo [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Custom Realm ClassLoader issues? Hi all, I've written a custom Realm that I'm

Re: configuring a DB connection pooling for Oracle on Tomcat4

2001-12-12 Thread Craig R. McClanahan
On Wed, 5 Dec 2001, Amine AMAR wrote: Date: Wed, 5 Dec 2001 12:02:49 - From: Amine AMAR [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat mailing list [EMAIL PROTECTED] Subject: configuring a DB connection pooling for Oracle on Tomcat4 Hi, I need to use a

Re: charset problem in java beans

2001-12-12 Thread Craig R. McClanahan
It's most likely an issue of where you got the data to load into your hashtable in the first place. For example, if it's loaded from a database, you must ensure that your database understands that it should use Big5 for those characters as well. Craig On Wed, 12 Dec 2001, yilmaz wrote:

Processes

2001-12-12 Thread Mihai Gheorghiu
When I type ps -ax on my RH 7.0 after starting TC 3.2.2, I get 1576 pts/0S 0:02 /usr/jdk1.3.1/bin/i386/native_threads/java -Dtomcat.h 1603 pts/0S 0:00 /usr/jdk1.3.1/bin/i386/native_threads/java -Dtomcat.h 1604 pts/0S 0:00 /usr/jdk1.3.1/bin/i386/native_threads/java

RE: Processes

2001-12-12 Thread Chris Tucker
I believe this is because Linux considers threads as lightweight processes; thus, all the executing linux threads are shown as separate processes. Don't worry, they're not actually all different instances. -Original Message- From: Mihai Gheorghiu [mailto:[EMAIL PROTECTED]] Sent:

Urgent - JDBC Realm in Tomcat

2001-12-12 Thread Jan Arendtsz
I have searched the archives but not found an answer. I also posted this message a few days ago but did not get a response. My application uses form based authentication using the Tomcat JDBC Realm by posting to j_security_check as defined in the servlet specification. Everything works

Re: Processes

2001-12-12 Thread Sreenivasan Genipudi
Hi , In Win Nt we can set jakarta-tomcat as a service and it uses the wrapper.properties. In unix, is there a way to use wrapper.properties for classpath. Thanks, Sreeni -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

wrapper.properties in unix

2001-12-12 Thread Sreenivasan Genipudi
- Original Message - From: Sreeni [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 11:52 AM Subject: Re: Processes Hi , In Win Nt we can set jakarta-tomcat as a service and it uses the wrapper.properties. In unix, is there a

class cast exception

2001-12-12 Thread Durham David Cntr 805CSS/SCBE
I receive a class cast exception pulling something out of a session after I recompile a servlet. The object I'm pulling out of the session is of a class that has not changed. i.e. I changed a servlet not the class of an object in the session. Restarting Tomcat fixes the problem. This seems

Re: Web Apps

2001-12-12 Thread Craig R. McClanahan
On Wed, 12 Dec 2001, Duncan Smith wrote: Date: Wed, 12 Dec 2001 09:37:14 + From: Duncan Smith [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Web Apps Can anybody please point me in the direction

Re: Urgent - JDBC Realm in Tomcat

2001-12-12 Thread Craig R. McClanahan
On Wed, 12 Dec 2001, Jan Arendtsz wrote: Date: Wed, 12 Dec 2001 11:22:29 -0800 From: Jan Arendtsz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Urgent - JDBC Realm in Tomcat I have searched the archives but not found an answer. I also

Re: class cast exception

2001-12-12 Thread Craig R. McClanahan
On Wed, 12 Dec 2001, Durham David Cntr 805CSS/SCBE wrote: Date: Wed, 12 Dec 2001 13:48:19 -0600 From: Durham David Cntr 805CSS/SCBE [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: class cast exception I receive a class cast exception

RE: class cast exception

2001-12-12 Thread Durham David Cntr 805CSS/SCBE
The scenario is this: JSP page creates a an object and puts it in a session. A servlet handles the action of a form and retrieves the object from the session. The class of the session object in the session has not changed and is located in the web-inf directory. If I recompile the servlet, it

Problems accessing servlets

2001-12-12 Thread Bill Halpin
smime.p7m Description: application/pkcs7-mime

Tomcat 3.3 and PureTLS

2001-12-12 Thread Bryan Sampieri
I just tried installing Tomcat 3.3 as a standalone server on Linux 7.2, and was going to use PureTLS instead of JSSE, but it doesn't work. I got the PureTLS compiled and followed the Tomcat and SSL instructions. But it won't find the PureTLS files. I tried instead to use JSSE, and that

Who knows about org.apache.jsp.Environment

2001-12-12 Thread Xinwei Cheng
My system is java 2 sdk1.3.1_01 + tomcat 4.0.1 on windows 2k. I ran an jsp application and got the following error page. Anybody can help? thanks. (advert_java is the application I was trying to run) == ===

Re: AW: security issue: tomcat on port 80

2001-12-12 Thread Dr. Evil
Ok, this subject is getting pretty far from Tomcat, but I'll address this. I asked once on the OpenBSD list. Those guys are very much traditionalists so they did not like the idea. Still, there is no longer any rational reason for this restriction. I challenge anyone to point out a

RE: Tomcat 3.3 and PureTLS

2001-12-12 Thread Larry Isaacs
I need to update the document to indicate the support for PureTLS is in Tomcat 3.3.1. The Tomcat 3.3.1 nightly may be found at: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ Cheers, Larry -Original Message- From: Bryan Sampieri [mailto:[EMAIL PROTECTED]] Sent:

Resend: Problems accessing servlets

2001-12-12 Thread Bill Halpin
smime.p7m Description: application/pkcs7-mime

mod_webapp file upload fix

2001-12-12 Thread Craig McDaniel
Is there a new binary release of mod_webapp (for Linux) that fixes the binary file upload problem? Later, -- \ Craig Cowboy McDaniel /_\ Software Engineer /_/_\ n + 1, Inc. /_/_/_\ [EMAIL PROTECTED] /_/_/_/_\ (502) 479-5557 MICROSOFT: Most Intelligent Customers Realize Our Software Only Fools

Re: Who knows about org.apache.jsp.Environment

2001-12-12 Thread Craig R. McClanahan
If you use unpackaged classes in a JSP page, you are required to explicitly import them at the top of the page: %@ page import=Environment % Otherwise, the JSP page compiler will assume that the class is in whatever package it put the generated servlet for your page into (for Tomcat that's

  1   2   >