AW: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Ralph Einfeldt
You can't do much, as you won't get a direct feedback. Typically the sender (from or reply-to) of the mail will get a feedback mail (but there is no garantee for that) from the receiving mail server. The format and content of the mail depends on the mail server and it's configuration (some

AW: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Ralph Einfeldt
But keep in mind that this isn't completly safe, as you won't know if the address really exists or the administrator (the fallback receiver) acted as the receiver. So this depends on what you really want to achieve and what requirements you have. -Ursprüngliche Nachricht- Von: Jon

RE: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Kunal Shah
hummm that means you should load the server for checking validity of email address by sending a mail to the address, as it is not assuring that it would be correct way to find out the validity of email. I think in that case, regular expression is much convinient way to go with. --kunal

Re: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Steven J. Owens
On Thu, Oct 10, 2002 at 11:46:20AM +0530, Kunal Shah wrote: suppose there is an domain xyz.com accepting mails for its user say there are a, b and c users and administrator which will recieve mails for unresolve members i am sending one mail at [EMAIL PROTECTED] dummy is not valid mailbox

AW: Too Many Sessions!

2002-10-10 Thread Ralph Einfeldt
What makes you think that there is no user activity ? Have you verified this in the access log ? Is it possible that there is a cronjob running that checks the availability of the site ? -Ursprüngliche Nachricht- Von: Cindy Ballreich [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 9.

Re: AW: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Jon Eaves
Hi Ralph, (and others) Ralph Einfeldt wrote: But keep in mind that this isn't completly safe, as you won't know if the address really exists or the administrator (the fallback receiver) acted as the receiver. If the administrator isn't the person who initiated the transaction, he's going

RE: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Kunal Shah
thats the wonderful idea. you are talking about doing something what mailing lists are doing . this is the way they check the validity of email address.. thanks a bunch --kunal -Original Message- From: Steven J. Owens [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002

AW: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Ralph Einfeldt
Of course you should check the syntax of the address before even opening a session to a mail server, but that was already discussed in this thread yesterday. With regular expression you won't know if a syntactical valid address is a real address. -Ursprüngliche Nachricht- Von:

Mailing List

2002-10-10 Thread Bala
I missed a mail from Tomcat Users list. Where and how can i find it? (Mailing List) = One important key to success is self-confidence. An important key to self-confidence is preparation __ Do you Yahoo!? Faith Hill - Exclusive Performances,

Tomcat SSL - Changing URL https to http

2002-10-10 Thread Frédéric LE MAISTRE
I've secure my website with Apache, using the SSL connector. But I have a problem : Imagine I have a page with confidential data to send. This page has the following URL : https://localhost:8443/importantData.html We only have to change manually the URL with

Cgis

2002-10-10 Thread Pablo_Saez_Nunez
Hello everybody, i´m a newbie in tomcat and i could understand hardly everything, but i have a doubt. How can i make tomcat to serve CGI´s. I´ve read the HOW TO, but dont get it. I´m using the tomcat server under Windows, and trying to execute an .exe file compiled and linked under windows

Re: Exception starting filter Security Filter

2002-10-10 Thread Volker Leidl
Hi! In fact I was wrong in my last post. As I found out later, it did not work. I found a solution for my problem but I am not sure if it also applies to yours, Dan. Sorry for not sharing my knowledge until now, but it did not seem to interest anyone ;) During debugging I used a hacked

Re: Mailing List

2002-10-10 Thread Kwok Peng Tuck
You can search the mailman archive on the web, or ask someone about a particular thread. cheers. Bala wrote: I missed a mail from Tomcat Users list. Where and how can i find it? (Mailing List) = One important key to success is self-confidence. An important key to self-confidence is

AW: Tomcat SSL - Changing URL https to http

2002-10-10 Thread Ralph Einfeldt
security-constraint web-resource-collection web-resource-nameSecure Portion Of The Site/web-resource-name url-pattern/importantData.html/url-pattern /web-resource-collection user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint

AW: Too Many Sessions!

2002-10-10 Thread Power-Netz \(Schwarz\)
I'm using Tomcat 4.1.12 on a NT 4.0 system. I've been watching my logs and I'm noticing a lot of sessions being created for no apparent reason when there is no user activity on the system and no activity (as far as I can tell) in my servlet. Here's a sample from the logs... Do

AW: Tomcat SSL - Changing URL https to http

2002-10-10 Thread Ralph Einfeldt
Forgot to mention that this belongs in web.xml. -Ursprüngliche Nachricht- Von: Ralph Einfeldt Gesendet: Donnerstag, 10. Oktober 2002 10:29 An: Tomcat Users List Betreff: AW: Tomcat SSL - Changing URL https to http security-constraint web-resource-collection

Re: JSDK 1.3 or 1.4 on FreeBSD 4.1.1 - must I compile it?

2002-10-10 Thread sonam singh
u can install the jdk1.3.1 from the ports /usr/ports/java/jdk13 it will get the source and recompile install it . do not use jdk1.4 because it comes with hotsopt JVM which is not compatible with FreeBSD and do not try to run jdk1.4 with tomcat4x use jdk1.3 as mentioned. regards Sonam Singh

Re: Regarding tomcat access logs !!

2002-10-10 Thread sonam singh
check the logger tag in the server.xml and look at docs of the tomcat regards Sonam Singh --- [EMAIL PROTECTED] wrote: Hi All, Entires in my Tomcat access logs in logs directory are like 127.0.0.1 - - [26/Aug/2002:16:22:53 5050] GET /index.html HTTP/1.1 304 -

Re: JSDK 1.3 or 1.4 on FreeBSD 4.1.1 - must I compile it?

2002-10-10 Thread Nicholas Pappas
Thanks Sonam, I really appreciate it. Best regards, Nick sonam singh wrote: u can install the jdk1.3.1 from the ports /usr/ports/java/jdk13 it will get the source and recompile install it . do not use jdk1.4 because it comes with hotsopt JVM which is not compatible with FreeBSD and do

Re: Tomcat SSL - Changing URL https to http

2002-10-10 Thread Frédéric LE MAISTRE
thanks very much. does CONFIDENTIAL a keyword? - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 10:34 AM Subject: AW: Tomcat SSL - Changing URL https to http Forgot to mention that this belongs in

Classpath

2002-10-10 Thread jaicey ouseph
Hello Sir, I am using Tomcat 4.0. I have some database driver class in a some specific directory say d:\driver. I have set my classpath to that directory. I can start tomcat in 2 ways * Through startup.bat which calls setclasspath.bat where u can specify your classpath setting. *

RE: Classpath

2002-10-10 Thread Galbayar
control Panel-System-Advanced-Environment Variables -Original Message- From: jaicey ouseph [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 6:00 PM To: [EMAIL PROTECTED] Subject: Classpath Hello Sir, I am using Tomcat 4.0. I have some database driver class in a some

Tomcat 4.0.6 with JIKES 1.17

2002-10-10 Thread christophe . baroin
Hello, I would like to test Tomcat 4.0.6 with Jikes 1.17. I know that the file should be modified $TOMCAT \conf\web.xml but I tested that does not walk would somebody have an example ? Thank you in advance, greetings Salutations, Christophe BAROIN JP Services 16, Rue de

RE: Classpath

2002-10-10 Thread jaicey ouseph
Hi, Thanks for your response. But I have already set the environment variables. When I open dos prompt usng 'cmd' and I type echo %classpath%, I get the entire classpath setting which include s the drivers path. But all in vain. Waiting desperately for your answer. Thanx in advance. Byee

nt service source code

2002-10-10 Thread Ilya Khandamirov
Hi, Is the source code of Tomcat's Windows NT/2000/XP Service open? I cannot find something i can start playing with. I'd be thankful for any kind of Information/Links. Regards, Ilya

JMX support in Tomcat

2002-10-10 Thread Raj Saini
Hi, There is JMX Mbean support in Tomcat 4.1.12. In the tomcat logs I see the MBean Server created. Does some have idea where this server listens for requests? Is there any HTML adapter for JMX included with tomcat? Thanks, Raj Saini -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

AW: Tomcat SSL - Changing URL https to http

2002-10-10 Thread Ralph Einfeldt
Sorry, but I didn't understand this question. To learn more about this topic you might have a look at: http://www.onjava.com/pub/a/onjava/2001/08/06/webform.html?page=2 http://kb.atlassian.com/content/orion/docs/deployment/web.xml.html or the servlet spec 2.3 at

Problems changing from Tomcat 3.2.2 to Tomcat 4.0.5

2002-10-10 Thread Jorge Cambra
Hello, I have programmed some web services that run okay in my Tomcat 3.2.2. Then, I have installed in a different directory Tomcat 4.0.5 and installed everything to get my services working exactly with the same configuration that with my Tomcat 3.2.2 (same libraries, same classpath, ...).

RE: Classpath

2002-10-10 Thread Cox, Charlie
tomcat doesn't use the classpath. put your jar in your webapp's lib dir (myapp/WEB-INF/lib) or in the common dir(/common/lib). You probably want them in the common lib so that the database drivers are shared between all webapps. see the classloader doc for more info on how these directories are

LoadBalancing with session problem

2002-10-10 Thread Edmond Wong
Hi all, I'm new to loadbalancing with apache and tomcat. I setting up the 2 apache and 4 tomcat for loadbalancing environment. I experience that during some heavy workload. The request will be forward to the wrong tomcat instance even the worker name are appended to the sessionId

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread mburgess
Tomcat 4 definitely works with IIS although I didn't use the installer program I just got the zip and unzipped it into a directory such as C:\javaapps\jakarta-tomcat-4.0.5. -Original Message- From: Richard Katz [mailto:[EMAIL PROTECTED]] Posted At: Thursday, 10 October 2002 7:08 AM

instalacao do tomcat

2002-10-10 Thread mariangelafirmino
Estou instalando o tomcat, tive sucesso ate a instalacao do mesmo, porém estou tendo problemas ao digitar um exemplo e visualiza-lo, tem algo a ver com configuraçao de server.xml. Já instalei tambem o kit SDK. Estou seguindo o livro JSP - Francisco B.Junior, da editora Erica. Fiz todos os passos

Cannot load JDBC driver class 'null'

2002-10-10 Thread Ulrik Andersen
Hi, I am using Tomcat 4.1.12 and trying to use the JNDI service to get a database connection. My code looks like this: Context ctx = new InitialContext(); Object o = ctx.lookup(java:comp/env/jdbc/WebsydianTest); DataSource ds = (DataSource) o; Connection conn =

RE: setting the verbosity level of stderr/stdout?

2002-10-10 Thread Christine . Just
all the debug attributes in my server.xml are set to 0, and all the loggers have the verbosity-level set to warning (2). I still keep getting information-level outputs in my stderr.log, coming from the SSL-connector (coyote set to port 443) when a request is redirected from HTTP to HTTPS. Chris

Tomcat 4.0.6 with JIKES 1.17

2002-10-10 Thread christophe . baroin
Hello, I would like to test Tomcat 4.0.6 with Jikes 1.17. I know that the file should be modified $TOMCAT \conf\web.xml but I tested that does not walk would somebody have an example ? Thank you in advance, greetings Salutations, Christophe BAROIN JP Services 16, Rue de

Re: instalacao do tomcat

2002-10-10 Thread Felipe Schnack
Messages to this list must be written in english, Mariangela. The default tomcat installation have examples running. You tried to start it using the appropriate icon in star tmenu and pointing your browser to http://localhost:8080/ On Wed, 2002-10-09 at 21:51, mariangelafirmino wrote:

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread Miguel Angel Mulero Martinez
Does this just not work with Tomcat 4.0? I've followed all the steps but I still get a down red arrow instead of an up green one on the IIS MMC for the jakarta filter. Yes, it works. I have it. And with spaces in path. Questions - about quotes: Tomcat 4 normally installs in C:\Program

RE: Exception starting filter Security Filter

2002-10-10 Thread Cox, Charlie
-Original Message- From: Volker Leidl [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 4:14 AM To: Tomcat Users List Subject: Re: Exception starting filter Security Filter Hi! In fact I was wrong in my last post. As I found out later, it did not work. I found a

RE: Classpath

2002-10-10 Thread jaicey ouseph
hi Charlie, Is there no way out wherein I can change any of file to include my classpath settings. Becoz I don't want to copy my file in in web-inf/lib or in common/lib. There will be some classpath setting which the bootstrap must be using. By any way can I modify that Sorry, in case I am

RE: Classpath

2002-10-10 Thread Cox, Charlie
no, because it is too easy to have conflicting libraries between tomcat and the classpath. Therefore tomcat 4.x does not use the classpath. The bootstrap loads from /jre/lib/ext, but if you are going to put your library there, then just put it under tomcat instead unless you have a *real* reason

RE: Mailing List

2002-10-10 Thread Shortt, Kevin
Personally, I like to use MARC (Mailing list ARChive) from The Aims Group. (now called 10East) It stores all messages in mySQL and is searchable. It has a nice browsable interface for viewing by list, thread or author. http://marc.theaimsgroup.com The TC list is linked in the Java section

RE: How to validate email address in JSP by using javax.mail?

2002-10-10 Thread Turner, John
As far as I know, there's nothing that can be done on the sending side. John -Original Message- From: Kunal Shah [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 2:16 AM To: tomcat user Subject: RE: How to validate email address in JSP by using javax.mail? suppose

Re: Cannot load JDBC driver class 'null'

2002-10-10 Thread echambe1
Ulrik: If you are going to use the Global Resources, there are a few changes I have noted with the Tomcat 4.1.x. You no longer have to put a ResourceRef tag in the web.xml file You need to put a ResourceLink tag within the Context tag of the application in the server.xml. Also, if you

RE: mod_jk crash

2002-10-10 Thread Turner, John
Strange, I could have sworn that was a bug fixed by someone on this list like 2 months ago, the whole remote host is null issue. Is there any reason you don't just use the binary available? http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 /bin/linux/i386/ John

RE: Apache Tomcat Security

2002-10-10 Thread Turner, John
Do we get contributing author credit? John -Original Message- From: Nilesh Parmar [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 1:56 AM To: 'Tomcat Users List ' Subject: Apache Tomcat Security Hi, I've been subscribing to the this mailing list from quite

RE: Using Non-Servlet Timers (Was - I need to run a servlet periodically)

2002-10-10 Thread Kris Schneider
It's also a good idea to use the Timer(boolean) constructor to create the associated thread as a daemon. The default constructor doesn't do this. Quoting Sexton, George [EMAIL PROTECTED]: Register a context listener and free the timer in it. -Original Message- From: gautam

Re: Exception starting filter Security Filter

2002-10-10 Thread Volker Leidl
Cox, Charlie wrote: -Original Message- From: Volker Leidl [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 4:14 AM To: Tomcat Users List Subject: Re: Exception starting filter Security Filter Hi! In fact I was wrong in my last post. As I found out later, it did not work.

RE: Tomcat SSL - Changing URL https to http

2002-10-10 Thread Turner, John
Disable the connector on 8080 in server.xml if you don't want requests going to that port. In production, you should only have the connectors enabled that you are actually using...anything else should be disabled. Simply comment out the entry in server.xml and restart Tomcat. John

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread Turner, John
It definitely works. HOWTOs are posted. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John -Original Message- From: Richard Katz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 5:08 PM To: [EMAIL PROTECTED] Subject: Tomcat IIS HowTo - with Tomcat 4?

Re: Apache Tomcat Security

2002-10-10 Thread Andres Ledesma
Include PostgreSQL as you did with mySQL Thanks... Andrew -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Apache Tomcat Security

2002-10-10 Thread jcosta
Ditto to the contributing author comment. Looking at your email address, you're a Wrox guy. Who's the audience for the book? Are you targeting the developer or the sysadmin?

Connecting from Tomcat box to JBoss box?

2002-10-10 Thread Mitchell, Edmund
Hello all, I've got my Apache box talking happily to my Tomcat box, thanks to John Turner and Pascal Forget's great webpages, but I can't seem to get the Tomcat box to talk to the JBoss box. Does anyone have any how-to type info on how to get this connection to happen? I've tried everything in

RE: Apache Tomcat Security

2002-10-10 Thread Turner, John
And how would this be different from the WROX book(s) already published, as well as the two books (three if you count JBoss) by Sams? More often than not, the books available on a given subject are all the same, regardless of who publishes them. I went looking for an in-depth Tomcat + JNDI +

RE: Apache Tomcat Security

2002-10-10 Thread Nilesh Parmar
Hi Andrew, Why do you think we need to include PostgreSQL? I think MySQL is more popular than PostgreSQL and is widely used. thanks, Nilesh -Original Message- From: Andres Ledesma [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 6:32 PM To: Tomcat Users List Subject: Re:

RE: Apache Tomcat Security

2002-10-10 Thread Nilesh Parmar
Yes, The target autience for the book are developers. I'd like to concenterate on building secure applications. thanks, Nilesh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 6:33 PM To: Tomcat Users List Cc: 'Tomcat Users

Tomcat 4.0.6 with JIKES 1.17

2002-10-10 Thread christophe . baroin
Hello, I would like to test Tomcat 4.0.6 with Jikes 1.17. I know that the file should be modified $TOMCAT \conf\web.xml but I tested that does not walk would somebody have an example ? Thank you in advance, greetings Salutations, Christophe BAROIN JP Services 16, Rue de

Re: Tomcat SSL - Changing URL https to http

2002-10-10 Thread Frédéric LE MAISTRE
thanks a lot - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 2:57 PM Subject: RE: Tomcat SSL - Changing URL https to http Disable the connector on 8080 in server.xml if you don't want requests going to

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Shapira, Yoav
Hi, Wow, what a long message ;) I don't have time to reply to everything, but the general answer is: tomcat is a servlet/JSP container at this point. Not a J2EE container. Inter-operating with remote J2EE servers, at least for us, has proven easy. We've never used tomcat 3.x, only 4.x, so I

Tomcat cluster

2002-10-10 Thread Ricardo de Souza Moura
Has anybody any book online, or tutorial about how use Tomcat in cluster ? Thanks !!! _ MSN Photos é a maneira mais fácil e prática de editar e compartilhar sua fotos: http://photos.msn.com.br -- To unsubscribe, e-mail:

Cannot Find Server

2002-10-10 Thread Pete Helgren
I am brand new to this non-Microsoft world and I am trying to get my feet on the ground with Tomcat. I Installed Tomcat 4.0.5 using the standard defaults (except I DID include the NT Service Option). It was installed as Stand Alone. The installation is in C:\Program Files\Apache Tomcat 4.0. The

Re: JMX support in Tomcat

2002-10-10 Thread Roland S Nygren
I posted a similar question recently (no response though). I understand that the HTML adapter is http://localhost:8080/admin/ You must edit the file conf/tomcat-users.xml (see other postings on that) to be able to login. (If you unpacked tomcat with WinZip make sure you have the empty files

Configuring Servlets

2002-10-10 Thread kumar action
Hai I am using the Tomcat4.1 . I could not able to run the HelloWorld sameple of my one . could you please send me how to congigure the same. Thanks in advance Kumar __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More

AW: Tomcat cluster

2002-10-10 Thread Ralph Einfeldt
Here is some brain food: http://www.ubeans.com/tomcat http://www.onjava.com/pub/a/onjava/2002/07/17/tomcluster.html http://www.onjava.com/lpt/a/1228 http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-servlets.html -Ursprüngliche Nachricht- Von: Ricardo de Souza Moura

Help Defining new webapp

2002-10-10 Thread Chuck Carson
I have the following app: /usr/local/tomcat/webapps/changemgmt/ Tomcat detects it upon startup and it works fine. However, I want to enabled automatic reloading of classes. Is this what I need to add to server.xml: Context path=/changemgmt docBase=changemgmt debug=0 reloadable=true /

Re: Tomcat cluster

2002-10-10 Thread Toni . Kielo
On 2002-10-10 Ricardo de Souza Moura wrote: Has anybody any book online, or tutorial about how use Tomcat in cluster ? Thanks !!! Hi. You might wanna try http://www.theserverside.com/resources/index.jsp and select link Clustering Technologies: In Memory Session Replication in Tomcat 4. -

RE: LoadBalancing with session problem

2002-10-10 Thread Michael Schulz
Do I understand this correctly: you have two Apache servers and four tomcat servers? Please post the contents of your apache workers.properties file and your tomcat server.xml file. You have to make sure that the worker name in the jvmRoute parameter of your server.xml matches exactly the name

Re: Tomcat cluster

2002-10-10 Thread Luiz Ricardo
Here it is more links: http://www2.theserverside.com/resources/article.jsp?l=Tomcat http://www.onjava.com/lpt/a/2422 Luiz Ricardo - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 10:57 AM Subject: AW:

Servlet config problem

2002-10-10 Thread freddy auwer
Hi, I'am using Tomcat 4.0.6 on Windows NT. I have a jsp declared in the DD with a init-param When I try to retrieve with getInitParam() method the value of this param, I receive null. Here the part of the DD servlet servlet-nameintro.jsp/servlet-name jsp-file/intro.jsp/jsp-file

RE: Setting classpath..Kindly help...???

2002-10-10 Thread Cox, Charlie
does the user that the tomcat service is running under('System' unless you changed it) have permissions to the tomcat directory? -Original Message- From: sathya [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 2:01 AM To: Tomcat Users List Subject: RE: Setting

Re: Help Defining new webapp

2002-10-10 Thread Padhu Vinirs
That is correct. -- padhu Chuck Carson wrote: I have the following app: /usr/local/tomcat/webapps/changemgmt/ Tomcat detects it upon startup and it works fine. However, I want to enabled automatic reloading of classes. Is this what I need to add to server.xml: Context path=/changemgmt

RE: Help : Apache 2.0.43 , Tomcat 4.1.12 , jk and/or jk2 , win2k

2002-10-10 Thread none none
Thank you for the help, it is working now ! Next step i'll try to use Tomcat AutoConfig option. Also i plan for the future , if it is worthed , to move to JK2, we'll see. Thanks again. -- On Wed, 9 Oct 2002 08:57:41 Turner, John wrote: Actually, you have more problems than that. I looked

Re: Servlet config problem

2002-10-10 Thread Padhu Vinirs
I am seeing the same problem. Must be reported as a bug ? -- padhu freddy auwer wrote: Hi, I'am using Tomcat 4.0.6 on Windows NT. I have a jsp declared in the DD with a init-param When I try to retrieve with getInitParam() method the value of this param, I receive null. Here the part of

RE: Help : Apache 2.0.43 , Tomcat 4.1.12 , jk and/or jk2 , win2k

2002-10-10 Thread Turner, John
No problem, glad to help. John -Original Message- From: none none [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 11:03 AM To: Tomcat Users List Subject: RE: Help : Apache 2.0.43 , Tomcat 4.1.12 , jk and/or jk2 , win2k Thank you for the help, it is working now

reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
Tomcat 4.1.12 I have a jsp page that compiles fine. Then I make a change and try to access the page again. The page is not recompiled. I am still getting back the old value. I do have reloadable=true for my context. I have to restart Tomcat to get the new page. Anybody else notice this ? --

RE: Help Defining new webapp

2002-10-10 Thread Chuck Carson
Thanks, CC -Original Message- From: Padhu Vinirs [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 7:43 AM To: Tomcat Users List Subject: Re: Help Defining new webapp That is correct. -- padhu Chuck Carson wrote: I have the following app:

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
Reloading of jsp works if I start a new browser window. But on same window ( Ctrl-r or reload ) doesnt show the new changes. -- padhu Padhu Vinirs wrote: Tomcat 4.1.12 I have a jsp page that compiles fine. Then I make a change and try to access the page again. The page is not

problem with jasper 2 using jikes

2002-10-10 Thread Christos Karras
I am trying to use Jasper 2 with Jikes instead of the internal javac, but when I request a jsp file, I only get empty pages. I followed the instructions in the tomcat 4.1 jasper howto, deleted all files in the tomcat work dir and set the logVerbosityLevel param to DEBUG, and I get this in the

web.xml ???

2002-10-10 Thread christophe . baroin
Hello, I would like to test Tomcat 4.0.6 with Jikes 1.17. I know that the file should be modified $TOMCAT \conf\web.xml but I tested that does not walk would somebody have an example ? Thank you in advance, greetings Salutations, Christophe BAROIN JP Services 16, Rue de

Tomact LimitRequestFieldsize

2002-10-10 Thread Alessandro Matti
I am using Tomcat 4.0.1. It is possible in Tomcat, like it is with Apache, to set the LimitRequestFieldsize? How can I risolve this problem? Thanks A.M -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: reloading of jsp page...

2002-10-10 Thread Chris Wolcott
This may be caused by your browser cacheing the existing page. Try clearing the browser cashce and see what happens. I know RELOAD is supposed to actually RELOAD from the server, but. . . . Padhu Vinirs wrote: Reloading of jsp works if I start a new browser window. But on same window (

Re: instalacao do tomcat

2002-10-10 Thread Andre de Jesus
mariangelafirmino wrote: Estou instalando o tomcat, tive sucesso ate a instalacao do mesmo, porém estou tendo problemas ao digitar um exemplo e visualiza-lo, tem algo a ver com configuraçao de server.xml. Já instalei tambem o kit SDK. Estou seguindo o livro JSP - Francisco B.Junior, da

Re: reloading of jsp page...

2002-10-10 Thread Sam Seaver
I had this problem with galeon and simple html files, it should be in the settings somewhere in your browser, that you can force it to actually reload the page rather than look in the cache, even though I was pressing the RELOAD button. once i made the change, RELOAD really RELOADed... Sam

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
Yoav and JeanFrancios, Thank you both for your replies. They were helpful and somewhat reassuring. At the general level: We are aware that Tomcat is not a full J2EE container. But servlets calling EJB's is bread and butter stuff. We have been successfully using Tomcat to talk to WebLogic for

Re: JMX support in Tomcat

2002-10-10 Thread Raj Saini
Yes, you are right. Admin application uses the MBeanServer. Raj Roland S Nygren wrote: I posted a similar question recently (no response though). I understand that the HTML adapter is http://localhost:8080/admin/ You must edit the file conf/tomcat-users.xml (see other postings on

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
I have done this, and it is not helping. I saw in the apache bug list ( 2885 ) in 4.0.4 which has been resolved. I reopened it. -- padhu Sam Seaver wrote: I had this problem with galeon and simple html files, it should be in the settings somewhere in your browser, that you can force it to

TOMCAT-STANDALONE needed with Apache Server?

2002-10-10 Thread Chris Wolcott
I'm new to the world of Apache and Jakarta. I notice TOMCAT by default has the TOMCAT-STANDALONE instance defined by default, and the TOMCAT-APACHE instance commented out with no connectors, etc defined. I loaded Apache 2.0 and TOMCAT 4.0 on my Win 2K Svr box. Do I NEED the stand-alone

Where is isapi_redirect.dll for Tomcat 4.1.12 - IIS 5

2002-10-10 Thread Michael Finney
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html promised that isapi_redirect.dll would be located in Is the following still true? It was a 1/2 year ago. the ISAPI filter for Tomcat 4.0 is still under development see http://www.jguru.com/faq/view.jsp?EID=571958 Michael

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
I have also tried loading this page from 2 different client machines. Still get only old code...I have to restart Tomcat, cleanup the java/class files and only then this works. -- padhu Sam Seaver wrote: I had this problem with galeon and simple html files, it should be in the settings

Re: Connecting from Tomcat box to JBoss box?

2002-10-10 Thread Mauro Daniel Ardolino
I've heared something about doing it through JAAS. On Thu, 10 Oct 2002, Raj Saini wrote: Hi, You need to follow the below steps:- Copy the clients file from te JBOSS_HOME/client direcotry to the TOMCAT_HOME/shared/lib. You dont need all, but you can copy to be sure you copied all the

OT: How to handle requests in quick sessions / possible thread issue

2002-10-10 Thread Michael Nicholson
So, this is my first project where I need to manage a large number of concurrent requests. And, to make things worse, most of my previous experience in programming is Visual Basic for Applications running in either Excel or Access. (Don't worry, it gets more on topic...) So, I now have an

RE: tomcat4.1.2 - Servlet Error

2002-10-10 Thread Raj Mettai
thanks Yoav Shapira, looks like I don't even have admin directory under webapps folder. I have downloaded binaries from apache site and Installed it under separate folder. Jsp pages are fine, when I access servlets from my application I am getting 404 page not found. It works fine with 4.0.4.

Re: reloading of jsp page...

2002-10-10 Thread Padhu Vinirs
I think I founf out what the problem is. My jsp page is on Linux. I have this drive shared through samba to my windows machine. Looks like windows is not updating the time stamp. When I saved the file from Linux, the reload worked fine. I saw that the 2885 bug was also related to this.

Re: How to handle requests in quick sessions / possible thread issue

2002-10-10 Thread Michael Nicholson
ok, yes, I'm dumb... the subject should have said How to handle requests in quick succession / possible thread issues Mike -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: reloading of jsp page...

2002-10-10 Thread Sam Seaver
maybe even a samba fix... - Original Message - From: Padhu Vinirs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 8:59 AM Subject: Re: reloading of jsp page... I think I founf out what the problem is. My jsp page is on Linux. I have this

RE: Tomcat IIS HowTo - with Tomcat 4?

2002-10-10 Thread Tim Moore
Also check out http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 -Original Message- From: Turner, John

Re: tomcat4.1.2 - Servlet Error

2002-10-10 Thread Raj Saini
admin directory is under TOMCAT_HOME/server/webapps Raj Raj Mettai wrote: thanks Yoav Shapira, looks like I don't even have admin directory under webapps folder. I have downloaded binaries from apache site and Installed it under separate folder. Jsp pages are fine, when I access servlets

Re: nt service source code

2002-10-10 Thread Jean-Francois Arcand
http://jakarta.apache.org/site/cvsindex.html -- Jeanfrancois Ilya Khandamirov wrote: Hi, Is the source code of Tomcat's Windows NT/2000/XP Service open? I cannot find something i can start playing with. I'd be thankful for any kind of Information/Links. Regards, Ilya -- To

RE: reloading of jsp page...

2002-10-10 Thread Pooleery, Manoj
I don't know if updating your clock is going to save you from this problem. I had faced a similar issue with JSP, where IE was the culprit. it used to cache the page the first time it is loaded and wouldn't refresh it even if it is changed on disk. What I did was to put the meta tags for

Re: reloading of jsp page...

2002-10-10 Thread Lindomar
Try in your page: meta http-equiv=Pragma content=no-cache meta http-equiv=expires content=0 body ... - Original Message - From: Padhu Vinirs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 12:19 Subject: Re: reloading of jsp page...

RE: Exception starting filter Security Filter

2002-10-10 Thread Dan Payne
Thanks, Volker. Very informative. I'll do a little investigating on my end and let you know what I find out. Thanks again. -Dan -Original Message- From: Volker Leidl [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 3:14 AM To: Tomcat Users List Subject: Re: Exception

  1   2   >