[FAQ] jGuru FAQ Update

2002-07-12 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: How to hide a download file

2002-07-11 Thread Alex Short
Certainly not the most elegant solution but you could keep the real file in a unreachable location, and upon submitting it copy's the file to a cookie_date_time_filename.ext and has them download that. Then you run a cleaner script to erase these temp files after 24 hours. Alex >

RE: getRequestURI() final.

2002-07-11 Thread Alex Kachanov
I have tested it on tomcat 4.0.x (Resine, WebLogic, WebSphere) both with cookies turn of and on both cases return /index.jsp (WITHOUT any jsessionid) only on JRUN jsession is added to the name of the file with best wishes Alexander Kachanov -Original Message- From: Power-Netz (Schw

RE: getRequestURI()

2002-07-10 Thread Alex Kachanov
encoding is needed; the unchanged URL otherwise. That's off of Sun's JDK docs for J2EE 1.3. I think it danged well better have the session in it if cookies are off! I don't know why I was thinking attributes would be there ... the sessionid is really the only piece you need to tra

RE: getRequestURI()

2002-07-10 Thread Alex Kachanov
sessionid - and other cookies/params too?). Regards, Eddie Alex Kachanov wrote: >Hello! > > >This is a page: > ><%@ page contentType="text/html;charset=Shift_JIS"%> ><%@page session="true"%> > >">Check this > ><%=

getRequestURI()

2002-07-10 Thread Alex Kachanov
Hello! This is a page: <%@ page contentType="text/html;charset=Shift_JIS"%> <%@page session="true"%> ">Check this <%= request.getRequestURI() %> <%= session.getId() %> So, guys, what do you think "request.getRequestURI()" method should return when cookies are switched of in browser and you

Re: outsiders cannot brows my site in tomcat

2002-06-24 Thread Alex Potter
e someone can get to > your router you can have your router port forward ( if it is capable) to Try http://www.dyndns.org if you need a permanent address for your connection. HTH Alex -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re[2]: AW: AW: set content type to text/pdf

2002-06-21 Thread Alex
trying to access the location "servlet/Tiparire.pdf", it says: "The requested resource (/servlet/Tiparire.pdf) is not available" Where is the problem ? Alex. Friday, June 21, 2002, 11:56:32 AM, you wrote: LM> You might need to declare the serv

Re: AW: AW: set content type to text/pdf

2002-06-21 Thread Alex
t, it says: ERROR reading java.io.ByteArrayInputStream@4e280c At Line 11 /web-app/servlet-mapping/ What is wrong ? Alex. Friday, June 21, 2002, 11:01:10 AM, you wrote: RE> It's possible to configure tomcat to let you request RE> /servlet/Tiparire/text.pd

Re: AW: set content type to text/pdf

2002-06-21 Thread Alex
Hello Ralph, I can't point my browser to a location that ends with .pdf, because i have to point it to my servlet, for ex: document.location.href="/servlet/Tiparire" Is there any trick to do this ? Alex. Friday, June 21, 2002, 10:44:00 AM,

set content type to text/pdf

2002-06-21 Thread Alex
, when i choose "open", it asks me which application should i use to open that file (it is called Tiparire[1], because my servlet is called Tiparire), and then i choose acrobat reader. What can i do so my browser automatically opens the pdf content generated by the servlet ? Thanks in a

Re[2]: calling servlets from jsp

2002-06-20 Thread Alex
Hello Mike, As i said: The path to my servlet is: "C:\tomcat401\webapps\ROOT\WEB-INF\classes\qc\achizitii" My servlet is called "Tiparire.class" The path for my jsp pages is: "C:\tomcat401\webapps\ROOT\qc\achizitii" Can you help me set up my server ? Thanks in adva

Re[2]: calling servlets from jsp

2002-06-20 Thread Alex
king, i'm sure. How can i call my servlet from a jsp page ? Alex. Thursday, June 20, 2002, 7:29:42 PM, you wrote: BRlc> Can you run the servlet in the first place? BRlc> for example using a URL such as this: BRlc> http://localhost:8080/webapp/servlet/ServletName BRlc> s

calling servlets from jsp

2002-06-20 Thread Alex
Hello, I want to call a servlet from a jsp ( i mean, when i press a button in the html file generated by the jsp, i want to call a servlet). for ex: document.location.href = "SERVLET"; How can i do this ? Thanks in advance... Alex. -- To unsubscribe, e-mail: <mailto:[EM

Ultradev (Windows) -> Apache/Tomcat (Linux)

2002-06-13 Thread Alex Short
pment version via cvs (cvs client running on the linux box within the sandobx) then out to a staging box, then production. I think the idea might work, just wondering if anyone has gone down this path. Thanks Alex -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional comma

RE: mod_jk and Mapping configuration error

2002-06-13 Thread Alex Short
esn't address virtual hosts which is important for me. Thanks very much for the help, again if someone has this setup themselves or seen it, by all means. Alex > > I haven't had a chance to try this yet, but a friend of mine sent this to me > late yesterday, it is apparently

Re: mod_jk and Mapping configuration error

2002-06-13 Thread Alex Short
and docBase etc, to no avail. Does anyone have a working set of server.xml config files for a virtual host setup using apache+tomcat4+mod_jk ? I want to have .jsp files within my webdirectory and point them to tomcat by file extention as i tried with JkMount /*.jsp ajp13 in my config. Thank

mod_jk and Mapping configuration error

2002-06-13 Thread Alex Short
s reportmessage /index.jspdescription The requested resource (/index.jsp) is not available. And this in my tomcat logs 2002-06-13 09:09:35 StandardHost[localhost]: MAPPING configuration error for request URI Help please Alex -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addit

RE: mod_webapp and static content

2002-06-12 Thread Alex Short
, then use the mod_webapp for that /jsp to direct to tomcat, but is there another way to divide between apache and tomcat? Perhaps using another connector besides mod_webapp? Alex > > >From the tomcat 4.0.2 release notes: > > "Currently, mod_webapp forwards *all* requests

Apache+Tomcat, mod_webapp or mod_proxy?

2002-06-10 Thread Alex Short
to the www directory, so that both apache and tomcat can see the same files, and have apache pass it off if the content is jsp. Ideally i'd set it up so both apache servers can talk to their own tomcat4 server and also cross over to the other one if theirs is down. Any advice? Thanks -Al

[FAQ] jGuru FAQ Update

2002-06-07 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

File download with Tomcat 4.0.2

2002-05-31 Thread Alex Roussev
with another file extention ( fls ). However, when I click on the href Tomcat displays the contents of this file in the browser. Is there something I need to set up the web.xml file? Do I need to define another ? Thank you, Alex - Do You Yahoo!? Yahoo

[FAQ] jGuru FAQ Update

2002-05-24 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

[FAQ] jGuru FAQ Update

2002-05-17 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Where is catalina-ant.jar file?

2002-05-17 Thread Alex Colic
Hi, I am going through the build instructions online and they refer to catalina-ant.jar. I checked my install of tomcat 4.03 and I do not have that file. Any idea where I can get it? Thanks Alex -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

[FAQ] jGuru FAQ Update

2002-05-03 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

[FAQ] jGuru FAQ Update

2002-04-27 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: Tomcat and Apache 2

2002-04-22 Thread Alex Potter
-src.tar.gz http://makeashorterlink.com/?G22365CB HTH Alex - Original Message - From: "Simon Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 3:23 PM Subject: Tomcat and Apache 2 > There have been quite a few posts about how

Re: Tomcat 4 + Apache 2 + mod_webapp HOWTO

2002-04-22 Thread Alex Potter
Jeff Many thanks - followed your directions and it works (after a week of banging my head on the wall!) Alex - Original Message - From: "Jeffrey Bonevich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 4:20 AM Subject: Tomcat 4 + Apach

RE: web.xml editor

2002-04-19 Thread Alex Kachanov
Ok, jsut forget it with best wishes Alexander Kachanov -Original Message- From: Oyvind Vestavik [mailto:[EMAIL PROTECTED]] Sent: 20 ?? 2002 ?. 0:33 To: Tomcat Users List Subject: RE: web.xml editor XML Spy is the best I know of.. Øyvind -- To unsubscribe:

[FAQ] jGuru FAQ Update

2002-04-19 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

RE: web.xml editor

2002-04-19 Thread Alex Kachanov
well, guys, you don't get it. I'm pretty confortabe with XML, I do not neet just another XML editor of IDE. I need an application that reads web.xml and shows it in confortable set of buttons check boxes, switches or whatever. Just an example: there is a application config file and there is a co

RE: web.xml editor

2002-04-19 Thread Alex Kachanov
ECTED]] Sent: 19 ?? 2002 ?. 22:51 To: Tomcat Users List Subject: RE: web.xml editor Alex, Check out jEdit (www.jedit.org) it has an XML plugin that identifies syntax errors, provides auto-completion of tags (you type the open tag, it supplies the close tag), a tag wizard and a tree view window.

web.xml editor

2002-04-19 Thread Alex Kachanov
Hi, guys! does any one knows any gui web.xml editor that shows all application properties in nice fasion? and. yes I know I can edit web.xml with a Notepad, but some user interface would be nice. with best wishes Alexander Kachanov -- To unsubscribe: For additi

Search Engine and Tomcat

2002-04-15 Thread alex
tomcat also disinterested in having a google search of ones own content. Thanks Alex -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

[Ajp13] bad read: -103 ?What's this

2002-04-12 Thread Alex Colic
Hi, I was having a look at my catalina.out log file and I notice that I have a lot of the following lines: [Ajp13] bad read: -103 Any idea what they mean? Thanks Alex -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles w

some weird behaviour...

2002-04-11 Thread Alex Sauve
rg As you can see I have a bunch of on their own JSP and I have a web application called SSO which has some JSPs as well... If you need other information, please just ask... Thanks ahead of time Later, Alex -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <

[FAQ] jGuru FAQ Update

2002-04-05 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

RE: is their a way to run tomcat as a service

2002-04-04 Thread Alex Colic
Hi, the latest version 4.03 has an option to run Tomcat as a service. That's how I do it. Works fine. Alex -Original Message- From: Lalit Nagpal [mailto:[EMAIL PROTECTED]] Sent: April 4, 2002 6:55 AM To: [EMAIL PROTECTED] Subject: is their a way to run tomcat as a service is

weird behaviour with jsp pages

2002-04-03 Thread Alex Sauve
jsp directory. If you need anymore information, please just let me know and thanks for your help... Alex -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Getting error with IIS and Tomcat

2002-04-02 Thread Alex Colic
27;pw' and I do have a lot of pages that start with 'pwC' but I do not have a page called 'pwC.jsp'. I also noticed that this problem seems to only occur on reboot and I can clear it by hitting F5 a couple of times with IE. Any ideas? Any help is appreciated. Alex -- To

[FAQ] jGuru FAQ Update

2002-03-29 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2002-03-22 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

Re: Adding a system property?

2002-03-18 Thread Alex Potter
I do that? Where Tomcat will read your application's WEB.XML - you can set the System property in the init method of an appropriate servlet. HTH Alex -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Intermittent "page not found" errors.

2002-03-17 Thread Alex Potter
? Google was no help at all, this time. The test system is NT4.0 server SP6a + patches, PII 233, 128MB RAM, Apache 1.3.20, Tomcat 3.2.3 and JDK 1.3.1_02. TIA Alex -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the l

Re: Finding the name of the included page from the request object

2002-03-17 Thread Alex Muc
Craig, That works, and is exactly what I'm looking for. Thanks a bunch. Alex. Craig R. McClanahan wrote: >On Sat, 16 Mar 2002, Alex Muc wrote: > >>Date: Sat, 16 Mar 2002 17:12:02 -0500 >>From: Alex Muc <[EMAIL PROTECTED]> >>Reply-To: Tomcat Users List <[EM

Finding the name of the included page from the request object

2002-03-16 Thread Alex Muc
being processed. If I'm in pageB.jsp it should return "pageB.jsp" (or something similar) regardless of whether pageB.jsp is invoked directly from the client or indirectly through an include in pageA.jsp. Thank you for your help. Alex. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

[FAQ] jGuru FAQ Update

2002-03-15 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2002-03-08 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ Servlets FAQ: http://www.jguru.com/faq/Servlets Is

[FAQ] jGuru FAQ Update

2002-03-01 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

Re[2]: value of an parameter: too long ?

2002-02-25 Thread Alex
Hello Chris, Thanks a lot, i hope that i'll solve my problem, this way... Alex. Monday, February 25, 2002, 4:12:36 AM, you wrote: CC> Tomcat 4 is more strict about strings passed as URL parameters. If there are CC> any URL string type characters (ie. &, ?, =) in the paramete

value of an parameter: too long ?

2002-02-25 Thread Alex
i don't know why, maybe because the value for tableName is too long. Using tomcat 3.3, everything works fine. Can someone tell me how should i fix this problem (should i edit the config files for tomcat 4.0.1) ? Thanks in advance... Alex. -- To unsubscribe: <mailto:[EMAIL PROTECTED]>

tomcat 4 & forte 3.0 ce

2002-02-17 Thread Alex
Does anyone knows how can i setup tomcat 4.0.1 to work with forte 3.0 ce as the ide's default web server (forte 3.0 ce use tomcat 3.2, but i need tomcat 4.0.1) ? Thanks in advance ... Alex. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[E

tomcat 4 & forte 3.0 CE

2002-02-15 Thread Alex
Does anyone knows how can i setup tomcat 4.0.1 to work with forte 3.0 ce as the ide's default web server (forte 3.0 ce use tomcat 3.2, but i need tomcat 4.0.1) ? Thanks in advance ... Alex. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[E

[FAQ] jGuru FAQ Update

2002-02-15 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ Servlets FAQ: http://www.jguru.com/faq/Servlets How

tomcat 4.0.1 & forte 3.0 ce

2002-02-15 Thread Alex
Does anyone knows how can i setup tomcat 4.0.1 to work with forte 3.0 ce as the ide's default web server (forte 3.0 ce use tomcat 3.2, but i need tomcat 4.0.1) ? Thanks in advance ... Alex. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[E

Re: CDROM applications with tomcat

2002-02-14 Thread Alex Brain
and error messages, but at least it doesn't write to the disk. Even our sales team can cope with this for demoing our software! Hope it helps, Alex >>> [EMAIL PROTECTED] 14/02/02 16:32:36 >>> Hi, Franck. I'm not sure if this would work, but maybe you could try to

[FAQ] jGuru FAQ Update

2002-02-08 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

RE: Tomcat as an NT service

2002-02-06 Thread Alex Perez
Have you got anything in the log for the service? Alex -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 19:16 To: Tomcat Users List Subject: Tomcat as an NT service Thanks for the help I recieved early, found out why I couldnt get it to work

Tomcat +JSSE problem

2002-02-06 Thread Alex Perez
ocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) ... Rest of trace ommited. - Again I CAN VIEW THE PAGE My guess is that there may be something wrong with the keystore, but then why the SocketException?? Any ideas??? Thanx in advance. Alex -- To unsub

jdbc realm

2002-02-06 Thread Alex Johansson
Hi I use tomcat 3.2 and wounder how I can set up jdbc realm for each tomcat application. Eeach application use different databases. Today it seems that you only can have one jdbc realm instance for all the applications. In server.xml the syntax is for tomcat 3.2 Regards Alex

[FAQ] jGuru FAQ Update

2002-02-01 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2002-01-25 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2002-01-18 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2002-01-11 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ Servlets FAQ: http://www.jguru.com/faq/Servlets How do

[FAQ] jGuru FAQ Update

2002-01-04 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2001-12-28 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2001-12-21 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2001-12-14 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2001-11-30 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2001-11-24 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq

[FAQ] jGuru FAQ Update

2001-11-16 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

[FAQ] jGuru FAQ Update

2001-11-02 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

AJP13 bad read -113?

2001-10-31 Thread Alex Colic
Hi I am getting the following error in my dos window. I have used Andrew Bruno's instructions for setting up Tomcat 4.0.1 to work with IIS 4 on NT svr 4. Any idea what it means? [AJP13] bad read -103 Thanks Alex -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For

[FAQ] jGuru FAQ Update

2001-10-27 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Can precompiled jsp's be used with any web server?

2001-10-26 Thread Alex Colic
Hi, If I create a war file which holds precompiled jsp's will they work with any web server? I am wondering about how to develop a generic war file that is not tied to the web server. Regards Alex

RE: Can't get precompiled JSP to be welcome page?

2001-10-26 Thread Alex Colic
Ah, Thanks for the info. I will try that. Alex 8 Date: Thu, 25 Oct 2001 06:59:13 -0400 To: [EMAIL PROTECTED] From: Randy Layman <[EMAIL PROTECTED]> Subject: RE: Can't get precompiled JSP to be welcome page?

RE: Precompiled jsp's

2001-10-24 Thread Alex Colic
below, the app runs fine. The only problem I have is that I can't seem to get a precompiled JSP to work as a welcome file. Regards Alex

Can't get precompiled JSP to be welcome page?

2001-10-24 Thread Alex Colic
pwLogin.jsp When I access my web app without specifiying a JSP I get a page of web apps root directory. If I specify webapp/pwLogin.jsp I get the page. Any help, ideas is appreciated. Alex

[FAQ] jGuru FAQ Update

2001-10-19 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

[FAQ] jGuru FAQ Update

2001-10-05 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: Problem in solaris

2001-10-04 Thread Alex Sanderson
There is no specific time that tomcat will run the destroy method of a servlet. I am sorry but I do not know enough about oracle configuration to help you with connection timeouts in oracle. - Original Message - From: "Héctor Garcia Peris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: Problem in solaris

2001-10-04 Thread Alex Sanderson
Oracle probably has a connection time limit. Maybe you should shut the db connection when you are finished with it and reopen it when you need it again. If you are worried about performance then you should be using a database pool. Tomcat 4 comes with tyrex which can do that for you. - Origi

Re: Problem in solaris

2001-10-04 Thread Alex Sanderson
connection but I am not sure about that. Maybe you should try opening/closing the connection each time you use it or at least checking to see if it is still there before using it. Alex - Original Message - From: "Héctor Garcia Peris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Webapp multiple connections

2001-10-04 Thread Alex Sanderson
which suggests that webapp can handle more than one connection. I cannot find any examples using two or more connectors though. Alex

TC4: java.lang.LinkageError: duplicate class definition. PLEASE HELP!

2001-10-03 Thread Roytman, Alex
n (jars TC/common/lib) I am not sure how can I debug this because complex nature of TC class loading I would appreciate your help Alex java.lang.LinkageError: duplicate class definition: org/apache/xalan/lib/Extensions at java.lang.ClassLoader.defineClass0(Native Method)

Help, anyone have a set-up up for Tomcat

2001-10-01 Thread Alex Colic
Hi, I distribute Tomcat with my apps. I am trying to create a set-up for Tomcat. I need something better than the zip file. Anyone have a set-up that installs the jdk/jre and Tomcat, adds the environment variables etc. Thanks for any help. Alex Colic

How to use jspc

2001-10-01 Thread Alex Colic
. Can someone point out how I should be using the jspc to compile the jsp's and then where I should be placing them. Thanks for the info. Alex

RE: Why won't tomcat run with jre

2001-09-25 Thread Alex Colic
pages? Alex What do you mean by failing? Tomcat only needs the JDK if you are using JSPs. What we do is use JSPs in development and then use JSPC to convert the JSPs to servlets for testing and production. Randy

Why won't tomcat run with jre

2001-09-25 Thread Alex Colic
and not the jre but according to the license I am not allowed to include the jdk with my apps. As anyone figure out how to create a setup for Tomcat. Alex

[FAQ] jGuru FAQ Update

2001-09-21 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: Getting a Verisign certificate

2001-09-19 Thread Alex Colic
I am trying to get a certificate from Verisign. I am trying to get a demo certificate and it is asking me for a (CSR) Certificate Signing Request. Alex

Re: Getting a Verisign certificate

2001-09-19 Thread Alex Colic
Hi, we need an official certificate. Any idea where I can get one for Tomcat? Alex --- Wednesday, September 19, 2001, 3:42:33 PM, Alex Colic <[EMAIL PROTECTED]> wrote: > Hi, I am trying to get a verisign ce

Getting a Verisign certificate

2001-09-19 Thread Alex Colic
Hi, I am trying to get a verisign certificate for tomcat. The wizard is asking for a (CSR) Certificate Signing Request. Do you know where I can get one of those for tomcat? Thanks Alex

[FAQ] jGuru FAQ Update

2001-09-14 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

web.xml and reloading

2001-09-13 Thread Alex Colic
Hi where are these tags set? In the web.xml or servlet.xml files: Thanks Alex

[FAQ] jGuru FAQ Update

2001-09-07 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: How can I have a class run on start-up?

2001-09-07 Thread Alex Colic
Hmm. I don't know about that. For the user that would just be another app he has to start. I was trying to automate things. I was wondering about creating a servlet and forcing it to run when Tomcat starts. What do you thing? Alex --

How can I have a class run on start-up?

2001-09-07 Thread Alex Colic
questions are: 1: how can you have a class start when the web server starts? This needs to work with all web servers. 2: how can you have a class in a web app register itself with the class listening on the port? Any suggestions are appreciated. Regards Alex Colic

does tomcat have the cajones?

2001-09-06 Thread alex reuter
ing a commercial application server and have been having a hell of a time with stability and performance and lately have taken to breaking modular pieces out and running them along side as servlets inside tomcat. If not tomcat, then what? Thanks for any replies. Alex

<    1   2   3   4   5   6   >