URGENT : Special Character when deployed on Linux

2005-08-22 Thread nitin dubey
Hello all, I am getting special characters when we enter spaces during formatting a text in a textarea. It used to work perfectly in our development environment but when we moved it to production we get 'Â' character for every repeated blank space. The only thing changing in development and

Re: URGENT : Special Character when deployed on Linux

2005-08-22 Thread Wade Chandler
--- nitin dubey [EMAIL PROTECTED] wrote: Hello all, I am getting special characters when we enter spaces during formatting a text in a textarea. It used to work perfectly in our development environment but when we moved it to production we get 'Â' character for every repeated blank

Re: URGENT : Special Character when deployed on Linux

2005-08-22 Thread nitin dubey
Wade, It is when the data is displayed in browser. I have used the default encoding and will now look out for any mismatch. Regards, Nitin --- Wade Chandler [EMAIL PROTECTED] wrote: --- nitin dubey [EMAIL PROTECTED] wrote: Hello all, I am getting special characters when we enter

( URGENT Please ) tomcat connection refused

2005-07-27 Thread Abdullah Abdullah
Dear all I am trying to create a secure connection between tomcat server and a browser. I have done exactly the same as the instructions on http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html but when I tried to connect on the port https://localhost:8443 , an alert popped up

RE: ( URGENT Please ) tomcat connection refused

2005-07-27 Thread David Shapiro
@jakarta.apache.org; tomcat-dev@jakarta.apache.org Subject: ( URGENT Please ) tomcat connection refused Dear all I am trying to create a secure connection between tomcat server and a browser. I have done exactly the same as the instructions on http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html

It's Urgent. Network Adapter

2005-06-16 Thread bhupendra bendale
hi All, i am having problem of java.sql.SqlException Network Adapter Could not Establish Connection on tomcat consol. and i am not getting database access. Can Anyone tell me The answer for this It's Urgent. Thank You

Re: It's Urgent. Network Adapter

2005-06-16 Thread Sivaram Kumar
Hi bhupendra, try to check your driverClassName and host setup. try setting up localhost instead od ip. - Original Message - From: bhupendra bendale [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, June 16, 2005 4:55 PM Subject: It's Urgent. Network Adapter hi All

Re: Urgent: how to detect client has closed connection

2005-06-07 Thread Ronald Klop
@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Urgent: how to detect client has closed connection Date: Wed, 1 Jun 2005 14:14:08 +0200 (CEST) What Writer are you using? If you do response.getWriter() you will get a PrintWriter and the docs tell you that PrintWriter doesn't

Re: Urgent: how to detect client has closed connection

2005-06-02 Thread lapson lee
@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Urgent: how to detect client has closed connection Date: Wed, 1 Jun 2005 14:14:08 +0200 (CEST) What Writer are you using? If you do response.getWriter() you will get a PrintWriter and the docs tell you

Re: Urgent: how to detect client has closed connection

2005-06-01 Thread Ronald Klop
What Writer are you using? If you do response.getWriter() you will get a PrintWriter and the docs tell you that PrintWriter doesn't throw exceptions, so your app keeps printing to the writer after an error. (A closed connection is an IOException.) If you use the default out property of a jsp

Urgent: How to detect client connection has closed.

2005-05-31 Thread lapson lee
Hey guys, I have a problem right now. I wrote a Jsp page to keep sending data to client browser. However, no exception was thrown when I use out.print() to send something to client even after client has closed his web browser. My question is how can i know his browser is closed, so I can stop

Urgent: how to detect client has closed connection

2005-05-31 Thread lapson lee
Hey guys, I have a problem right now. I wrote a Jsp page to keep sending data to client browser. However, no exception was thrown when I use out.print() to send something to client even after client has closed his web browser. My question is how can i know his browser is closed, so I can stop

Tomcat not running(4.0.6/5.0.19)-urgent

2005-03-19 Thread ayaskant swain
Dear Sir/Madam, I have been using tomcat 4.x/5.0.x version for web developmen (JSP/Servlets)but i am finding difficulties in starting the server itself many times.I have set the JAVA_HOME environmental variable to the directory where i have installed the j2sdk1.4.2. e.g.

Re: Tomcat not running(4.0.6/5.0.19)-urgent

2005-03-19 Thread Torrey Rice
It's tough to say what your problem is without more information. Did you check Tomcat's logs to see what the error is when starting up? Have you tried running tomcat from the console instead of from a batch file so that you can see the output of the server when it erors and quits? Give those a

Re: Tomcat not running(4.0.6/5.0.19)-urgent

2005-03-19 Thread ayaskant swain
Thanks for your instant reply.But i just checked whatever u had said.I tried to start it from the console by giving the command %CATALINA_HOME%\bin\startup.bat but same problem still persists.The tomcat console came only for 2-3 seconds and then dissapeared.So i could not read the error

Re: Tomcat not running(4.0.6/5.0.19)-urgent

2005-03-19 Thread Mark Leone
Try putting an html or jsp file in your my_apps folder. I'm not sure what Tomcat does when you navigate to the web app with nothing other than WEB-INF in the web app's folder. When I navigate to one of my web apps the way you're trying, I get a directory listing of the files and folders I have

Urgent: Doubt about Chunking

2005-03-12 Thread accm
Hi, I am using Tomcat 4.1.31. When my client send the request using the protocol HTTP 1.1, the server does not enable chunking in your response. However, when I am using Tomcat 4.1.12, the server enable chunking. What is problem with the Tomcat 4.1.31? Can somebody help me? Thanks, Ana

DBCP Object not closed- urgent help reuired.

2005-03-02 Thread micky none
is: --- public void close() { try { results.close(); } catch (Exception ex) {} try { st.close(); } catch (Exception ex) {} try { con.close(); } catch (Exception ex) {} } Please help me friends asap,it's really urgent for me

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Eric Rotick
This is a MySql problem. It shuts down connections if they have been idle for too long. You need a pool manager that takes care of this. Something like c3p0 will do the job. On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane [EMAIL PROTECTED] wrote: hello all, I am Krishnakant Mane

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Parsons Technical Services
urgent help. This is a MySql problem. It shuts down connections if they have been idle for too long. You need a pool manager that takes care of this. Something like c3p0 will do the job. On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane [EMAIL PROTECTED] wrote: hello all, I am Krishnakant

strange tomcat Behavior need urgent help.

2004-12-19 Thread Krishnakant Mane
hello all, I am Krishnakant Mane from India. I own a software firm and we generally implement our systems on linux and all open source servers like jakarta tomcat and apache server in particular. of late I have been facing a strange problem with tomcat. I am a tomcat 5 aka 5.0.25 user. I have

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
Behavior need urgent help. hello all, I am Krishnakant Mane from India. I own a software firm and we generally implement our systems on linux and all open source servers like jakarta tomcat and apache server in particular. of late I have been facing a strange problem with tomcat. I

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
:28 PM To: [EMAIL PROTECTED] Subject: strange tomcat Behavior need urgent help. hello all, I am Krishnakant Mane from India. I own a software firm and we generally implement our systems on linux and all open source servers like jakarta tomcat and apache server in particular. of late I

msgAjp.receive(): Bad signature 00 !!!!!!urgent

2004-11-24 Thread akki
hi list i m getting this error after every five to ten minutes in my apache log file.. i dont know where it is indication [Wed Nov 24 16:50:25 2004] [error] msgAjp.receive(): Bad signature 00 [Wed Nov 24 16:50:25 2004] [error] channelSocket.receive(): Bad header [Wed Nov 24 16:50:25 2004]

New User needing urgent help

2004-10-23 Thread Steven R. Christensen
Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find why. Thanks in advance for your help. org.apache.jasper.JasperException: Unable to

Re: New User needing urgent help

2004-10-23 Thread Roland Carlsson
, 2004 7:42 PM Subject: New User needing urgent help Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find why. Thanks in advance for your help

AW: New User needing urgent help

2004-10-23 Thread Steffen Heil
Hi import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems. Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

Re: New User needing urgent help

2004-10-23 Thread Larry Meadors
to put your classes in a package (folder) that you then put in the web-inf/classes. Regards Roland - Original Message - From: Steven R. Christensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 23, 2004 7:42 PM Subject: New User needing urgent help Hello, I am new

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
: AW: New User needing urgent help Hi import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems. Regards, Steffen

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
bothering everyone again. Thanks, Steve From: Steffen Heil [mailto:[EMAIL PROTECTED] Sent: Sat 10/23/2004 12:52 PM To: 'Tomcat Users List' Subject: AW: New User needing urgent help Hi import Account; No. No. No. Import is used to make

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
. From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Sat 10/23/2004 1:06 PM To: Tomcat Users List Subject: RE: New User needing urgent help You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004-10-23 at 14:01, Steven R

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
PROTECTED] Sent: Sat 10/23/2004 1:06 PM To: Tomcat Users List Subject: RE: New User needing urgent help You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004-10-23 at 14:01, Steven R. Christensen wrote: From

Re: urgent help reqd

2004-10-19 Thread N Tapas Kumar Choudhury
Hi Prashant, Just for a quick remind, which DBCP you are using for your application, what's the value of KeepAlive=?? which should be ideally 'true' and what value you have set for the maxThrottle.. What I can suggest you to use upgraded Tomcat version, like Tomcat 4.1 series if

urgent help reqd

2004-10-18 Thread prashant chavan
Dear All I have hosted my live website on Linux which has Apache 2.0 wuth tomcat 3.2.3 and my database is on a sun server. I have multiple instances of tomcat running with single installation hosting three diffrent websites. My problem is last fer days i am facing a peculiar problem my java

One urgent help needed

2004-10-08 Thread Pradeep Chauhan
Hi All , We have an application deployed on Tomcat 4.1.27 in production. We did some changes in web.xml to use one third party Applinx. In development enviorment it is working fine. But when we move to same web.xml to production we got errors in log file and application wont get up. Attach is

Re: One urgent help needed

2004-10-08 Thread Michiel Toneman
Hi Pradeep, Looks like your tomcat installation cannot find: com.sabratec.applinx.server.runtime.servlet.GXApplinxServlet Are you sure the jar containing GXApplinxServlet is in a place Tomcat can find it? (e.g. shared\lib ?) Michiel Pradeep Chauhan wrote: Hi All , We have an application

Urgent .Please help me out

2004-09-22 Thread Shanti Priya
Hi !! I have deployed an application on tomcat 4.1.18. I do get the following exception .I am using IE6 as my webbrowser. HTTP Status 500 - type Exception report message description The server

Urgent !! Please help me out.

2004-09-22 Thread Shanti Priya
HI!! I get the following error when i try to run my application on tomcat. The message in the server is as follows. ERROR [2004-09-22 12:36:07,275] [Thread-5] [GSEITBaseAction.java:166] - Error in actionPerform: java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path

AW: Urgent .Please help me out

2004-09-22 Thread dp
your db is down or unreachable -Ursprüngliche Nachricht- Von: Shanti Priya [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 22. September 2004 09:13 An: Tomcat-User Betreff: Urgent .Please help me out Hi !! I have deployed an application on tomcat 4.1.18. I do get the following

Re: Urgent !! Please help me out.

2004-09-22 Thread Antony Paul
[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 12:45 PM Subject: Urgent !! Please help me out. HI!! I get the following error when i try to run my application on tomcat. The message in the server is as follows. ERROR [2004-09-22 12:36:07,275] [Thread-5

Re: Urgent !! Please help me out.

2004-09-22 Thread prashant chavan
Hi Shanti Your error seems to be a databse connection error. Tell me r u using oracle as your database for the application. Then you need to check the entries for db connectivity files - driverproperties.properties. Reply me with detailed info sot that i can help in a much better way.

RE: Urgent !! Please help me out.

2004-09-22 Thread Shanti Priya
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:530) at java.lang.Thread.run(Thread.java:534) -Original Message- From: prashant chavan [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 4:49 PM To: Tomcat Users List Subject: Re: Urgent !! Please help me out. Hi

Re: Urgent !! Please help me out.

2004-09-22 Thread Marek Wójtowicz
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 4:49 PM To: Tomcat Users List Subject: Re: Urgent !! Please help me out. Hi Shanti Your error seems to be a databse connection error. Tell me r u using oracle as your database for the application. Then you need to check the entries for db

RE: Urgent .Please help me out

2004-09-22 Thread Robert Shields
surrounding the problem, or any source code to look at. http://www.catb.org/~esr/faqs/smart-questions.html#beprecise - The subject line contains urgent and doesn't describe the problem. http://www.catb.org/~esr/faqs/smart-questions.html#urgent http://www.catb.org/~esr/faqs/smart-questions.html

AW: Urgent .Please help me out

2004-09-22 Thread Prabhjot Sodhi
Return Receipt Your AW: Urgent .Please help me out document

Need Urgent Help

2004-09-03 Thread Venu
Hello Guru's Im using the my application outside the webapps in server.xml i have confiured the following Host name=domainname.com debug=0 appBase==/home/httpd/vhosts/domainname.com/httpdocs unpackWARs=true Aliaswww.domainname.com/Alias Logger className=org.apache.catalina.logger.FileLogger

RE: Need Urgent Help

2004-09-03 Thread Bedrijven.nl
Is docBase right??? -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 10:25 AM Aan: Tomcat Users List Onderwerp: Need Urgent Help Hello Guru's Im using the my application outside the webapps in server.xml i have confiured the following

Re: Need Urgent Help

2004-09-03 Thread Venu
yes it the dir (docBase=/home/httpd/vhosts/domainname.com/httpdocs) where i am having my jsp's servlets - Original Message - From: Bedrijven.nl [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, September 03, 2004 5:41 PM Subject: RE: Need Urgent Help

RE: Need Urgent Help

2004-09-03 Thread Bedrijven.nl
yes but it;s a relative path..so relative to what?? -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 10:43 AM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: Re: Need Urgent Help yes it the dir (docBase=/home/httpd/vhosts

Re: Need Urgent Help

2004-09-03 Thread Venu
sorry i didnt get you... relative to the dir on the same server - Original Message - From: Bedrijven.nl [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, September 03, 2004 5:59 PM Subject: RE: Need Urgent Help yes but it;s a relative path..so relative to what

Re: Need Urgent Help

2004-09-03 Thread Venu
: Friday, September 03, 2004 6:53 PM Subject: RE: Need Urgent Help try appbase=/home/httpd/vhosts/domainname.com docbase=/home/httpd/vhosts/domainname.com/httpdocs or try appbase=/home/httpd/vhosts/domainname.com docbase=httpdocs -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL

Re: Kinda Urgent: Huge Temporary Files (2BG) Fill Up Root Partition (mrfxxxxx.tmp files?)

2004-09-03 Thread QM
On Fri, Sep 03, 2004 at 07:19:08AM +0200, Nikola Milutinovic wrote: : Check with the app's developers -- perhaps they're creating temp files : : Could it be a session holding many objects? Or an application scope : holding the same? Doubtful, as (IIRC) all that happens in memory. This sounds

SOLVED: Kinda Urgent: Huge Temporary Files (2BG) Fill Up Root Partition (mrfxxxxx.tmp files?)

2004-09-03 Thread Peter Alvin
urgent because this kills our server every 24 hours or so. It forces me to stop tomcat, delete the files, then re-start. Sometimes I have to do a kill -9 on the tomcat process because the process is apparently stuck still trying to write yet more bytes to these files! Incidently, we have another server

tomcat urgent help

2004-09-02 Thread Mandar Shirgaokar
Hi, I am using tomcat 3.3.2 version and jdk 1.3.1_13 version. Can anyone let me know how what classpath I need to set for the following error 2004-09-02 13:12:49 - ContextManager: Assertion failed: container==null (no Defa ult Context?) 2004-09-02 13:12:49 - Ctx() : Status code:404

Re: tomcat urgent help

2004-09-02 Thread gerardo
Since you are just installing, is there any possibility you could install a newer version of both tools? I suggest it because it seems like an installation problem and assuming you followed the instructions, it will be tricky to pinpoint (incompatibility, configuration, quirk?) and not much

Re: tomcat urgent help

2004-09-02 Thread Mandar Shirgaokar
hi, I am using tomcat for developing SAP Portal iviews. I cannot use jdk 1.4 bcos PDK does not support jdk version 1.4 and tomcat latest versions. I have to make tomcat 3.3 version running. -thanks Mandar [EMAIL PROTECTED] wrote: Since you are just installing, is there any

Kinda Urgent: Huge Temporary Files (2BG) Fill Up Root Partition (mrfxxxxx.tmp files?)

2004-09-02 Thread Peter Alvin
are for nor why some of them grow to over 2GB. It's kinda urgent because this kills our server every 24 hours or so. It forces me to stop tomcat, delete the files, then re-start. Sometimes I have to do a kill -9 on the tomcat process because the process is apparently stuck still trying to write yet more

Re: Kinda Urgent: Huge Temporary Files (2BG) Fill Up Root Partition (mrfxxxxx.tmp files?)

2004-09-02 Thread QM
On Thu, Sep 02, 2004 at 02:47:19PM -0600, Peter Alvin wrote: : Here's the scoop: Massively HUGE .tmp files grow in this directory: : : /var/cache/tomcat4/temp : : Here is an example: : : -rw-r--r--1 tomcat4 tomcat4 2272915456 Sep 2 11:19 mrf20744.tmp : I don't know what these files

Re: tomcat urgent help

2004-09-02 Thread Bill Barker
The error is just what is says it is: There is no ROOT context installed, so Tomcat has no place to send a request for http://localhost:8080. The default location for this is at $TOMCAT_HOME/webapps/ROOT. If you are on Windows, make certain that the directory name is all upper-case. Mandar

Re: Kinda Urgent: Huge Temporary Files (2BG) Fill Up Root Partition (mrfxxxxx.tmp files?)

2004-09-02 Thread Nikola Milutinovic
QM wrote: On Thu, Sep 02, 2004 at 02:47:19PM -0600, Peter Alvin wrote: : Here's the scoop: Massively HUGE .tmp files grow in this directory: : : /var/cache/tomcat4/temp : : Here is an example: : : -rw-r--r--1 tomcat4 tomcat4 2272915456 Sep 2 11:19 mrf20744.tmp : I don't know what

Urgent attention needed to solve mysterious SocketException error

2004-08-05 Thread Adrian G. Klingel
I'm running Tomcat 5.0.25 in our DMZ. The server crashes every day. I see thousands and thousands of lines like this in Catalina.out: Aug 5, 2004 10:50:31 AM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /xx.xx.xx.1 SocketException: Invalid argument That IP

RE: Urgent attention needed to solve mysterious SocketException error

2004-08-05 Thread Ralph Einfeldt
) to say anything about the context where the problem is occuring. -Original Message- From: Adrian G. Klingel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 5:27 PM To: [EMAIL PROTECTED] Subject: Urgent attention needed to solve mysterious SocketException error I'm running

[URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Ivan Jouikov
.. Nope, Microsoft word doesnt have an option to save page in different encoding. I have no clue what to do, and this is urgent because this project is due tomorrow, can someone PLEASE help with this? By the way, My browser is configured properly I have no problem displaying Russian stuff on other

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Mark Thomas
Which version of tomcat? What operating system? _ From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:48 AM To: 'Tomcat Users List' Subject: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares! Hi everyone! First of all, in my JSP

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Ivan Jouikov
just like typing it into a java class... does it have anything to do with jvm? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:50 AM To: 'Tomcat Users List' Subject: RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Mark Thomas
-Original Message- From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 7:13 PM To: 'Tomcat Users List' Subject: RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares! Tomcat 5.0.27 Windows XP Pro I know that I AM capapble of viewing

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Ivan Jouikov
that ALL my files are saved as Unicode? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 11:43 AM To: 'Tomcat Users List' Subject: RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares! Ivan, This isn't a tomcat

RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Mark Thomas
No idea. Try the online help or google. Mark -Original Message- From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 8:33 PM To: 'Tomcat Users List' Subject: RE: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares! YAY YAY YAY

Re: [URGENT] When I type Russian in my .jsps, it displays it as a bunch of squares!

2004-07-19 Thread Joel
On Mon, 19 Jul 2004 12:32:34 -0700 Ivan Jouikov [EMAIL PROTECTED] wrote YAY YAY YAY! REJOICE! Thanks man! You saved the day! Looks like I was on the right track when thinking that I should save file differently, I just didn't follow my intuition :( And sorry about blaming tomcat - I

please help urgent!! Exception when a method returned a Serializable object from Jboss

2004-06-23 Thread Kam Lung Leung
Hello, Any help or suggestion is greatly appreciated. I have a Servlet that deployed in a standalone Tomcat version 4.1.30. The Tomcat is running in the same server as Jboss 3.2.1. The servlet accesses a method of a remote session bean that is deployed in Jboss. This method returns a java

RE: Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-09 Thread mxs6991
configuration urgent... This is way to general a statement to get a direct answer. Search the archives. You will find lots of configs and talk on the webserver as well as some on MySQL. Here is a link to the archives. If you search on just me, You will get a lot of hits on configs as well as some code

Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-08 Thread mxs6991
Hi tomcat users, I have come up with an web application Which involves JSP pages (hosted using tomcat 5.0.25) talking to MySQL database, and I have decided to have 2 separate PCs for the web server database server! My question is about the hardware configuration For these two servers.(If some

RE: Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-08 Thread mxs6991
, RedHat Linux MySQL configuration urgent... Hi tomcat users, I have come up with an web application Which involves JSP pages (hosted using tomcat 5.0.25) talking to MySQL database, and I have decided to have 2 separate PCs for the web server database server! My question is about the hardware

Re: Tomcat, RedHat Linux MySQL configuration urgent...

2004-06-08 Thread Parsons Technical Services
Subject: RE: Tomcat, RedHat Linux MySQL configuration urgent... By the way the MySQL version is 4.0 for red hat linux 9.0 regards, Manikandan Sachidanandan It's when things seem worst that you mustn't quit... -Original Message- From: mxs6991 [mailto:[EMAIL PROTECTED] Sent

RE: Urgent: Issue with Tomcat Clustering

2004-05-24 Thread Filip Hanik \(lists\)
not an issue with clustering, the stack trace is in the mod_jk code, Filip -Original Message- From: Vikas Gupta [mailto:[EMAIL PROTECTED] Sent: Sunday, May 23, 2004 12:08 PM To: Tomcat Users List Subject: Urgent: Issue with Tomcat Clustering Hi All, I am trying to do tomcat clustering

Re: Urgent: Issue with Tomcat Clustering

2004-05-24 Thread Filip Hanik - Dev
try without mod_jk with another load balancer first, pen (http://siag.nu/pen) or balance (http://balance.sourceforge.net) - Original Message - From: Vikas Gupta [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, May 23, 2004 12:07 PM Subject: Urgent: Issue

Fw: Urgent: Issue with Tomcat Clustering

2004-05-24 Thread Filip Hanik - Dev
try without mod_jk with another load balancer first, pen (http://siag.nu/pen) or balance (http://balance.sourceforge.net) - Original Message - From: Vikas Gupta [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, May 23, 2004 12:07 PM Subject: Urgent: Issue

Re: URGENT!! Relocation error problem

2004-05-24 Thread Graham Bleach
? ./configureing with SHARED_CORE Etc. Please don't put URGENT in the title. It may be urgent to you, but it probably isn't urgent to anyone else on the list. G -- If you have any trouble sounding condescending, find a Unix user to show you how it's done. -- Scott Adams

Urgent: Issue with Tomcat Clustering

2004-05-23 Thread Vikas Gupta
Hi All, I am trying to do tomcat clustering using tomcat 5.0.19 using mod_jk connector for Apache 2. I am stuck up in a problem for quite some time. I am able to run the sample application in my setup and the clustering and session replication works fine. But when I run my application in the

Urgent: Issue with Tomcat Clustering

2004-05-23 Thread Vikas Gupta
Hi All, I am trying to do tomcat clustering using tomcat 5.0.19 using mod_jk connector for Apache 2. I am stuck up in a problem for quite some time. I am able to run the sample application in my setup and the clustering and session replication works fine. But when I run my application in the

URGENT!! Relocation error problem

2004-05-21 Thread Wehner, Terry
I am getting the following error when trying to start apache 1.3.27 Syntax error on line 4 of /opt/applocal/imt/webi/jakarta-tomcat-4.1.29/conf/auto/mod_jk.conf: Cannot load /opt/applocal/imt/webi/httpd_1.3.27/modules/mod_jk.so into server: ld.so.1: /opt/applocal/imt/webi/httpd_1.3.27/bin/httpd:

urgent: does jk2 work with oracle application server

2004-05-17 Thread Frank Duffner
... and other application servers from ibm etc. or does it only work with tomcat and ergo jboss? thx for reply - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 4.0.6 and Japanese chars urgent

2004-05-11 Thread jyotsna
]) by mailhost.baypackets.com (8.9.3+Sun/8.9.3) with SMTP id PAA12318 for [EMAIL PROTECTED]; Tue, 11 May 2004 15:24:36 +0530 (IST) Reply-To: [EMAIL PROTECTED] From: jyotsna [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Japanese characters and Tomcat 4.0.6 urgent Date: Tue, 11 May 2004

RE: Tomcat 4.0.6 and Japanese chars urgent

2004-05-11 Thread Yansheng Lin
Next time please do not put the word urgent in your msg title... What happens if you add a page directive on top of the jsp page? %@ page contentType=text/html;charset=UTF-8 pageEncoding=UTF-8% I am a bit weary of TC4.0's. But give that a try with Shift-JIS encoding. And let me know

URGENT: Axis Tomcat webservices at runtime

2004-05-05 Thread Rudolf Feyerkleist
System: Windows XP Pro Tomcat 4.1.27 J2RE 1.4.2_01 Axis 1.1 I am using Axis to deploy webservices during Tomcat runtime. I use AdminClient.main to deploy the webservices, JAVA2WSDL.main to generate the WSDL at runtime in my webapplication. When I restart Tomcat after deployement and

Re: Tomcat is stoping Urgent

2004-04-22 Thread Niki Ivanchev
IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. Kiran Patel wrote: Urgent! I am using Tomcat 4.1 for my application which is accessing data from = the Access database through the ODBC connection

Re: Tomcat is stoping Urgent

2004-04-22 Thread Kiran Patel
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 22, 2004 7:22 AM Subject: Re: Tomcat is stoping Urgent IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. - Original Message - From: Kiran

Re: Tomcat is stoping Urgent

2004-04-22 Thread Hans Wichman
: Thursday, April 22, 2004 7:22 AM Subject: Re: Tomcat is stoping Urgent IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. - Original Message - From: Kiran Patel To: [EMAIL PROTECTED] Sent

Re: Tomcat is stoping Urgent

2004-04-22 Thread Hans Wichman
connection for Access database? How to do that? Where I will find the document? Please help. Kiran - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 22, 2004 7:22 AM Subject: Re: Tomcat is stoping Urgent IMHO it is problem with jdbc-odbc bridge

Re: Tomcat is stoping Urgent

2004-04-22 Thread Mark Schmeets
is stoping Urgent IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. - Original Message - From: Kiran Patel To: [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 5:34 PM Subject: Tomcat is stoping

Tomcat is stoping Urgent

2004-04-21 Thread Kiran Patel
Urgent! I am using Tomcat 4.1 for my application which is accessing data from = the Access database through the ODBC connection. Everything was working = fine until today. Suddenly when I tried to enter some records in the = data base through the application, Tomcat is stopped. I got following

Re: Tomcat is stoping Urgent

2004-04-21 Thread Daniel Gibby
taking a guess. Kiran Patel wrote: Urgent! I am using Tomcat 4.1 for my application which is accessing data from = the Access database through the ODBC connection. Everything was working = fine until today. Suddenly when I tried to enter some records in the = data base through the application

Re: Tomcat is stoping Urgent

2004-04-21 Thread Dov Rosenberg
: Urgent! I am using Tomcat 4.1 for my application which is accessing data from = the Access database through the ODBC connection. Everything was working = fine until today. Suddenly when I tried to enter some records in the = data base through the application, Tomcat is stopped. I got following

Re: Urgent pls help ! Protection problems of using Realm

2004-04-15 Thread Chong Yu Meng
An easier method would be to use SecurityFilter (http://securityfilter.sourceforge.net/). There is an example web application (actually several web apps) bundled with the software. Just look at the code and I think you'll find it fairly straightforward to implement what you want. a a wrote: Dear

RE: Urgent pls help ! Protection problems of using Realm

2004-04-14 Thread a a
Dear all, I do not have any idea of writing a custom realm, even how to start writing it. Can you give me some example or any references that teaching how to write a custom realm ? Thankyou very much ! kawai Mark Thomas [EMAIL PROTECTED] wrote: You need to write a custom realm. Mark

RE: Urgent pls help ! Protection problems of using Realm

2004-04-13 Thread a a
Dear all, I do not have any idea of writing a custom realm, even how to start writing it. Can you give me some example or any references that teaching how to write a custom realm ? Thankyou very much ! kawai Mark Thomas [EMAIL PROTECTED] wrote: You need to write a custom realm. Mark

Urgent pls help ! Protection problems of using Realm

2004-04-12 Thread a a
Dear all, I know using Realm can protect certain resouces of a url. But I found it is not possibly to use it in my server. My case is that I can't store the username and password of the roles and users in my server. I need to send the authenication information in a format of xml file to

RE: Urgent pls help ! Protection problems of using Realm

2004-04-12 Thread Mark Thomas
You need to write a custom realm. Mark My case is that I can't store the username and password of the roles and users in my server. I need to send the authenication information in a format of xml file to a foreign server and get back the login result from that server. So I can't use

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-21 Thread Unnikrishnan C
[mailto:[EMAIL PROTECTED] Sent: Saturday, February 21, 2004 3:22 AM To: Tomcat Users List Subject: Re: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT I have the same problemMy application works fine on Tomcat 4.x, but when I move to 5.0.x I get the same exact error. This is not a matter

Re: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-20 Thread Nathan Pitts
] Sent: Monday, February 02, 2004 2:10 PM To: [EMAIL PROTECTED] Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT You need to remove all references to the database driver from the system and web app classpath. Don't put the driver in web-inf/lib directory. Just keep the driver

  1   2   3   4   5   6   7   8   9   10   >