Re: Including a JSP into another.

2003-10-02 Thread Andoni
splaying at all. Sorry for wasting your time and thanks for your efforts. Regards, Andoni. - Original Message - From: "Tim Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 5:32 PM Subject: Re: Including

Including a JSP into another.

2003-10-02 Thread Andoni
Hello, This does not work for me at all: But when I do a simple substitution for: <%@ include file="mypage.jsp"%> It works fine. I want to use the first one though as I want to add parameters to the call. What is the difference? How does one not work? Any help appreciated. Andoni.

Pointing a ServerOutputStream at the printer? Possible?

2003-09-30 Thread Andoni
to a file but I don't know how to send the data to the printer. Can you please help? Kind regards, Andoni. PS: If anyone wants the code for the file version just let me know. A.

Re: tomcat servlet-mapping

2003-09-23 Thread Andoni
subject. If you have not been downloading this list the archives are here: http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 If you still can't quite figure your situation out get back again. Later, Andoni. - Original Message - From: "Fred Astaire" <[EMA

can I run an app. from a *compressed* .war file with unpackWARs="false" ?

2003-09-22 Thread Andoni
have come across errors in the core dump with came from the use of "zip" classes. Anyway, anybody any similar experiences? Tomcat 4.0.4 Java 1.3.1 Andoni.

Can .WAR files be compressed if unpackWARs="false"?

2003-09-22 Thread Andoni
have come across errors in the core dump with came from the use of "zip" classes. Anyway, anybody any similar experiences? Tomcat 4.0.4 Java 1.3.1 Andoni.

Re: Desperation! Tomcat crashing inexplicably. :-& Fresh ideas needed.

2003-09-19 Thread Andoni
I got to the log file last night and the error it has is: SIGBUS10* bus error Has anybody seen this before? Any ideas? Thanks, Andoni. > > > > > > >-Original Message- > > >From: Peter Guyatt [mailto:[EMAIL PROTECTED] > > >Sent: Thursd

Re: Desperation! Tomcat crashing inexplicably. :-& Fresh ideas needed.

2003-09-18 Thread Andoni
bring the machine down again at about 6pm but I doubt it will say very much either. Do you use DBCP with Tomcat 4.0.x ? Andoni. - Original Message - From: "Phillip Qin" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Se

Desperation! Tomcat crashing inexplicably. :-& Fresh ideas needed.

2003-09-18 Thread Andoni
? What kinds of things make it crash? I am at a loss having tried every thing I can imagine to make it work. I would be eternally grateful for any new leads. My thanks, Andoni. Tomcat 4.0.4 (crashes) Apache 1.3.26 (keeps going) DBCP Ajp13 Oracle 9i (keeps going)

Re: Query on element of web.xml file ??

2003-09-18 Thread Andoni
The mail from this list is archived here: http://marc.theaimsgroup.com/?l=tomcat-user The specification is a much easier thing to work with though in my opinion. Andoni. - Original Message - From: "Bikash Paul" <[EMAIL PROTECTED]> To: "Tomcat Users List"

Session level beans.

2003-09-17 Thread Andoni
ry to access myBigBean.doSomething() I just get error messages saying myBigBean is unknown. Thanks for any help or pointers to reference info. Andoni.

Re: Connection Pooling in Tomcat 4.0

2003-09-16 Thread Andoni
can download the DBCP package from here: http://jakarta.apache.org/commons/index.html You need to download DBCP, Collections & Pool >From there it's easy just put the necessary bits in your server.xml (yes I think this is unavoidable) and it works a treat. Hope that he

jsp -> string ?

2003-09-10 Thread Andoni
l out a jsp page and send this as the body of the email. Can anyone tell me how to achieve this? How do I convert the .jsp with all it's parameters filled in, into a java.lang.String? My thanks in advance, Andoni.

Re: Error Page 500 Not working. FAQ

2003-09-10 Thread Andoni
Sorry, make that java.lang.Throwable instead of java.lang.Exception. Andoni. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 7:36 PM Subject: Re: Error Page 500 Not wo

Re: Error Page 500 Not working. FAQ

2003-09-10 Thread Andoni
includes all classes that cause and error 500 then it works well. It would be nice to have it work correctly though! Even in the early version of 5.0.x it seems to have been not working again after being fixed late in the 4.1.x line. Andoni. - Original Message - From: "Andoni" <[EM

Error Page 500 Not working.

2003-09-10 Thread Andoni
these entries in the web.xml and I put a divide by zero error into my code to test it then it brings up the default Tomcat error page with the Exception and the 500 at the top? 500 /jsp/error500.jsp Am I missing something? Andoni.

Re: TC logfiles

2003-09-10 Thread Andoni
that is not advisable. You cannot format these log files in the way you can format Apache's log files. Hope that helps, Andoni. - Original Message - From: "Jerald Powel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 7:56 AM

Re: /admin tool bringing up blank screens - Corection.

2003-08-29 Thread Andoni
As you can imagine I'm not using 4.1.28 as it has not been written yet. I am using 4.1.24 though. Andoni. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 2:35 PM S

/admin tool bringing up blank screens???

2003-08-29 Thread Andoni
? Thanks, Andoni.

Re:

2003-08-28 Thread Andoni
some poking around in TOMCAT_HOME/conf/web.xml to see if there is something getting in the way there. If you still have problems let me know. Andoni. - Original Message - From: "Robert Charbonneau" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED

Re: Badly stuck... Need help "Can't read /...$jsp.java"???

2003-08-27 Thread Andoni
Permissions are fine. All other files are working correctly, only this one is having problems!! Andoni. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 3:16 PM

Re:

2003-08-27 Thread Andoni
tions. As for getting Apache to work with a .jsp file instead of passing it on to Tomcat all you have to do is remove the JkMount /*.jsp ajp13 statement from Apache's httpd.conf file. But then these will be treated as ordinary text files not script files which have to be inter

Badly stuck... Need help "Can't read /...$jsp.java"???

2003-08-27 Thread Andoni
error Thanks. Andoni.

Re: Name JDBC is not bound in this context.

2003-08-14 Thread Andoni
resources for, so it produses an error. Is there any way I can stop webapps loading by default? Andoni. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 11:43 AM Subject

New Connection pooling => Apache Connects Maxing out ?

2003-08-14 Thread Andoni
Why does TOMCAT connection pooling require my Apache web server to make more connections to the client??? This is causing a total site outage as I cannot replicate the problem in any test environment so it is URGENT!! Please Please help. Kind regards, Andoni.

Re: Tomcat Conn Pooling in 4.0.4 - Very Slow?

2003-08-14 Thread Andoni
ok that up. Have you any thoughts? Should I install commons DBCP? Andoni. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 6:27 PM Subject: RE: Tomcat Conn Pooling

Re: Tomcat Conn Pooling in 4.0.4 - Last queston...!

2003-08-14 Thread Andoni
One last question: Do you all use: Or do you call a different "type". Such as javax.sql.PooledDataSource Andoni. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wedn

Tomcat Conn Pooling in 4.0.4 - Very Slow?

2003-08-14 Thread Andoni
f the application that don't do database access work fine (or even faster than the old app.) but those that need to do db access are very slow comparatively. Is there something I am missing? Is this what others have found? My server.xml looks like below: Thank

Re: Tomcat Conn Pooling in 4.0.4 - Very Slow?

2003-08-14 Thread Andoni
I have downloaded: commons-dbcp.jar commons-pool.jar commons-collections.jar And I am trying this out. It seems to have worked well on my development Windows2x box, now lets see if it works on Tomcat in OpenVMS!!! I'll keep you informed! Andoni. - Original Message - From: &qu

DBCP: Suggested settings and reasons for them.

2003-08-14 Thread Andoni
Thanks, Andoni. maxActive = 8 (0 => no limit) maxIdle = 8 (0 => no limit) maxWait = -1 (wait indefinitely) // I am fairly sure I am going to leave these as defaults, any reasons why not? defaultAutoCommit = true defaultReadOnly = false validationQuery = null // These are really only

Re: Tomcat Conn Pooling in 4.0.4 - Very Slow?

2003-08-14 Thread Andoni
Factory? What is a factory? What does it look like? I thought what I had below WAS a factory? is having DataSource there not good enough? What's below is exactly what my Tomcat book has!! Can you please help? Andoni.. Thanks in advance. - Original Message - From: "Sha

Stop webapps loading by default?

2003-08-14 Thread Andoni
I want to configure server.xml so that my webapps only load if I put a entry for them in server.xml Is there any way to do this? Andoni.

Name JDBC is not bound in this context.

2003-08-14 Thread Andoni
little slow) so I cannot see what could be wrong. Can anyone help me? Please! Andoni.

Re: Tomcat Conn Pooling in 4.0.4 - My thanks...!

2003-08-07 Thread Andoni
regards, Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JNDI Names Clashing

2003-07-31 Thread Andoni
Hello, Can JNDI names clash if they are in different HOST containers in the server.xml file? Thanks, Andoni. PS: they are for a database connection pool.

Re: Where does index.jsp come from

2003-07-31 Thread Andoni
That page is not an index.jsp. it is: /webapps/ROOT/index.html HTH. Andoni. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 3:35 PM Subject: Where does index.jsp come from > Greetings, > I set up Tomcat again b

Re: tomcat5.0

2003-07-30 Thread Andoni
with as many of the default settings as you can. If you NEED to move it you can mail me and I'll give you instructions. Andoni. - Original Message - From: "Raicea Lavinia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 10:58 AM Subject

Re: Tomcat with Virtual hosting

2003-07-30 Thread Andoni
from Apache and let Tomcat handle this by putting jsp/index.jsp into the web.xml of the application in question. In fact I now realise that I have both of the above implemented for the app. I'm looking at at the moment. Hope that helps, Andoni. - Original Message - From:

Re: 500 Custom Error

2003-07-30 Thread Andoni
Surely you mean: String more = "cowbell"; more = null; more.toString(); or even: String more = null; more.toString(); Andoni. - Original Message - From: "Tim Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesd

Clashing JNDI names? Maybe?

2003-07-30 Thread Andoni
reable, does it mean even between hosts? Thanks. Andoni. driverClassName oracle.jdbc.driver.OracleDriver user live password *** driverName jdbc:oracle:thin:@

Re: config help

2003-07-23 Thread Andoni
should put your initial pool of open connections to very close to this number. e.g. if your max number of connections is, 170 (like mine) then set your initial pool size to 140-150 so that there is practically no connection opening/closing done by your program while it's running. A

Re: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Andoni
ctory is in you PATH variable as you say it is. Good luck, it may be annoying at first but stick with it, it's brilliant when you get it all going. And there will always be lots of help here if you don't have personal contacts. Andoni. - Original Message - From: "Shapir

Re: Storing the SessionID in the Database.

2003-07-03 Thread Andoni
That is fine for monitoring who or how many are online now but it is no use for long-term statistics calculation. I want to be able to graph the changes in times spent on the site over the past week / month / year. For that I think I will need a DB approach?? Andoni. - Original Message

Re: Storing the SessionID in the Database.

2003-07-03 Thread Andoni
e how long (on average) users spend on my site. Andoni. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> When the user clicks, does it not go to some page in your system? Can't that page just do request.getSession(

Re: Storing the SessionID in the Database.

2003-07-03 Thread Andoni
store the session ID? Would a char(32) not do the trick? Thanks, Andoni. - Original Message - From: "Angus Mezick" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 3:36 PM Subject: RE: Storing the SessionID in

Storing the SessionID in the Database.

2003-07-03 Thread Andoni
Hello, I want to store the Session ID in the database. Does anyone know what the smallest type I can use in Oracle is? What I mean is... Is the session Id always a 32 character string? Thanks. Andoni.

Running Tomcat 4.0.4 on Multiple CPUs. Problem?

2003-07-02 Thread Andoni
Hello, I am going to move my Tomcat 4.0.4 installation over to a machine which has 4 CPUs. I am just wondering if there are any known issues with this. Has anybody had any problems which were directly attributable to a move to multiple CPUs? Thanks, Andoni.

Re: Precompiling JSPs

2003-06-19 Thread Andoni
Here's my problem with JspC task: "does not factor in class or taglib dependencies, or references. " Quote from the page mentioned below!! I need these things factored in or else you cannot run javac on these *.java files. Thanks, Andoni. - Original Message - From:

Precompiling JSPs

2003-06-18 Thread Andoni
major one. Is there a way to compile the .java files the way Tomcat does (which takes account of included .jsp's)? Does ANT create .class files? Thanks in advance. Andoni.

Re: virtual hosts - tomcat 4

2003-06-10 Thread Andoni
l and another at webapps/myapp or it will always get mixed up. Andoni. - Original Message - From: "Fiona" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 12:58 PM Subject: Re: virtual hosts - tomcat 4 > Thanks,

How to UTF-8 your site.

2003-06-10 Thread Andoni
ing; } return utf8String; } I have found that these three steps are all that is necessary to make your site accept any language that UTF-8 can work with. I extend my thanks to those of you on the Tomcat users list who helped me find these little gems. Kind regards, Andoni.

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Andoni
4.0. If there is something preventing you from using this connector tell the list about it and we'll see what we can do ;-) Enjoy, Andoni. - Original Message - From: "Michael Mattox" <[EMAIL PROTECTED]> To: "Xavier Ambrosioni" <[EMAIL PROTECTED]>; <

Re: Tomcat server.xml context-specific configuration

2003-03-28 Thread Andoni
ak up config files into smaller files here, there and everywhere around the tree. If you are just starting out and you are not used to configuring Tomcat servers then you might start this way and change if you don't like it or vice-versa. Hope that's of some help. Andoni. - O

Tomcat stops logging at random times.

2003-03-27 Thread Andoni
!! Has anybody seen this before? Is it a 4.0.4 thing? Thanks in advance, Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What is missing? Please help

2003-03-25 Thread Andoni
We need a little more information. Try posting the relevant chunck of your server.xml file even with the names changed if you want to hide your identity. You may also post your web.xml file if you have one and the directory structure in which you have the .jsp file. Regards, Andoni

login screen localisation (OT)

2003-03-25 Thread Andoni
I seem to remember an unwritten rule about pre-login screens not using the database in web-based applications. Is this a common thing? If so how do I handle localisation of the login page? Apologies for OT nature, Thanks, Andoni

Re: JNDI problems

2003-03-21 Thread Andoni
Could it be because of the conflict between the declaration of the resource as being "shareable" in the server.xml file and being Container in the web.xml? I am very new to this stuff. Andoni. - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users Li

Re: Manager application.

2003-03-21 Thread Andoni
Found my solution myself by doing a simple test. The app. is held in memory and therefore when you reboot the server the changes are lost. Andoni. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent:

Manager application.

2003-03-20 Thread Andoni
when I restart Tomcat will my new .war file still be there? My thanks in advance, Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JNDI Database conn., .war not exploding.

2003-03-19 Thread Andoni
Thanks a million for that explanation. I had been using the .war file in the docBase since this morning but it was a niggling wonder of mine!! ;-) thanks again, Andoni. - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List"

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread Andoni
Forget any other manipulation. Just take the string from the parameter. No encoding changes on the form etc. Just plain simple one line change. I'll forward you my example servlet tomorrow if you wish but must go now. Sorry, Andoni. - Original Message - From: "tito santin

Oracle - JNDI - Pooling - classes12.zip

2003-03-19 Thread Andoni
is v. vague. Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread Andoni
m what is received in the parameter string into what you put into the database and it should work away without any other problems. Andoni. - Original Message - From: "tito santini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 11

JNDI Database conn., .war not exploding.

2003-03-19 Thread Andoni
version of javax.sql.DataSource so I am going to use that. There was also a copy DataSource.class in jdbc2_0-stdext.jar so I removed that also. But no effect, my .war still will not explode. Please help. In my server.xml I have both and tags: user andoni

Re: cache problem

2003-03-07 Thread Andoni
Do you know about the //work folder? This is where the compiled JSPs are stored. Andoni. - Original Message - From: "Manolis Mavrikis" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 11:36 AM Subject: cac

Re: What is my SSL-aware virtual host

2003-03-07 Thread Andoni
This line goes into the section in httpd.conf or the relevant file that you are using to configure apache. It is not understood by Tomcat. This only affects MSIE 4 beta 2 (V.Rare). Andoni. - Original Message - From: "stev sutherland" <[EMAIL PROTECTED]> To: <[EMA

Re: about proper WEB.XML ????

2003-03-06 Thread Andoni
you don't actually NEED any of the entries on the web.xml file. but you do need the file so use this for now and see how you get on. Andoni. http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> - Original Message - From: "apratim sharma" <[EMAIL PROTECT

manager app. login Tomcat4.0.4

2003-02-27 Thread Andoni
/web.xml to give them each their own login? I tried this but when I restarted tomcat it just seized up on me and would load nothing :-( Thanks, Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Slightly Off Topic: Web Site Content

2003-02-21 Thread Andoni
s MVC, Classes doing processing and DB access fronted by a single servlet which spits out JSPs. Andoni. - Original Message - From: "Kevin Andryc" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 2:31 PM Subject: Sli

Re: servlet/jsp/j2ee/pattern/ mailing list

2003-02-21 Thread Andoni
are not Irish but it does not matter, you can use: http://www.ijug.org/ The Irish Java User's Group who have a very good web site discussion forum. Andoni. - Original Message - From: "Etienne" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <

Re: Tomcat and Apache

2003-02-21 Thread Andoni
n provide. Andoni. - Original Message - From: "Etienne" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 12:01 PM Subject: Tomcat and Apache > Hi, I have a simple question to ask. Why most of

Re: /manager & /admin Tomcat 4.1.18 - IGNORE THIS...

2003-02-21 Thread Andoni
A quick look at server.xml reveals that the Memory realm is not enabled by default (it is commented out) in favour of the JNDI Realm. Andoni. - Original Message - From: "Andoni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Fr

/manager & /admin Tomcat 4.1.18

2003-02-21 Thread Andoni
Are these different things? /manager and /admin I have Tomcat 4.0.4 working and I know it only has /manager but now after getting 4.1.18 working on my windows platform I can only get /admin working even though there is a "manager" subdirectory to the webapps directory

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
problem was to do with multiple hosts. You have to have a manager application set up for each host I think? Do you not? Andoni. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: T

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
moving it again. Please let me know if it applies to 4.0.x anyway. Andoni. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 3:57 PM Subject: RE: Error 50

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
Where is this "role" tag documented? I don't see it anywhere in the docs. I have the app. appearing on the screen now and I am about to start testing it but I have not installed any "role" tags and there are none in the file. Are they necessary? What do they do? Andon

Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
-users.xml and it looks like: I am trying to log in as the "administrator" user that I added. What else do I have to do? Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: change alias

2003-02-20 Thread Andoni
ctory alongside "examples" for each application you create. HTH. Andoni. - Original Message - From: "Ami Choksi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 12:59 PM Subject: change alias > Hi all, > Do u have a

Re: how to change the default index page

2003-02-20 Thread Andoni
more specific. Also if you have a virtual host set up in Apache (or even if you are using apache) the config of that is necessary. Hope that helps, Andoni. - Original Message - From: "runu rathi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Febr

Re: JDBC & ORACLE implementation !

2003-02-19 Thread Andoni
The implementation is based on which driver you use, which mostly depends on which version of Oracle you are running. What version numbers are you using for Oracle & Tomcat - Original Message - From: "Swapneel Dange" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19

Re: UTF-8 Sending Euro symbol to Servlet in Form data.

2003-02-18 Thread Andoni
Thanks for that. This seems to be consistent with a lot of the articles I have found on the web. Unfortunately, when I use multipart/form-data the servlet does not read that data, I must have to do the output in some different way. Andoni. - Original Message - From: "Arnold

Re: UTF-8 Sending Euro symbol to Servlet in Form data.

2003-02-18 Thread Andoni
Did you not have to cast "from" something? Would you mind showing me the asp code? Thanks, Andoni. - Original Message - From: "Arnold Shore" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Mond

Re: UTF-8 Sending Euro symbol to Servlet in Form data.

2003-02-18 Thread Andoni
something I can put in the HTML so that the client (browser) will either encode in UTF-8 or send the encoding with the request? Thanks, Andoni. - Original Message - From: "Jon Roberts" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Cc: <

Re: UTF-8 Sending Euro symbol to Servlet in Form data. - SOLVED!! ;-)

2003-02-17 Thread Andoni
cify UTF-8 ?? Bizarre ;-8 Anyway, thanks a million again to: Jeff Guttadauro and THG. Andoni. - Original Message - From: "THG" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 8:14 PM Subject: Re: UTF-8 S

Re: UTF-8 Sending Euro symbol to Servlet in Form data.

2003-02-17 Thread Andoni
Actually the prepared statements couldn't help as I can get the Euro symbol into the database fine by hard-coding it into my statement. It is only getting the information **from the form to the servlet** that is having a problem. Andoni. - Original Message - From: "TH

Re: UTF-8 Sending to Database.

2003-02-17 Thread Andoni
n that the driver is Ok? Should it not? Andoni. - Original Message - From: "THG" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 7:42 PM Subject: Re: UTF-8 Sending to Database. > It could be, that the for

UTF-8 Sending to Database.

2003-02-17 Thread Andoni
but when I submit a form from my JSP with a Euro symbol it gets corrupted into nonsense on the way to the servlet. Can anyone please help?? Thanks, Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Using Tomcat on OpenVMS

2003-02-14 Thread Andoni
Are you using a .war file? if so have you set the format to Stream_LF? Let me know. Andoni. - Original Message - From: "Appel, Jeremy D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 4:15 PM Subject: Using Tomcat on OpenVMS >

Re: An easy one... Default Config in conf/web.xml

2003-02-14 Thread Andoni
Thanks for that. I think I'll look up your other recommendations first. I don't know ant at all so I'll start with the other one. Andoni. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECT

Re: An easy one... Default Config in conf/web.xml

2003-02-14 Thread Andoni
But that's the way I want it to be. At the moment my apps are machine dependant because they use the web-inf/web.xml file but if I could use the server's web.xml file instead I would not have to reconfigure every time I move an app across to my live server. Andoni. - Origin

An easy one... Default Config in conf/web.xml

2003-02-14 Thread Andoni
answer? I'd be very appreciative if you did. Regards, Andoni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Pick a Platform - Linux, Windows, Unix, Solaris...

2003-01-21 Thread Andoni
I realise this may be contentious so if you wish to email me directly that's fine. I would very much like your opinions on this though. The Op Sys part particularly. Andoni. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat

Pick a Platform - Linux, Windows, Unix, Solaris...

2003-01-21 Thread Andoni
If you could pick any platform to run Tomcat on what would it be. Also what version of Tomcat is now the one to go with? I.e. stable, reliable, etc. Andoni. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: JSP fine but no Java.

2003-01-16 Thread Andoni
sday, January 16, 2003 1:47 PM Subject: RE: JSP fine but no Java. > What is the actual error message being displayed? > Can you send an example of the the tag you're using and then > the use of that bean? > It's hard to diagnose the problem without more specific information. &g

Re: JSP fine but no Java.

2003-01-16 Thread Andoni
The classfiles are in the right place. That tag is what's being used. Andoni. - Original Message - From: "Barney Hamish" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 1:20 PM Subject: RE

Re: JSP fine but no Java.

2003-01-16 Thread Andoni
AIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 1:16 PM Subject: RE: JSP fine but no Java. > Tomcat can't serve a .class file in the same way it could a .html or .jsp. > > > -Original Message- > > F

JSP fine but no Java.

2003-01-16 Thread Andoni
the .jsp files seems to work fine until a java class needs to be called. Please help as I haven't got much hair left from pulling it all out ;) Regards Andoni. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Release notes for 4.0.4

2003-01-15 Thread Andoni
Hi, I have deleted the docs from my tomcat installation and I am looking for the release notes for version 4.0.4 on the internet now. Can somebody please post the URL, as I can't seem to find them. Thanks in advance, Andoni. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECT

Re: file name

2003-01-14 Thread Andoni
response.setHeader("Content-Disposition"," attachment; filename=SuggestedFileName.pdf"); - Original Message - From: "Felipe Schnack" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 10:37 AM Subject: file name I have a servlet that genera

Re: Virtual hosting and mod_jk

2003-01-09 Thread Andoni
It is definitely not necessary to rename the .war file to ROOT. There is no special significance in that name. Andoni. - Original Message - From: "Noel J. Bergman" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, Janu

<    1   2   3   >