RE: Help! urgent!

2001-12-10 Thread Wilson, Wayne
! urgent! I am using mod_webapp. my httpd.conf, server.xml are in the attachments. -Original Message- From: Wilson, Wayne [mailto:[EMAIL PROTECTED]] Sent: 10 December 2001 17:41 To: 'Tomcat Users List' Subject: RE: Help! urgent! Is your mod_jk.conf configured to handle the jsps

Re: Help! urgent!

2001-12-10 Thread Antonio Gallegos García
, December 10, 2001 11:53 AM To: 'Tomcat Users List' Subject: RE: Help! urgent! I am using mod_webapp. my httpd.conf, server.xml are in the attachments. -Original Message- From: Wilson, Wayne [mailto:[EMAIL PROTECTED]] Sent: 10 December 2001 17:41 To: 'Tomcat Users List' Subject: RE: Help! urgent

RE: Help! urgent!

2001-12-10 Thread Kemp Randy-W18971
Try reading http://www.webmasterbase.com/article/305, and reviewing the steps the author followed, to see if you missed something. -Original Message- From: Peng Annie [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 10:53 AM To: 'Tomcat Users List' Subject: RE: Help! urgent

RE: Help! urgent!

2001-12-10 Thread Peng Annie
Could you send me the whole httpd.conf file? Thanks -Original Message- From: Antonio Gallegos García [mailto:[EMAIL PROTECTED]] Sent: 10 December 2001 18:31 To: Tomcat Users List Subject: Re: Help! urgent! LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c

Urgent - class loading issue

2001-12-10 Thread Vinay Singh
Title: RE: Newbie - class loading issue Folks, Did somebody get a chance to look at this problem !! Vinay -Original Message-From: Vinay Singh [mailto:[EMAIL PROTECTED]]Sent: Monday, December 10, 2001 9:32 PMTo: 'Tomcat Users List'Subject: RE: Newbie - class loading issue It's a

RE: Urgent - class loading issue

2001-12-10 Thread Sreekanth . Payyavula
Import all the beans. You can place all your beans in a package and import them. Sreekanth -Original Message- From: Vinay Singh [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 1:48 PM To: '[EMAIL PROTECTED]' Subject: Urgent - class loading issue Folks, Did somebody get

RE: Urgent - class loading issue

2001-12-10 Thread Suzanne Reiner 8423
Have you added a servlet context (referencing your application) to the server.xml file? Suzanne

RE: Urgent - class loading issue

2001-12-10 Thread Timlin, Bob
No, how do I do this? -Original Message- From: Suzanne Reiner 8423 [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 11:05 AM To: 'Tomcat Users List' Subject: RE: Urgent - class loading issue Have you added a servlet context (referencing your application

RE: Urgent - class loading issue

2001-12-10 Thread Suzanne Reiner 8423
This response is ASSUMING you are only running one engine and one host (aka: localhost) Open your server.xml file in the conf directory. Locate the following Line: Host name=localhost debug=0 appBase=webapps unpackWARs=true scroll down until you come to the end of the Contexts -Note be

RE: Help! urgent!

2001-12-10 Thread William Tansill
: Monday, December 10, 2001 10:08 AM To: '[EMAIL PROTECTED]' Subject: Help! urgent! In the apache error.log there is an error message Connection conn cannot connect in which conn is the connection name defined in http.conf to tomcat. Anyone has any idea? I can not get Tomcat running on Appache

RE: Urgent - class loading issue

2001-12-10 Thread Vinay Singh
-Original Message- From: Suzanne Reiner 8423 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 12:35 AM To: 'Tomcat Users List' Subject: RE: Urgent - class loading issue Have you added a servlet context (referencing your application) to the server.xml file? Suzanne

RE: urgent help pls...

2001-12-04 Thread Jovie Castaneda
Yes I do have it registered in the security properties file what else am i missing here? -Original Message- From: Carlos Telleria [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 6:51 PM To: Tomcat Users List Subject: Re: urgent help pls... Did you registered JSSE security

Re: urgent help pls...

2001-12-04 Thread Carlos Telleria
Test for these causes, or try to regenerate your certificate: __ Runtime Exception: untrusted cert chains Problem: When negotiating an SSL connection, the client or server throws one of the following exceptions: javax.net.ssl.SSLException:

urgent help pls...

2001-12-03 Thread Jovie Castaneda
hello there... i hope you can help me with this problem..i have no idea on what's happening here the following lines are shown in the console once i do https post java.lang.NoClassDefFoundError: javax/net/SocketFactory at java.lang.ClassLoader.defineClass0(Native Method) at

urgent help pls...

2001-12-03 Thread Jovie Castaneda
make my code run? -Original Message- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 4:38 PM To: Jovie Subject: RE: urgent help pls... Jovie, you need the Java Secure Socket Extension (JSSE) which you can get at www.javasoft.com. If you have

RE: urgent help pls...

2001-12-03 Thread Jovie Castaneda
, December 04, 2001 4:53 PM To: Jovie Subject: RE: urgent help pls... did you set the env variable JSSE_HOME and r u still getting the same stack trace? -Original Message- From: Jovie Castaneda To: 'Byung Jin Chun' Sent: 12/4/01 12:40 AM Subject: RE: urgent help pls... thanks

Re: urgent help pls...

2001-12-03 Thread Carlos Telleria
.keystore ...yet im having this error... -Original Message- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 4:53 PM To: Jovie Subject: RE: urgent help pls... did you set the env variable JSSE_HOME and r u still getting the same stack trace

Sharing sessions - URGENT

2001-11-29 Thread Oto Buchta
Once again, Can somebody teel me, if is it posiible to share sessions between SSL and noncrypted parts of the web? I'm using Tomcat 4.0 running on ports 80 (public) and 443 (SSL). Thanks very much for any answer (flames are permitted:-) ) -- Oto 'tapik' Buchta, [EMAIL PROTECTED] -- To

Re: Sharing sessions - URGENT

2001-11-29 Thread James Chuang
To: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 12:17 AM Subject: Sharing sessions - URGENT Once again, Can somebody teel me, if is it posiible to share sessions between SSL and noncrypted parts of the web? I'm using Tomcat 4.0 running on ports 80 (public) and 443 (SSL). Thanks very much fo

RE: Getting java.io.StreamCorruptedException (URGENT).

2001-11-28 Thread Randy Layman
-Original Message- From: Narinder Singh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 2:53 AM To: [EMAIL PROTECTED] Subject: Getting java.io.StreamCorruptedException (URGENT). Hi I am using tomcat 3.2.3. I am getting java.io.StreamCorruptedException while

RE: Getting java.io.StreamCorruptedException (URGENT).

2001-11-28 Thread Narinder Singh
: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 5:17 PM To: Tomcat Users List Subject: RE: Getting java.io.StreamCorruptedException (URGENT). First question, how are you sending Objects to the servlet? Are you sure that immediately following the HTTP header

Getting java.io.StreamCorruptedException (URGENT).

2001-11-27 Thread Narinder Singh
Hi I am using tomcat 3.2.3. I am getting java.io.StreamCorruptedException while trying to read objects from servlet. Here is the Exception (stack trace) java.io.StreamCorruptedException: InputStream does not contain a serialized object at

URGENT! ErrorDispatcherValve throws NullPointerException on 403 forbidden!

2001-11-26 Thread Bragg, Casey
Sorry to repeat this post, but I haven't heard anything back, and this appears to be a critical bug (it sure is for me :) ) This is operating very differently than tomcat 4 rc1 and other prior versions. == Casey Bragg - Software Engineer Allegiance

WAR files (URGENT)

2001-11-26 Thread Alec Bickerton
Hi all, Can someone plz tell me how to install a web app packaged as a WAR file on tomcat 4.0.1 ? I've tried following the instructions in tomcat-docs but when I try them I get a file not foud exception even though all the file in question is in the war file. (With the correct path). I

Réf. : WAR files (URGENT)

2001-11-26 Thread Raul DAVIDOVICH
] | | cc : | | Objet : WAR files (URGENT

Re: WAR files (URGENT)

2001-11-26 Thread Alec Bickerton
26/11/2001 16:07:53, keiths [EMAIL PROTECTED] wrote: Can you clarify this. I have just tried the following... 1- remove the war file from the webapp dir 2- recreate the war file @jar cvf timeservlet.war * 3atry to intall using manager app from current location /var/tomcat4/, same error :

RE: WAR files (URGENT)

2001-11-26 Thread Cor Hofman
: Alec Bickerton [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 18:02 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: WAR files (URGENT) 26/11/2001 16:07:53, keiths [EMAIL PROTECTED] wrote: Can you clarify this. I have just tried the following... 1- remove the war file from

(URGENT) Can't upload files to servlets in Tomcat 4.01 w/mod_webapp apache

2001-11-26 Thread Marc Boorshtein
I need some help. I am running Apache 1.3.14, mod_webapp and tomcat 4.01. My servlets perform file uploads, and while text files work fine, binary do not. I think the issue is mod_webapp, but I'm not entirly sure. I know that it isn't tomcat because I tried using tomcat's httpd server and

URGENT !!! Please HELP !!!

2001-11-21 Thread Renato Romano
Hi, I succesfully configured my webapp for login authentication, but I get a Page not Found Error, when a user access DIRECTLY the login page, (and not a protected area!!) and correctly gives his username and password. Probably Tomcat simply doesn't know WHERE to forward the user, because he

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-14 Thread Geoff Howard
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 8:38 PM To: Geoff Howard Subject: RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window I'm not quite sure I understand what you mean. I am using the default tomcat4 settings, so I am using cookies I guess

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-14 Thread Amit Kelkar
HELP URGENT:: internet explorer nullifies session on open new window I only meant to ask if you were using the default Tomcat sessions, or perhaps some customized implementation via an app server, etc. I'm not entirely clear from your description exactly what is going on, but if you have

REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Amit Kelkar
-Original Message- From: Amit Kelkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13 November 2001 6:41 PM To: Tomcat Users List Subject: internet explorer nullifies session on open new window The application we are coding requires a new window to be opened. This new window may just

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Jim Urban
PROTECTED]] Sent: Tuesday, November 13, 2001 9:01 AM To: Tomcat Users List Subject: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window -Original Message- From: Amit Kelkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13 November 2001 6:41 PM To: Tomcat Users

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Amit Kelkar
: NEED HELP URGENT:: internet explorer nullifies session on open new window Our application does the same thing (openning child browser windows and closing them) and we have no problems with IE 5.5. We have not tried I.E. 6.0 yet, so I can't comment on that. We are running Tomcat 4.0 on Win NT and 2K

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
users happy Mvgr, Martin -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 4:21 PM To: Tomcat Users List Subject: RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window Our application does the same thing

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Jim Urban
-Original Message- From: Amit Kelkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 9:47 AM To: Tomcat Users List Subject: RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window Thanks Jim for your reply... It does not happen when the application

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Jim Urban
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 9:55 AM To: Tomcat Users List Subject: RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window It seems that ie 6 isn't accepting cookies by default (collegue of mine is also using ie 6 and had the same

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread David Hamilton
Would that be a P3P issue? If so, you need to define P3P policy descriptors on your site... david - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 3:54 PM Subject: RE: REPOST: NEED HELP URGENT

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
I don't know what p3p is ... Enlighten me ;)) Mvgr, Martin -Original Message- From: David Hamilton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 5:45 PM To: Tomcat Users List Subject: Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread David Hamilton
PM Subject: RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window I don't know what p3p is ... Enlighten me ;)) Mvgr, Martin -Original Message- From: David Hamilton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 5:45 PM To: Tomcat

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
Thanx for the valuable info! Mvgr, Martin -Original Message- From: David Hamilton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 6:09 PM To: Tomcat Users List Subject: Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window P3P

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Geoff Howard
: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 12:04 PM To: Tomcat Users List Subject: RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window Thanx for the valuable info! Mvgr, Martin -Original Message- From: David Hamilton

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Steve Brunton
Geoff Howard wrote: We have recently discovered a (P3P?) default in IE 6 that affects accepting cookies across domains. For example, we had a frameset in foo.com that had one frame in foomail.com that was setting a cookie in its own domain, but was refused by IE6's default presumably

Strange problems happening with virtualhosting: URGENT

2001-10-25 Thread Gabriel J Zimmerman
) Is there anything else that anyone can think that might be causing this? This a very urgent problem. Any help would be greatly appreciated. Thanks, Gabe

Re: URGENT, Tomcat MySQL problems

2001-10-24 Thread carlos . chaparro
why don't you try to put the .jar in the lib directory in the tomcat home tomcat-home/lib... and restart tomcat... Carlos Chaparro Taller Web, Equant Tel: 6211072 [EMAIL PROTECTED]

RE: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Dmitri Colebatch
11:11 AM To: '[EMAIL PROTECTED]' Subject: Re: Urgent : Problems with JDBC Date formats... I cant guarentee that this will work with Access and SQL server, but the proper way to do what you're trying to do is use a PreparedStatement with setDate(2, new Date(2001, 1, 1)). hth dim

AW: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Ralph Einfeldt
. Oktober 2001 08:44 An: Shah, Chintan V (Chintan) Cc: [EMAIL PROTECTED] Betreff: RE: Urgent : Problems with JDBC Date formats... snip/ Select * From table WHERE (dateField = TO_DATE('2001/01/01', '/mm/dd')) snip/

RE: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Shah, Chintan V (Chintan)
in Ms-Access/SQL Server Query... is it a function of Java ?? If, then of which class ? thanks and regards, Chintan -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 12:26 PM To: [EMAIL PROTECTED] Subject: AW: Urgent : Problems with JDBC Date

RE: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Dmitri Colebatch
: Urgent : Problems with JDBC Date formats... The proper jdbc way to do that, is to use the escape syntax: for dates: where datefield = {d '-mm-dd'} for timestamps: where datefield = {ts '-mm-dd hh:mm:ss[.f]'} -Ursprüngliche Nachricht- Von: Dmitri Colebatch [mailto

RE: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Jim Cheesman
At 09:11 AM 23/10/01, you wrote: ya, I know the Escape sequence...but it doesn't work in case of Ms-Accessgives error.. Malformed GUID. in query expression '(datefield = {d '-mm-dd'})'. Works with SQL Server. So, what to do in that case ?? Moreover, as Dmitri suggested...using TO_DATE

Re: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Valera Molyakov
Hi ! Standart JDBC Date (java.sql.Date) format : yyy-mm-dd. - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: Shah, Chintan V (Chintan) [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 23, 2001 9:43 AM Subject: RE: Urgent : Problems with JDBC Date formats

URGENT, Tomcat MySQL problems

2001-10-23 Thread Paul Davies
Hi guys, I am getting the following error: javax.servlet.ServletException: No suitable driver at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:457) at

Re: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Pae Choi
: [EMAIL PROTECTED] Sent: Tuesday, October 23, 2001 9:43 AM Subject: RE: Urgent : Problems with JDBC Date formats... In that case perhaps you could try using the SQL TO_DATE function. I'm not sure what the proper syntax for this is, but in Oracle you could use something like: Select * From table

Re: URGENT, Tomcat MySQL problems

2001-10-23 Thread James Yap
I think you have to put the jar file into either $CATALINA_HOME/lib or $CATALINA_HOME/common/lib Hi guys, I am getting the following error: javax.servlet.ServletException: No suitable driver at org.apache.jasper.runtime.PageContextImpl.handlePageException (PageContextImpl.java:457)

RE: URGENT, Tomcat MySQL problems

2001-10-23 Thread Mangi, Rick
: Tuesday, October 23, 2001 11:57 AM To: [EMAIL PROTECTED] Subject: URGENT, Tomcat MySQL problems Hi guys, I am getting the following error: javax.servlet.ServletException: No suitable driver at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:457

Re: URGENT, Tomcat MySQL problems

2001-10-23 Thread David Smith
I did this install on my dev machine just recently. First, if mm.mysql-2.0.4-bin.jar is one you downloaded, you need to unzip it and use the mm.mysql-2.0.4.jar file compressed inside it. I don't quite know why they packaged it that way, but there it is. The downloaded JAR file also

Re: URGENT, Tomcat MySQL problems

2001-10-23 Thread Pae Choi
, October 23, 2001 11:57 AM To: [EMAIL PROTECTED] Subject: URGENT, Tomcat MySQL problems Hi guys, I am getting the following error: javax.servlet.ServletException: No suitable driver at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextIm p l.java:457

Very Urgent SSL and Tomcat 4.0

2001-10-23 Thread Fousseni Keita
I installed JSSE, and followed all the instruction how to set up ssl in tomcat 4.0, but I am not able to start tomacat. The start does not start, and it does not generate any log too. I need help. __ Do You Yahoo!? Make a great connection at

Very Urgent SSL and Tomcat 4.0

2001-10-22 Thread Fousseni Keita
I installed JSSE, and followed all the instruction how to set up ssl in tomcat 4.0, but I am not able to start tomacat. The start does not start, and it does not generate any log too. I need help. __ Do You Yahoo!? Make a great connection at Yahoo!

Urgent : Problems with JDBC Date formats...

2001-10-22 Thread Shah, Chintan V (Chintan)
Hi all, This is a very off-topic post (as perhaps it has nothing to do with tomcat), but I hope people would like to guide me on this.. I'm using Tomcat 3.2, Apache 1.3.19, Jdk 1.3, Jdbc-Odbc Driver on Win NT 4.0. I want my application to work with both the databases..i.e. with Ms-Access 2000

Re: Urgent : Problems with JDBC Date formats...

2001-10-22 Thread Dmitri Colebatch
I cant guarentee that this will work with Access and SQL server, but the proper way to do what you're trying to do is use a PreparedStatement with setDate(2, new Date(2001, 1, 1)). hth dim On Tue, 23 Oct 2001, Shah, Chintan V (Chintan) wrote: Hi all, This is a very off-topic post (as

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-19 Thread Jim Cheesman
At 05:48 PM 18/10/01, you wrote: Hi, On Microsoft site (url given below...), it says that the MS-SQLServer JDBC driver is for SQL Server 2000, Windows 2000-sp2/ Windows XP, Linux, HP-UX, Solaris OS, AIX ... But, as of now, i'm supposed to use Win NT 4.0 workstation only as the serverwill

URGENT - 404 Not Found with Service Tomcat-Apache

2001-10-19 Thread mschneider
Hi, How do I tell Apache that when I point the http://localhost/test URL, it must call my Tomcat webapp ? (The 404 not found error appears instead). Config : Apache 1.3.12 Tomcat 4.0 moweb_app.so : OK Httpd.conf -- ... VirtualHost * ServerName 192.168.0.3 WebAppConnection conn

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Ignacio J. Ortega
.. Saludos , Ignacio J. Ortega -Mensaje original- De: Shah, Chintan V (Chintan) [mailto:[EMAIL PROTECTED]] Enviado el: jueves 18 de octubre de 2001 16:15 Para: '[EMAIL PROTECTED]' Asunto: URGENT - Tomcat Crashing Frequently Dr. Watson Error Importancia: Alta Hi All, I'm new

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Shah, Chintan V (Chintan)
Server 7.0, so, it should be compatible for both.. urgent help and guidance on this is appreciable thanks and regards, Chintan Shah -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 7:53 PM To: '[EMAIL PROTECTED]' Subject: RE: URGENT

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Jim Cheesman
At 04:33 PM 18/10/01, you wrote: Hi, Thanks for your reply... then what should i do ? Still my problem is open... exactly which driver should I use...and where it is available...(which should be freely available, should allow my code to work with that also without changes, and easily

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Shah, Chintan V (Chintan)
to me. So, what can be the reasons for standart SQL stmt incompatibilities in different databases ?? thanks and regards, Chintan Shah -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 8:15 PM To: [EMAIL PROTECTED] Subject: RE: URGENT - Tomcat

AW: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Ralph Einfeldt
one connection) http://www.j-netdirect.com/Pricing.htm -Ursprüngliche Nachricht- Von: Shah, Chintan V (Chintan) [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 18. Oktober 2001 16:33 An: '[EMAIL PROTECTED]' Betreff: RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error snip

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Jim Cheesman
At 04:57 PM 18/10/01, you wrote: hi, thanks for guidance... Is the microsoft driver reliable and stable ?? So far it seems to be. will it work for MS-Access and SQL Server both ? No idea, though I doubt it. And I doubt that you can find a decent driver for access - I can't imagine that

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Shah, Chintan V (Chintan)
2000/SQL Server 7.0 with Win NT 4.0 Workstation as the server ?? thanks and regards, Chintan Shah -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 8:31 PM To: [EMAIL PROTECTED] Subject: AW: URGENT - Tomcat Crashing Frequently Dr. Watson

RE: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Dmitri Colebatch
, so, it should be compatible for both.. urgent help and guidance on this is appreciable thanks and regards, Chintan Shah -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 7:53 PM To: '[EMAIL PROTECTED]' Subject: RE

AW: URGENT - Tomcat Crashing Frequently Dr. Watson Error

2001-10-18 Thread Ralph Einfeldt
that it will work with any Access version, because Access plays in complete different technological class. -Ursprüngliche Nachricht- Von: Shah, Chintan V (Chintan) [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 18. Oktober 2001 17:48 An: '[EMAIL PROTECTED]' Betreff: RE: URGENT - Tomcat

Urgent: Tomcat-3.2.3 doesn't compile pages jsp

2001-10-04 Thread Mapoteca Rio
Hi, I use Apache 1.3.12, jdk 1.3.1 , Tomcat 3.2.3 and mod_jk. When a running /host/examples/jsp/numberguess.jsp in port 8080 this aplication works and when I run in port 80, I see this page with the code. I think that tomcat doesn't compile this page. Can anyone help me? Thanks mapoteca-rio

Re: Urgent: Tomcat-3.2.3 doesn't compile pages jsp

2001-10-04 Thread Sriram Narayanan
Umm.. perhaps that's apache returning the contents of the page ? I guess Tomcat's responding on port 8080, and Apache's respoding on port 80, and somehow Apache is not making use of Tomcat. Please have a look at the Apache console, and check whether the mod_jk has been loaded. Regards,

Re: Urgent: Tomcat-3.2.3 doesn't compile pages jsp

2001-10-04 Thread Mapoteca Rio
Thanks, Sriram. I execute o apachectl status and verify that mod_jk has been loaded. Do you have another suggestion? att. mapoteca-rio --- Sriram Narayanan [EMAIL PROTECTED] wrote: Umm.. perhaps that's apache returning the contents of the page ? I guess Tomcat's responding on port 8080,

Re: Urgent: Tomcat-3.2.3 doesn't compile pages jsp

2001-10-04 Thread Jack Lauman
Try the following, your're 'server-info' report does not indicate that mod_jk is configured: Make sure you have something like the following the Apache httpd.conf file: Include /usr/java/tomcat/conf/mod_jk-auto.conf JkWorkersFile /usr/java/tomcat/conf/workers.properties JkLogFile

Re: Urgent: Tomcat-3.2.3 doesn't compile pages jsp

2001-10-04 Thread Mapoteca Rio
Hi, Jack I have had this configuration in files described. I have one solaris 2.8 with apache 1.3.12 and tomcat3.2.3 and mod_jk that works very well. But, in my client, with this same cofiguration, doesn't work. I have to go there tomorrow and i don't know what i can do. thanks mapoteca-rio

RE: Urgent: Tomcat-3.2.3 doesn't compile pages jsp

2001-10-04 Thread Durham David Cntr 805CSS/SCBE
Do you have your workers file configured properly? -Original Message- From: Mapoteca Rio [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 1:32 PM To: [EMAIL PROTECTED] Subject: Re: Urgent: Tomcat-3.2.3 doesn't compile pages jsp Thanks, Sriram. I execute o apachectl status

Urgent (newbie) - Jsps located out of tomcat contexts

2001-10-02 Thread Navarro, Jose
Hi, I have developed a servlet (a hit counter servlet, in fact) that I intend to use in several pages in my website. Since it is a servlet, I think the best (perhaps the only?) way to invoke it from an html web page is to embed some jsp code in them, in this way: jsp:include

urgent: error in modjk.log

2001-10-02 Thread Quaini Michele
Hello, we have the following problem in production: we use jakarta-tomcat 3.2.1 + apache 1.3.12 a lot of errors of this type are present in the log file of mod_jk.log: [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In

Session not timing out in tomcat3.2.3- urgent help needed

2001-09-13 Thread Pankaj Chhaparwal
Hi All, I am keeping the session time-out at 5 mins in my web application. Since I dont dont require anything else in web.xml this is the only one thing I have in web.xml session-config session-timeout 5 /session-timeout /session-config But the sessions are

Urgent Help! newbies question on tomcat instance problem

2001-09-02 Thread jojoadv
Dear all, I have installed tomcat-3.2.3 on SunOS 5.7 machine. I have complied with most modules since I have to do so to complie the mod_jk. I have done all these successfully. My problem is that when I telnet to the Sun server from my Win98 and start the tomcat, everything seems to be OK.

Re: urgent : using Mail Resource in web.xml

2001-09-01 Thread Craig R. McClanahan
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: urgent : using Mail Resource in web.xml hi, I'm trying to get a mail session I define in the web.xml resource-ref descriptionDefault Mail/description res-ref-nameTheMailSession

urgent : using Mail Resource in web.xml

2001-08-30 Thread Christoph Rooms
hi, I'm trying to get a mail session I define in the web.xml resource-ref descriptionDefault Mail/description res-ref-nameTheMailSession/res-ref-name res-typejavax.mail.Session/res-type res-authContainer/res-auth /resource-ref

Re: mod_jk.so unable to compile, please help. Urgent

2001-08-06 Thread Beth Kelly
Funny signature! Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: raghu [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Monday, August 06, 2001 7:01 AM Subject: mod_jk.so unable to compile, please help. Urgent ../jk/jk_jni_worker.c:67

RE: mod_jk.so unable to compile, please help. Urgent

2001-08-06 Thread Nance, Michael
/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -lposix4 -c *.c ../jk/*.c -Original Message- From: raghu [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 7:01 AM To: tomcat Subject: mod_jk.so unable to compile, please help. Urgent ../jk

Re: Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-27 Thread David Smith
/examples from this server: please help, very urgent Hi all, I checked my apache htdocs and saw that all files do have the readme permissions. My mod_jk.log looks like this, i think the error lies here. Please check and suggest some solutions

Re: Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-26 Thread David Smith
: Wednesday, July 25, 2001 6:11 PM Subject: RE: Forbidden error, you are unable to access /examples from this server: please help, very urgent With the info.. I could not think of any specific reasons which might stop you to set this up.. just try going through following tasks.. 1. ref

Re: Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-26 Thread raghu
black holes are, when GOD is dividing by zero - Original Message - From: David Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 6:37 PM Subject: Re: Forbidden error, you are unable to access /examples from this server: please help, very urgent Just a thought

Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-26 Thread raghu
black holes are, when GOD is dividing by zero - Original Message - From: raghu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 6:45 PM Subject: Re: Forbidden error, you are unable to access /examples from this server: please help, very urgent Hi all, I checked

RE: Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-25 Thread Senthil Kumar Rajamanickam
With the info.. I could not think of any specific reasons which might stop you to set this up.. just try going through following tasks.. 1.ref. to mod_jk how to manual which you have got along with tomcat, and set up your mod_jk with apache ( you have to mount mod_jk in apache like this

Re: Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-25 Thread raghu
jamanickam To: [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 6:11 PM Subject: RE: Forbidden error, you are unable to access /examples from this server: please help, very urgent With the info.. I could not think of any specific reasons which might stop you to set this up.. j

Urgent : If u can help ; Prob. download a Power Point and Excel File From Tomcat

2001-07-21 Thread Kalyan Mitra
Hi, Whenever I download a file using Tomcat it works, except when I try to download a Power Point and Excel document. Then the client side gets junk information, but it works fine with pdf and word file. (I am using Linux as backend server, tomcat 4.0-b5 Is anyone else experiencing this

Thread Pool Exception ! Urgent

2001-07-14 Thread Manjunath BHat
Hi, I have encountered following exception while running tomcat. ** 2001-07-14 09:30:18 - ThreadPool: Unexpected exception - sjava.lang.InterruptedEx ception at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at

Thread Pool Exception ! Urgent

2001-07-14 Thread Manjunath BHat
Hi, I have encountered following exception while running tomcat. ** 2001-07-14 09:30:18 - ThreadPool: Unexpected exception - sjava.lang.InterruptedEx ception at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at

RE: Urgent help with tomcat 4.0 b5

2001-07-10 Thread Greg Trasuk
:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: Urgent help with tomcat 4.0 b5 Hi there i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works fine but for some reason i get the following error on the MS DOS window when i start it: Starting

Re: Urgent Help with Tomcat 4.0

2001-07-09 Thread Michael Misovec
To: [EMAIL PROTECTED] Subject: Urgent Help with Tomcat 4.0 Hi there i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works fine but for some reason it does not run the jsp examples in the local host or any other jsp pages i created, even though it runs the servlets ok. i get

RE: Urgent Help with Tomcat 4.0

2001-07-09 Thread Randy Layman
See http://www.aswethink.com/employees/randy/tomcat/unsubscribe.html -Original Message- From: Michael Misovec [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: Re: Urgent Help with Tomcat 4.0 How do I unsubscribe

Urgent Help with Tomcat 4.0

2001-07-08 Thread TIMBMS
Hi there i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works fine but for some reason it does not run the jsp examples in the local host or any other jsp pages i created, even though it runs the servlets ok. i get the error attached to this mail (error.txt). But the

Urgent Help with Tomcat 4.0

2001-07-08 Thread TIMBMS
Subj: Help with Tomcat 4.0 b5 Date: 08/07/01 19:09:10 GMT Daylight Time From: TIMBMS To: [EMAIL PROTECTED] Hi there i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works fine but for some reason it does not run the jsp examples in the local host or any

<    5   6   7   8   9   10   11   12   13   >