RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Hamilton, Andrew
, 2003 4:37 PM To: 'Tomcat Users List' Subject: RE: Code works in editor, but not through Tomcat - Please help! That seemed to do it. I know of naming conventions when writing Java programs, but have never seen an instance that the naming convention was an absolute rule. Thanks for

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
: Thursday, January 02, 2003 3:54 PM To: Tomcat Users List Subject: RE: Code works in editor, but not through Tomcat - Please help! Denise, The first thing that immediately came to mind is to check your setters and form parameters for the appropriate case usage. Your "PostalCode" shoul

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Noel J. Bergman
Denise, The first thing that immediately came to mind is to check your setters and form parameters for the appropriate case usage. Your "PostalCode" should be "postalCode" in both the form and the JSP actions. If you don't understand, I'll go into more detail regarding naming conventions for bea

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
. Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:01 PM To: Tomcat Users List Subject: RE: Code works in editor, but not through Tomcat - Please help! Denise, I had the

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Hamilton, Andrew
helps. Drew -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 2:34 PM To: 'Tomcat Users List' Subject: RE: Code works in editor, but not through Tomcat - Please help! I tried to "echo print" the value of the PostalCode af

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
ailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 1:46 PM To: 'Tomcat Users List' Subject: Code works in editor, but not through Tomcat - Please help! Importance: High Hi all. This one's kind of urgent because its holding up the rest of my project... I'm not sure I underst

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
ailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 1:46 PM To: 'Tomcat Users List' Subject: Code works in editor, but not through Tomcat - Please help! Importance: High Hi all. This one's kind of urgent because its holding up the rest of my project... I'm not sure I underst

Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
Hi all. This one's kind of urgent because its holding up the rest of my project... I'm not sure I understand why this is happening. I have a bean that I use for form validation. When I test the code locally using an editor and hard coding variable values, the code runs perfect and all informatio

RE: Please help - Exception when trying to compile.

2002-12-31 Thread Denise Mangano
; ) Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Jerry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 2:17 PM To: Tomcat Users List Subject: Re: Please help - Exception when trying to compile. Denise: The permission denied statement

Re: Please help - Exception when trying to compile.

2002-12-31 Thread Jerry
Denise: The permission denied statement means Tomcat does not have access to something in the directory/filename chain. What about the directories in which CCPaytments/28 is located? Are all directories, from the root on down, readable by Tomcat? Jerry Denise Mangano wrote: Hi all. I'm try

Please help - Exception when trying to compile.

2002-12-31 Thread Denise Mangano
Hi all. I'm trying to test some form validation. My form calls FormValidate.jsp. When I try to click submit I get the following errors from Tomcat: org.apache.jasper.JasperException: Unable to compile class for JSP java.io.FileNotFoundException: /usr/local/jakarta-tomcat-4.1.17/work/Standalone/

PLease, help with jni

2002-12-31 Thread Gery Kahn
Can anybody point to well configured workers2.properties for jni? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Please Help me

2002-12-29 Thread Bill Barker
dvised to include the following line in the httpd.conf include "c:\tomcat\conf\tomcat-apache.conf" My Tomcat is working fine, but there is no configuration file in the directory. Please help me to come out with this prob. Regards Manoj Tyagi -- To unsubscribe, e-mail: <

Please Help me

2002-12-29 Thread Manoj Tyagi
mcat is working fine, but there is no configuration file in the directory. Please help me to come out with this prob. Regards Manoj Tyagi

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-26 Thread yves lambert
Ronin Quigley wrote: John, I have tried your suggesions but I think the problem is the path to Tomcat. I am using Windows XP and the command promp automatically defaults to C:\Documents and Settings\Go For It Web Design>, it doesn't recognise C:\ as a valid command. How can I get around this a

RE: ssl configuration in tomcat please help!!!

2002-12-23 Thread Galbayar Dorjgotov
fill keystore file attribute -Original Message- From: Davendra Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 24, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: ssl configuration in tomcat please help!!! hi everyone... i hope anyone can help me in this problem i 've inst

ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem i 've installed Apache Tomcat 4.1.12LE and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login page. so i followed the steps provided in the documentation. the documentation said choose JSSE an installed extension by copyin

ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem i 've installed Apache Tomcat 4.1.12LE and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login page. so i followed the steps provided in the documentation. the documentation said choose JSSE an installed extension by copyin

ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem i 've installed Apache Tomcat 4.1.12LE and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login page. so i followed the steps provided in the documentation. the documentation said choose JSSE an installed extension by copyin

Tomcat 4.12 giving me big headaches. Please help.

2002-12-18 Thread Colic, Alex
Hi, I have moved an app that has been working well on tomcat 4.06 to 4.12. Since then I have been having huge headaches getting the application to work. The DBCP does not work properly. I am closing every connection to my database and still after a while the pool slows down. It takes my users 5 m

RE: JDBC Datasource problem - please help me

2002-12-17 Thread Chandolu, Yuva
Hi, I still have the "Cannot load JDBC driver class 'null'" problem :-(. I have decompiled the org.apache.commons.dbcp.BasicDataSource class, put debug and compiled it, and noticed that driverClassName is coming as null, and the function setDriverClassName() is never called, but in the logs I see

Re: JSP to Servlet to JSP pathing issue. Relative Pathing Please help.

2002-12-16 Thread Jason Johnston
#x27;d probably solve you're problem without the additional round-trip] Mike. - Original Message - From: "Jason Johnston" <[EMAIL PROTECTED]> To: "<"Tomcat Users List"" <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 5:46 PM Subject:

Re: JSP to Servlet to JSP pathing issue. Relative Pathing Please help.

2002-12-16 Thread Mike W-M
27;re problem without the additional round-trip] Mike. - Original Message - From: "Jason Johnston" <[EMAIL PROTECTED]> To: "<"Tomcat Users List"" <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 5:46 PM Subject: JSP to Servlet to JSP

JSP to Servlet to JSP pathing issue. Relative Pathing Please help.

2002-12-16 Thread Jason Johnston
80/testgroup/servlet/test.dolookup?epaid=J2466&search=id&firstname=&lastname= This seems to be a very simple relative pathing problem, but I've tried various solutions with no luck. I'm sure someone else has run into this and found a solution. If anyone has any insight, please help. Thanks.

RE: Almost there...Updated Apach-Tomcat with mod_jk .. please help!

2002-12-15 Thread Milt Epstein
On Sun, 15 Dec 2002, Denise Mangano wrote: > At first I thought it might be a permission problem, so I changed > permissions to 775 on workers.properties and still no good. NOW my > Apache won't work. I am getting an error message saying that Apache > could not bind to port 443, that the port is

RE: Almost there...Updated Apach-Tomcat with mod_jk .. please help!

2002-12-14 Thread Denise Mangano
At first I thought it might be a permission problem, so I changed permissions to 775 on workers.properties and still no good. NOW my Apache won't work. I am getting an error message saying that Apache could not bind to port 443, that the port is already in use. Figuring on the problem being Tomc

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-14 Thread Ronin Quigley
Subject: RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP > > Actually, I think in that scenario using "catalina.bat start" instead of > "startup.bat" would be more helpful, as I think using catalina.bat will > display error messages to that console window and lea

RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-11 Thread Anup Ray
ot allowed error: please help Yes, you need to restart Apache. You can use the 'graceful' option of apachectl, and Apache will reread it's configuration nicely after waiting for all open requests to be finished: /some/path/to/apache/bin/apachectl graceful For the Context element, y

RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Turner, John
December 10, 2002 3:22 PM > To: Tomcat Users List > Subject: RE: apache-tomcat : 405 mettod not allowed error: please help > > > Hi John, > Thank you for your suggestions. I have gone through and > implemented your > suggestions but I still gets the same 405 method not allo

RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Anup Ray
. I could not restart apache server as it is in production. Do I have to restart apache to implement the change done in 4. 6. Please help me solving this problem. thanks, Anup -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 12:14 PM To: '

RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Turner, John
Users List > Subject: apache-tomcat : 405 mettod not allowed error: please help > > > > My platform is Sun Sparc Solaris 8. I have apache-ssl server > already running > on production. > I want to integrate tomcat with apache so that a "jspellhtml" > appl

apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Anup Ray
JSpell.jsp. Apache/1.3.22 Server at scds.safeguardproperties.com Port 443 ___ Could you please help fixing this peoblem. more info: 1. https://scds.safeguardproperties.com/jspellhtml/test.html ---with apache-mod_jk-tomcat this gives initial display and also dosplays a &q

Please help me out to set character encoding of JVM

2002-12-10 Thread kantha
Hi I am working on a web application. The language supported is "Japanease", I am using EUC-JP encoding type. My database [pgsql] is set for the EUC-JP. The problem here is JVM is not handeling EUC-JP Intially I started with tomcat3.2 and jdk1.3 after that I upgraded both as tomcat4 and jdk1

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-10 Thread Turner, John
t; From: Alexander Wallace [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 3:43 PM > To: Tomcat Users List > Subject: Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP > > > I'm not sure if it is a typo or what, but what you describe you typed > should not wo

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Alexander Wallace
m32\Wbem;C:\Java\bin; > > 'Thanks for you help > > > - Original Message - > From: "Tref Gare" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Monday, December 09, 2002 10:32 PM > Subject: RE: Problems

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
#x27;" <[EMAIL PROTECTED]> Sent: Tuesday, December 10, 2002 12:04 AM Subject: RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP > Did you install Tomcat as a service, the reccomended way if you did the > binary install? If so, you should start it from the services control panel.

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Johnson, Garrett
: Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP Hi Yoav, Unfortunately there is no shorcuts to start and stop tomcat under Menu >Programmes. There is a startup file in C:\Tomcat\jakarta-tomcat- 4.1.12\bin\startup.bat but when that is double clicked the dos screen just shows for a sp

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
ket - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 10:20 PM Subject: RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP > Hi, > When you installed tomcat, did

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
ssage - From: "Tref Gare" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 10:32 PM Subject: RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP > Sorry if you've already done this but it's not clear from yo

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Ronin Quigley
Sent: Monday, December 09, 2002 10:21 PM Subject: Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP > I'm not a windows user, so I can't tell you much, but you start the > server with exactly that startup.bat and use shutdown.bat to the the > oposite. What are the contets of

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Tref Gare
thout knowledge or the consent of Areeba." -- -Original Message- From: Siobhan Quigley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 December 2002 7:45 AM To: [EMAIL PROTECTED] Subject: Problems with starting Tomcat 4.1.12 - PLEASE HELP I have installed the Java SDK and Tomcat 4.1.12 (release

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread David Brown
Siobhan Quigley writes: I have installed the Java SDK and Tomcat 4.1.12 (release version). I have set the JAVA_HOME and the CATALINA_HOME variables and did the ECHO test. When I try to start up Tomcat, I type C:\Tomcat\jakarta-tomcat-4.1.12\bin\startup.bat but I get an error message saying it

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Alexander Wallace
I'm not a windows user, so I can't tell you much, but you start the server with exactly that startup.bat and use shutdown.bat to the the oposite. What are the contets of your JAVA_HOME? CATALINA_HOME? On Mon, 2002-12-09 at 14:45, Siobhan Quigley wrote: > I have installed the Java SDK and Tomcat 4.

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Shapira, Yoav
iginal Message- >From: Siobhan Quigley [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 09, 2002 3:45 PM >To: [EMAIL PROTECTED] >Subject: Problems with starting Tomcat 4.1.12 - PLEASE HELP > >I have installed the Java SDK and Tomcat 4.1.12 (release version). I have >

Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
I have installed the Java SDK and Tomcat 4.1.12 (release version). I have set the JAVA_HOME and the CATALINA_HOME variables and did the ECHO test. When I try to start up Tomcat, I type C:\Tomcat\jakarta-tomcat-4.1.12\bin\startup.bat but I get an error message saying it can not find the path s

Please help me out to set character encoding of JVM

2002-12-09 Thread kantha
Hi I am working on a web application. The language supported is "Japanease", I am using EUC-JP encoding type. My database [pgsql] is set for the EUC-JP. The problem here is JVM is not handeling EUC-JP Intially I started with tomcat3.2 and jdk1.3 after that I upgraded both as tomcat4 and jdk1

Tomcat 4 and IIS please HELP

2002-12-06 Thread Renato Romano
Hi, I'm trying to set up tomcat 4 with IIS. I already made this whith Tomcat 3, and following the doc how-to for tomcat 4 had the following problems: Tomcat 4.0.1: integration for IIS works fine for unprotected resources, but the browser hangs if I ask for a protected resource; "speaking" directly

RE: Problem downloading binary files, please help.

2002-12-05 Thread Cox, Charlie
. sorry for the delay - I've been fighting a cold :( Charlie > -Original Message- > From: Vy Ho [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 12:35 PM > To: Tomcat Users List > Subject: RE: Problem downloading binary files, please help. > > >

RE: Problem downloading binary files, please help.

2002-12-03 Thread Vy Ho
> From: Vy Ho [mailto:[EMAIL PROTECTED]] > > Sent: Monday, December 02, 2002 12:46 PM > > To: Tomcat Users List > > Subject: Re: Problem downloading binary files, please help. > > > > > > > > > > > I got a very weird error and here is

Please help me, problem in connecting to Oracle using think drivers in tomcat

2002-12-03 Thread Girijapathi
;d:\tomcat\common\lib\classes111.jar;d:\tomcat\common\lib\classes102.jar I have start the services ( startup.bat) and tried Result: Connection =null What else I have to do Please help me Advance Thank Thanks Girijapathi Nagesh "Cox, Charlie" wrote: > why do you need a servlet wrapp

RE: Problem downloading binary files, please help.

2002-12-03 Thread Cox, Charlie
> To: Tomcat Users List > Subject: Re: Problem downloading binary files, please help. > > > > > > I got a very weird error and here is the situation: > > > > The app I used: tomcat 4.06, phoenix web browser 0.3, ie6.0 > > > > Here is the pro

RE: Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM

2002-12-02 Thread Jason Johnston
Thanks again Jeremy! I was coming to that conclusion. I changed the condition to while(instream.available()>0) and then added an instream.read() and it seems to be working. It turns out there's a lot more info on this problem in the forums than I realized. Thanks for you help. On a differe

RE: Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM [OFFTOPIC]

2002-12-02 Thread Jeremy Joslin
Original Message- > From: Jason Johnston [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 12:27 PM > To: [EMAIL PROTECTED] > Subject: RE: Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM > > Thanks Jeremy. > > You're right in that I'm not correctly

RE: Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM

2002-12-02 Thread Jason Johnston
eremy > -Original Message- > From: Jason Johnston [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 9:04 AM > To: Subject: Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM > > The project that I'm working on is actually much larger and more > comple

Re: Problem downloading binary files, please help.

2002-12-02 Thread Vy Ho
> I got a very weird error and here is the situation: > > The app I used: tomcat 4.06, phoenix web browser 0.3, ie6.0 > > Here is the problem: > > When I set up an application in tomcat (with BASIC AUTHEN), phoenix could > download all binary files (.exe, .pdf, etc...) fine from Tomcat server

RE: Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM

2002-12-02 Thread Jeremy Joslin
n the HTTP spec check out RFC 2616. Good luck on your homework. Jeremy > -Original Message- > From: Jason Johnston [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 9:04 AM > To: Subject: Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM > > The project that

Socket GURU'S PLEASE HELP ON OBSCURE PROBLEM

2002-12-02 Thread Jason Johnston
The project that I'm working on is actually much larger and more complex, but I've thrown together this class that illustrates my problem. I'm basically starting a socket server on port 80 and then connecting with a web browser. The strange thing is that the connection never terminates and I can'

[repeat] IllegalStateException??? Please help!

2002-11-29 Thread Steve Beech
I've set up a SSL socket in Tomcat and everything appears to work okay. I can connect to the port, install the cert and access the site. However, when I access the HTTPS port with my browser and get the 'Security Alert' prompt telling me about the certificate and asking me if I want to continue, t

RE: IllegalStateException??? Please help!

2002-11-26 Thread Steve Beech
ssage- From: Johan Bryssling [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 15:07 To: Tomcat Users List Subject: RE: IllegalStateException??? Please help! Hi.. Compiled servlets recently? Try restart tomcat and reconnect... The problem sometimes happens to me when I compile servlets and try

RE: IllegalStateException??? Please help!

2002-11-26 Thread Johan Bryssling
: Steve Beech [mailto:[EMAIL PROTECTED]] Sent: den 26 november 2002 12:02 To: 'Tomcat Users List' Subject: IllegalStateException??? Please help! I've set up a SSL socket in Tomcat and everything appears to work okay. I can connect to the port, install the cert and access the site.

IllegalStateException??? Please help!

2002-11-26 Thread Steve Beech
I've set up a SSL socket in Tomcat and everything appears to work okay. I can connect to the port, install the cert and access the site. However, when I access the HTTPS port with my browser and get the 'Security Alert' prompt telling me about the certificate and asking me if I want to continue, t

SV: please help me

2002-11-22 Thread Daniel.T.Hellstrand
You can download the .class files from SUN: http://java.sun.com/products/servlet/download.html /Dan -Ursprungligt meddelande- Från: Shabeer Miah [mailto:[EMAIL PROTECTED]] Skickat: den 22 november 2002 12:41 Till: [EMAIL PROTECTED] Ämne: please help me Hi There, I'm

Re: please help me

2002-11-22 Thread Carsten Ziegert
You'll have to include servlet.jar in your CLASSPATH. servlet.jar is part of your tomcat distribution. When using Tomcat 4.1 you can find it in $CATALINA_HOME/common/libs Carsten Am Freitag, 22.11.02, um 12:40 Uhr (Europe/Berlin) schrieb Shabeer Miah: Hi There, I'm very new to ja

RE: please help me

2002-11-22 Thread Michael Echerer
To use servlets you will need a servlet container/webserver like Tomcat. To compile servlets some .jar files from Tomcat are necessary. You have to add this to your classpath or use ant scripts whatever. In your case I guess that servlet.jar from /tomcat/common/lib/ is missing in your classpath

please help me

2002-11-22 Thread Shabeer Miah
Hi There, I'm very new to java technology and I started loving java, and now a days I'm learning servlets, I have written a servlet example, and trying to compile it but couldn't able to do that, do I need to have different software to compile the servlets apart from jdk1.4 please he

SV: MIME-TYPE for .SIS file ? please help !!

2002-11-22 Thread Daniel.T.Hellstrand
I found the answer: "application/vnd.symbian.install" /Dan -Ursprungligt meddelande- Från: Hellstrand, Daniel T. /Telia Mobile Sverige /060-14 53 75, 070-682 13 85 Skickat: den 22 november 2002 10:31 Till: [EMAIL PROTECTED] Ämne: MIME-TYPE for .SIS file ? please help !! I

MIME-TYPE for .SIS file ? please help !!

2002-11-22 Thread Daniel.T.Hellstrand
I have asked this before but didn´t get any response so I´ll try again ;) I´m using Tomcat 4.1.12, how can I find out what MIME-TYPE to set for Symbian OS files (with .SIS as extension). I know it´s possible since you can download .sis files from http://www.wildpalm.co.uk/wap.wml Is there any

Please help : how to reduce java instances ??

2002-11-20 Thread Erwin Prasanna
Wishes to everyone, I have installed Tomcat 3.3.1 and integrated it with Apache 1.3.26 and everything works fine, but whence i issue the command "ps -ef | more " i see nearly 35 java threads running each taking 1.2% of system memory. On seeing the forums i tried to configure server.xml for max_thr

please help me understand 'request encoding'

2002-11-13 Thread Liu, Xiaoyan
Hi, Please help me understand 'ServletRequest.getCharacterEncoding()', I'm really confused. I'm using 'SetCharacterEncodingFilter' that comes with examples webapp to process jsp pages with <%@page contentType="text/html;charset=GB2312 %>. The filt

RE: Urgent: Please Help!

2002-10-24 Thread Turner, John
CTED] > Subject: Urgent: Please Help! > > > Dear Sir/Madam, > > We are running into setup problem when trying to run tomcat 4.0.3 with > IIS 5.0 on W2K Professional. The error message inside IIS log is > > #Software: Microsoft Internet Information Services 5.0 &g

Urgent: Please Help!

2002-10-24 Thread Katsutoshi Rachi
for our project. Please help. If you need more information to help us, please let us know. Best Regards, Rachi -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Please Help: Error reading project file

2002-10-23 Thread Ujwal Oswal
Hello All, We have this web application running on Tomcat 4.0.4 version and Toplink. I have upgraded to Tomcat 4.1.12 and the application started giving error. The exception is coming right when the application is trying to read XML project file. Its throwing Socket Exception. I am

RE: Please Help: Any tomcat/3rd party class that can do this?

2002-10-23 Thread KEVIN.THOMAS.8893930.SWAN
cucbc.com] Sent: Tuesday, October 22, 2002 9:57 AM To: Tomcat Users List Cc: Carson, Chuck Subject: RE: Please Help: Any tomcat/3rd party class that can do this? Chuck Carson, Try: http://www.google.com/search?q=printf+for+java Sorry if that's glib. :-) Anyway, looks like it'

Re: Please Help: Any tomcat/3rd party class that can do this?

2002-10-22 Thread Will Hartung
From: "Carson, Chuck" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 2:03 PM > > Cool, thanks. This was exactly what I was looking for. > > Thx, > Chuck > > http://www.google.com/search?q=printf+for+java Have you tried looking at something like Jasper Reports? It's one thing to want pr

RE: Please Help: Any tomcat/3rd party class that can do this?

2002-10-22 Thread Carson, Chuck
Cool, thanks. This was exactly what I was looking for. Thx, Chuck -Original Message- From: Julius Davies [mailto:juliusdavies@;cucbc.com] Sent: Tuesday, October 22, 2002 9:57 AM To: Tomcat Users List Cc: Carson, Chuck Subject: RE: Please Help: Any tomcat/3rd party class that can do

RE: Please Help: Any tomcat/3rd party class that can do this?

2002-10-22 Thread Julius Davies
Message- > From: Carson, Chuck [mailto:Chuck.Carson@;syrrx.com] > Sent: Monday, October 21, 2002 4:10 PM > To: Tomcat Users List > Subject: Please Help: Any tomcat/3rd party class that can do this? > > > > Sorry if this is newbie but I am somewhat new to Java. I have

Re: Please Help: Any tomcat/3rd party class that can do this?

2002-10-22 Thread Jacob Kjome
Check out conversion patterns in pattern layout. Here is a sample from my log4j config file: You can define any layout you want using the PatternLayout. http://jakarta.apache.org/log4j/ Jake At 04:10 PM 10/21/2002 -0700, you wrote: Sorry if this is newbie but I am somewhat ne

Re: Please Help: Any tomcat/3rd party class that can do this?

2002-10-21 Thread Nicholas Pappas
riginal Message- > From: Josh G [mailto:josh@;gfunk007.com] > Sent: Monday, October 21, 2002 4:27 PM > To: Tomcat Users List > Subject: Re: Please Help: Any tomcat/3rd party class that can do this? > > you're looking for the tag in html > > -Josh > > Who can it be knoc

Re: Please Help: Any tomcat/3rd party class that can do this?

2002-10-21 Thread Kwok Peng Tuck
tober 21, 2002 4:27 PM To: Tomcat Users List Subject: Re: Please Help: Any tomcat/3rd party class that can do this? you're looking for the tag in html -Josh Who can it be knocking at my door? Go away, don't come round here no more. Can't you see that it's late at night? I&

Re: Please Help: Any tomcat/3rd party class that can do this?

2002-10-21 Thread Josh G
age - From: "Carson, Chuck" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 11:52 AM Subject: RE: Please Help: Any tomcat/3rd party class that can do this? > > No, this is not necessarily html output. > > -Ch

RE: Please Help: Any tomcat/3rd party class that can do this?

2002-10-21 Thread Carson, Chuck
No, this is not necessarily html output. -Chuck -Original Message- From: Josh G [mailto:josh@;gfunk007.com] Sent: Monday, October 21, 2002 4:27 PM To: Tomcat Users List Subject: Re: Please Help: Any tomcat/3rd party class that can do this? you're looking for the tag in html

Re: Please Help: Any tomcat/3rd party class that can do this?

2002-10-21 Thread Josh G
t;[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 9:10 AM Subject: Please Help: Any tomcat/3rd party class that can do this? > > Sorry if this is newbie but I am somewhat new to Java. I have poured > thru several books and can

Please Help: Any tomcat/3rd party class that can do this?

2002-10-21 Thread Carson, Chuck
Sorry if this is newbie but I am somewhat new to Java. I have poured thru several books and cannot find anything that does what I want. I have to generate reports with multiple columns of variable width. I need a java class to format these. In C, I would do this: printf("%10s %10s %-10s", string1

Re: Please Help: How can I generate .java files from JSP files

2002-10-18 Thread Jean-Francois Arcand
Go under ${catalina.home}/bin and then type jspc.{bat or sh, depending on which machine}. You will invoke manually Jasper (The JSP compiler used by Tomcat) . The following options will be displayed: where jsp files is any number of: A file to be parsed as a jsp page -webapp A d

Please Help: How can I generate .java files from JSP files

2002-10-18 Thread Carson, Chuck
What within tomcat pre-compiles the jsp pages into java files so that they can then be compiled by javac? Much thanks, CC -- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distr

RE: [HOW TO] - GLOBAL VARIABLES - PLEASE HELP

2002-10-18 Thread Mathew Pole
Hi Donie, The second half of this is you need to know how to access it: try { Context initCtx = new InitialContext(); String foo = (String)(context.lookup ("java:comp/env/foo")); } catch (NamingException exc) { // oops } Regards, Mathew -- Mathew Pole Web Architect, Gerard Industries

Can anyone please help Tomcat / IIS

2002-10-16 Thread Lior Shliechkorn
This is my first time trying this thing out and I'm getting there slowly...I'm working on this almost 2 weeks now. I have localhost working on the JSP's and not the HTML's and I want to access the webapp from the outside using the URL to my domain name. Can anyone please h

Re: [HOW TO] - GLOBAL VARIABLES - PLEASE HELP

2002-10-11 Thread Raj Saini
Hi Donie, You can define a variable in the global web.xml (in conf directory). This variable should be available to all your applications. This should come at the end of the $TOMCAT_HOME/conf/web.xml file. Though I have not used and tested this (I use for a single application in application s

[HOW TO] - GLOBAL VARIABLES - PLEASE HELP

2002-10-11 Thread Donie Kelly
Hi all Sorry for shouting but I've no hair left so it's the only thing I can do :) Please tell me if it's possible to define a variable in server.xml or somewhere, which is available to all running webapps. I've looked in loads of docs and searched the archive but to no avail. Please please plea

How to avoid the staus code (-1) being sent from Servlet to Applet? Tomcat experts please Help!!

2002-10-04 Thread sunita desai
Hi, To explain my problem, I have a plain Applet-Servlet communication. The servlet just reads an backend socket connection contents and keeps sending every 50 lines of information to the Applet. And the applet after receiving every 50 lines, displays it in TextArea without interpreting the data.A

RE: Please Help: Getting this exception

2002-10-04 Thread Chuck Carson
Odd. I downgraded to tomcat 4.0.5 and everything works fine. Thanks for the help, Chuck > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 10:16 AM > To: Tomcat Users List > Subject: Re: Please Help: Getting

Re: Please Help: Getting this exception

2002-10-04 Thread Craig R. McClanahan
On Fri, 4 Oct 2002, Chuck Carson wrote: > Date: Fri, 04 Oct 2002 07:35:50 -0700 > From: Chuck Carson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Please Help: Getting this excepti

Please Help: Jasper Problems

2002-10-04 Thread Chuck Carson
I am running the binary distibution of Tomcat 4.1.2 on Solaris 8. Each time a JSP page is requested, it generates the following exception: 2002-10-04 08:28:45 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: java/sql/Savepoint

RE: Please Help: Getting this exception

2002-10-04 Thread Chuck Carson
hin drivers but pretty sure that is not the problem since this jsp generates the same error. Any ideas? Thanks, Chuck > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 7:43 AM > To: Tomcat Users List > Subject: RE

RE: Please Help: Getting this exception

2002-10-04 Thread Shapira, Yoav
Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Chuck Carson [mailto:[EMAIL PROTECTED]] >Sent: Friday, October 04, 2002 10:36 AM >To: Tomcat Users List >Subject: Please Help: Getting this exception > > >I moved my tomcat server from Linux to Solaris,

Please Help: Getting this exception

2002-10-04 Thread Chuck Carson
I moved my tomcat server from Linux to Solaris, now using the binary dist of tomcat 4.1.2 and jdk 1.3.1_04. All my apps are giving me this exception: org.apache.jasper.JasperException: java/sql/Savepoint at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:2

Re: Please help me!!

2002-10-03 Thread Nikola Milutinovic
Miguel Angel Mulero Martinez wrote: > This depends on how you use the connection. If you use a db pool, then the > pool must reconnect. There're pools that do that and other that don't do. Does DBCP that comes with Tomcat 4.0.4 and later reconnect? Nix. -- To unsubscribe, e-mail:

RE: Please help me!!

2002-10-03 Thread Koes, Derrick
documentation here. http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/index.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 3:47 AM To: tomcat-user Subject: Please help me!! Hi all, I can't find an answer to

Re: Please help me!!

2002-10-03 Thread [EMAIL PROTECTED]
on't do. > > Regards. > > -Mensaje original- > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Enviado el: jueves, 03 de octubre de 2002 9:47 > > Para: tomcat-user > > Asunto: Please help me!! > > > > Hi all, > > > >

RE: Please help me!!

2002-10-03 Thread Miguel Angel Mulero Martinez
ra: tomcat-user Asunto: Please help me!! Hi all, I can't find an answer to this question. Plese help me. I have an apache-tomcat(4.0.3) system installed. I use a connection DataSource with a Oracle database (I have a resource in server.xml with type="javax.sql.DataSource"). ---

<    1   2   3   4   5   6   7   8   9   10   >