RE: Virtual Hosts problem with Singleton Class

2002-02-18 Thread Filip Hanik
Can I define a class path for the class loader of each web app so that the default class loader is never invoked? just put your class in WEB-INF/classes of each webapp instead of the system classpath Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED

RE: mySQL/JDBC/Tomcat4 documentation

2002-02-27 Thread Filip Hanik
); DriverManager.getConnection(bla bla bla) Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Steve Madonna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 2:04 PM To: 'Tomcat Users List' Subject: RE: mySQL

RE: Disable session serialization

2002-03-07 Thread Filip Hanik
that, there is no way of doing it Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Ryan Daigle [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 1:52 PM To: '[EMAIL PROTECTED]' Subject: Disable session

RE: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Filip Hanik
what you are seeing is that ps or top lists one process for each thread in Tomcat. your tomcat is running 59M all together Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Galbayar [mailto:[EMAIL

RE: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Filip Hanik
to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 6:26 PM To: Tomcat Users List Subject: Re: Tomcat using VERY LARGE Memory (URGENT!) it is top result and every java

RE: tomcat.policy and WEB-INF/lib?

2001-08-20 Thread Filip Hanik
to achieve? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Noel L Yap [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: tomcat.policy and WEB-INF/lib? Do I need

RE: Servlets!! Servlets!!

2001-08-20 Thread Filip Hanik
My directory sturcture is change the following c:/jakarta-tomcat-3.2.1/webapps/health/web.xml c:/jakarta-tomcat-3.2.1/webapps/health/WEB-INF/web.xml Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

RE: Servlets!! Servlets!!

2001-08-20 Thread Filip Hanik
I changed RequestInterceptor and context settings you changed what? I suggest reading the servlet specification, then you will know you don't have to change a lot, definitely not in platform configuration files. filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect

RE: Connection pooling Question

2001-08-22 Thread Filip Hanik
and where does Tomcat fit into this? sounds like a design issue, try making a search in google.com for java connection pools. that should take care of you Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message

RE: Directory Structure Question

2001-08-23 Thread Filip Hanik
read the servlet specification. it tells you about the WAR structure and how it works. if you have a specific question, post it with a more detailed example Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message

RE: Any idea?

2001-08-23 Thread Filip Hanik
THIS IS ILLEGAL, PLEASE REFRAIN FROM MAKING THESE REQUEST ON THIS LIST. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: root [mailto:root]On Behalf Of Sasha Tartchinski Sent: Thursday, August 23

RE: Question working with security realms

2001-08-24 Thread Filip Hanik
javax.servlet.http.HttpServletRequest. public java.security.Principal getUserPrincipal() ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Roland [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 11

RE: RE: Book

2001-09-04 Thread Filip Hanik
http://tomcatbook.sourceforge.net/ http://www.filip.net/tomcatbook/TomcatInterceptors.html Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Victor Martinez [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: File Download - CSV question ****

2001-10-25 Thread Filip Hanik
I also believe that you can configure IE to prompt you for different file types. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October

RE: Apache - Tomcat as SSL-Environment. Any suggestions ?

2001-03-26 Thread Filip Hanik
I would recommend leaving Tomcat and Apache on the same machine, use mod_jk (ajp13) for the communication and leave the SSL to Apache. this will maximize your performance Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

RE: Re[2]: How to get request prameters in right order.

2001-03-27 Thread Filip Hanik
public java.lang.String getQueryString() in HTTPServletRequest and you can parse them yourself Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Krzysztof Zielinski [mailto:[EMAIL PROTECTED]] Sent

RE: Re[4]: How to get request prameters in right order.

2001-03-27 Thread Filip Hanik
Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Krzysztof Zielinski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 9:56 AM To: Filip Hanik Subject: Re[4]: How to get request prameters in right order. Hello Filip, Tuesday, March 27, 2001

RE: SSI and PHP

2001-03-28 Thread Filip Hanik
yes it is, if you place Apache in front of it. SSI is a functionality of Apache. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Georg Schmitt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28

RE: Servlets do not run under Apache-tomcat

2001-03-29 Thread Filip Hanik
I would recommend switching to mod_jk but from your problem, it does't look like you have set up the context mapping of the /servlet context to go through mod_jserv. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

RE: Servlets do not run under Apache-tomcat

2001-03-29 Thread Filip Hanik
like anything that goes to /examples/servlet is being sent /examples which is being aliased to /myroot/jakarta-tomcat/webapps/examples file system agree? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message-

RE: Servlets do not run under Apache-tomcat

2001-03-29 Thread Filip Hanik
yeah, but you can't mix mod_jk configurations with the mod_jserv module. the auto conf files are created for mod_jk, ApJServMount /examples/servlet /examples this command is for mod_jserv Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED

RE: Servlets do not run under Apache-tomcat

2001-03-29 Thread Filip Hanik
Also, try to remove the Alias directive, and see if that will work Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Animesh Chaturvedi - US [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 200

RE: Tomcat Apache

2001-03-29 Thread Filip Hanik
mod_jk take a look at the mod_jk documentation on the website Apache listening on port 80 and proxying request to another port for tomcat. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Julie

RE: Servlets do not run under Apache-tomcat

2001-03-29 Thread Filip Hanik
Options Indexes FollowSymLinks Options -Indexes DirectoryIndex index.html /Directory Location /examples/WEB-INF AllowOverride None deny from all /Location ApJServMount /examples/servlet /examples /IfModule ~ Namaste - I bow to the divine in you ~ Filip Hani

RE: Seamless apache and tomcat

2001-03-29 Thread Filip Hanik
read about mod_jk in the tomcat user guide. the integration is already done and it is automatic :) Filip ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net -Original Message-From: Ryan [mailto:[EMAIL PROTECTED]]Sent: Thursday,

RE: Servlets do not run under Apache-tomcat

2001-03-29 Thread Filip Hanik
Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 2:19 PM To: [EMAIL PROTECTED] Subject: RE: Servlets do not run under Apache-tomcat I would really switch to mod_jk that will solve

RE: SSL and tomcat

2001-03-30 Thread Filip Hanik
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.htm l ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Mick Sullivan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 7:58

RE: session tracking documents,how-to...

2001-04-02 Thread Filip Hanik
http://java.sun.com look at the servlet specification Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Joo Folha [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:13 AM To: [EMAIL PROTECTED

RE: Should tomcat-auto do this?

2001-04-02 Thread Filip Hanik
So, my question is: shouldn't tomcat-auto also contain JkMount commands for all servlets that I've mapped to paths in web.xml? nope, you have to set this up yourself JkMount /tomcat-example/newserv ajp12 ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED

RE: Invalidating Sessions

2001-04-03 Thread Filip Hanik
no ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Fiodir Eissayou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 1:04 PM To: '[EMAIL PROTECTED]' Subject: Invalidating Sessions Hi

RE: A couple of questions

2001-04-11 Thread Filip Hanik
file in the webapps directory? yes, you will just have to setup classpaths etc properly for servlets and other classes. The server.xml file allows you to configure other contexts outside of the webapps directory. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect

RE: URGENT - Session stickyness lost with cookies disabled

2001-04-13 Thread Filip Hanik
there are only two ways of tracking sessions 1. cookies 2. url rewriting I don't know that tomcat supports (2) Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED

RE: Security Manager/tomcat.policy Problems

2001-04-17 Thread Filip Hanik
the user who owns the Tomcat process doesn't have the OS permission for the file this can be fixed using the "chmod" command Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

RE: How to read property files?

2001-04-18 Thread Filip Hanik
().getContextClassLoader().getResourceAsStrea m("mypropertyfile.properties") ); that should do the trick, you may also want to try "./mypropertyfile.properties" and "/mypropertyfile.properties" if the file doesn't get picked up Filip ~ Namaste - I bow to the divine in you ~

RE: mod_jk.conf-auto

2001-04-19 Thread Filip Hanik
create a copy of the document and give it a different name, that way you don't use the autogenerated file, Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Christian Ribeaud [mailto:[EMAIL

RE: Help with classpath issues

2001-04-20 Thread Filip Hanik
Thread.currentThread().getContextClassLoader() will give you the current class loader, this one points to WEB-INF/classes and WEB-INF/lib everything you need! Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message

RE: Help with Servlet Configuration Files, where to put them

2001-04-20 Thread Filip Hanik
to using it ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Gentilin Sent: Friday, April 20, 2001 2:23 PM To: Tomcat User List Subject

RE: where to install Oreilly com servlet extensions ?

2001-04-22 Thread Filip Hanik
the latest o'reilly is packaged as a war file, all you have to do is to drop the war file into webapps, and you are good to go Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Christoph Kukulies

RE: Accessing a packaged file

2001-04-23 Thread Filip Hanik
Thread.currentThread().getContextClassLoader().getResourceAsStream picks up files in your WEB-INF/classes or WEB-INF/lib inside of a jar or zip Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Jim

RE: Accessing a packaged file

2001-04-23 Thread Filip Hanik
in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Samson, Lyndon [IT] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 9:47 AM To: '[EMAIL PROTECTED]' Subject: RE: Accessing a packaged file -Original Message- From

RE: Accessing a packaged file

2001-04-23 Thread Filip Hanik
to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Jim Downing [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 10:15 AM To: [EMAIL PROTECTED] Subject: Re: Accessing a packaged file I've tried both ways, and I'm

RE: Accessing a packaged file

2001-04-23 Thread Filip Hanik
with your classpath, hence it is safer to use the context class loader instead. that way you don't have to worry, better to play it safe, don't you agree? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message

RE: How do I map www.blah.com to a servlet?

2001-04-23 Thread Filip Hanik
can't you map the name index.html to your servlet in the web.xml file? or you can change the index file name to point to your servlet. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Chris Bailey

RE: servlet problem

2001-04-27 Thread Filip Hanik
put the file in ./WEB-INF/classes and open it like this Thread.currentThread().getContextClassLoader().getResourceAsStream(myservle t.conf); Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Wang

RE: where is HelloWorldExample

2001-04-27 Thread Filip Hanik
how about find . |grep HelloWorld $TOMCAT_HOME/webapps/examples/WEB-INF/classes/HelloWorldExample.class Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: where is HelloWorldExample

2001-04-27 Thread Filip Hanik
not a Tomcat question :) either you get this message from your web browser, or you are connecting to a completely different web server than tomcat. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Kairam, Raj

RE: Objects in Vector are loosing type

2001-04-27 Thread Filip Hanik
your system classpath to include that location. the CHyperLink class will now be loaded using the System class loader when both servlets try to access it hope this helps Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

RE: Objects in Vector are loosing type

2001-04-28 Thread Filip Hanik
So are you saying it is by chance if a different class loader loads each servlet and this can effect the casting? yes, the same class loaded by different class loaders, is not considered the same class. ie, you can't cast them ~ Namaste - I bow to the divine in you ~ Filip Hanik Software

RE: Best IDE for Servlet Development?

2001-04-28 Thread Filip Hanik
JBuilder 4, ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Mark Diggory [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 9:31 AM To: [EMAIL PROTECTED]; Tomcat User List Subject: Re: Best IDE

RE: inputstream

2001-04-30 Thread Filip Hanik
directly between the client and the otherserver. so when you receive data on myserver, just write simultaneously to the otherserver hope this helps Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From

RE: inputstream

2001-04-30 Thread Filip Hanik
why do you need Java on the client (browser) I thought you said that you wanted to upload a file from my web page to my web server, no need for java on the client to do that, hence no need for IE vs. netscape issues for JRE stuff Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik

RE: inputstream

2001-04-30 Thread Filip Hanik
in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Allen Levin [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 10:14 AM To: [EMAIL PROTECTED] Subject: Re: inputstream I fought with this for a very long time. It was difficult, I found

RE: Can I serve up JSP without a web server?

2001-05-01 Thread Filip Hanik
yes, tomcat has a web server built in, it will work standalone Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Keith Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 5:03 PM

RE: Can I serve up JSP without a web server?

2001-05-01 Thread Filip Hanik
$TOMCAT_HOME/bin/startup is your startup script just point your browser to http://localhost:8080/ and the example apps will take you from there Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From

RE: JDBCRealm changes

2001-05-02 Thread Filip Hanik
need some assistance reply to my personal email mailto:[EMAIL PROTECTED] Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Christian Hargraves [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001

RE: Memory usage

2001-05-03 Thread Filip Hanik
System.gc(); will force the garbage collector to run. if your objects doesn't have any references to it, it will get collected. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Courtney, James

RE: Loosing Connections in a pool

2001-05-06 Thread Filip Hanik
time to start using it to ensure that your code cleans up after itself. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Rainer Mager [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 4:16 PM

RE: Tomcat JVM crash

2001-05-11 Thread Filip Hanik
it doesn't handle it. if your vm dies, everything that is in it is gone. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Alin Simionoiu [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 2:43 PM

RE: Add logic to session tracking?

2001-05-15 Thread Filip Hanik
~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: David M. Rosner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 1:26 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Add logic to session tracking

RE: ***** its impossible to unscribe *****

2001-05-16 Thread Filip Hanik
[EMAIL PROTECTED] ^^ you mis-spelled jakarta Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Declan Magee [mailto:[EMAIL PROTECTED]] Sent

RE: Startup problems with java

2001-05-18 Thread Filip Hanik
/tomcat/lib/parser.jar these need to be in the classpath too check your startup script Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Alejandro Martínez [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18

RE: Register a Servlet?

2001-05-18 Thread Filip Hanik
://localhost:8080/examples/snoop ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Purcell, Scott [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 2:00 PM To: '[EMAIL PROTECTED]' Subject: Register a Servlet

RE: Stop Apache ..

2001-05-24 Thread Filip Hanik
Windows Apache.exe -k shutdown Unix apachectl stop (you should have this script in your bin directory) Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED

RE: How to get server URL?

2001-06-05 Thread Filip Hanik
request. *getHeaders(java.lang.String name) Returns all the values of the specified request header as an Enumeration of String objects the headers may or may not contain such information, check the HTTP spec for more details Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software

RE: Number of threads running

2001-06-07 Thread Filip Hanik
The VM in itself starts up with 6 something threads. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Mark Himsley [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 3:42 PM To: [EMAIL

RE: default page

2001-06-07 Thread Filip Hanik
~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Chris Huisman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 4:21 PM To: '[EMAIL PROTECTED]' Subject: default page I would like to have the login page of my webapp show up when the user

RE: Server.xml

2001-06-07 Thread Filip Hanik
just download another one from the website Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: brenda [mailto:brenda]On Behalf Of Brenda Mijares Sent: Thursday, June 07, 2001 3:17 PM To: [EMAIL

RE: INSTALLATION PROBLEM FOR MORE THAN A MONTH

2001-06-07 Thread Filip Hanik
SET TOMCAT_HOME=C:\TOMCAT; SET JAVA_HOME=C:\JDK1.3; SET ANT_HOME=C:\JAKARTA-ANT; what are the semi colons ; doing there? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: subhi adam [mailto:[EMAIL

RE: Apache can't load mod_jk

2001-06-07 Thread Filip Hanik
does this file exist? /usr/lib/apache/1.3/mod_jk.so Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Doerr Sent: Thursday, June 07

RE: default page

2001-06-07 Thread Filip Hanik
it brings up the directory listing for the context, but not the login page (a .jsp file). In web.xml I have set the login page as a welcome file: welcome-file-list welcome-file Login.jsp /welcome-file . . . -Original Message- From: Filip Hanik [mailto:[EMAIL

RE: Apache can't load mod_jk

2001-06-07 Thread Filip Hanik
are they (tomcat and apache) running under different OS users? also did you follow the config doc and use mod_jk.conf-auto? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Renato Salazar [mailto

RE: Automaticaly update the servlets

2001-06-07 Thread Filip Hanik
as long as your servlet classes are under WEB-INF/classes and not WEB-INF/lib Tomcat will reload servlets. and it always reloads JSP pages Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Pablo

RE: default page

2001-06-07 Thread Filip Hanik
not true, look at this web.xml entry. will list the file /test/filip.jsp as welcome file welcome-file-list welcome-file test/filip.jsp /welcome-file Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

RE: default page

2001-06-07 Thread Filip Hanik
oops, I thought you still talked about the web.xml welcome file :) my mistake Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 5:35

RE: Automaticaly update the servlets

2001-06-08 Thread Filip Hanik
classpath when deploying a WAR file into Tomcat/webapps Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Pablo Morillas [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 8:53 AM To: [EMAIL PROTECTED

RE: url-pattern matching in web.xml

2001-06-08 Thread Filip Hanik
to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Matt Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 11:09 AM To: [EMAIL PROTECTED] Subject: url-pattern matching in web.xml I am trouble mapping a servlet

RE: Any help with this is great.

2001-06-08 Thread Filip Hanik
c:/program files/apache group/apache/libexec/mod_jserv.so .so one a windows machine? you need a DLL ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Ken Kirkovski [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: Easy question??

2001-06-08 Thread Filip Hanik
.so Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: brenda [mailto:brenda]On Behalf Of Brenda Mijares Sent: Friday, June 08, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: Easy question?? Do .dll

RE: Overide encodeURL()

2001-06-11 Thread Filip Hanik
it is possible if you change the source code yourself. you can read a little bit about the architecture at http://www.filip.net/tomcatbook/TomcatInterceptors.html this is focused on the interceptors though Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Filip Hanik
you mistyped your URL, it should say http:// ^^ the best way to check is to do the telnet localhost 8080 command Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL PROTECTED] [mailto

RE: How to make tomcat read .asp extension as .jsp file

2001-06-11 Thread Filip Hanik
-mapping servlet-name jsp /servlet-name url-pattern *.asp /url-pattern /servlet-mapping but I haven't verified the last one (3.) so you may want to play around with it. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software

RE: Java Question

2001-06-12 Thread Filip Hanik
maybe you guys should take this discussion off line or to a general Java mailing list, I don't really see how it is relevant to tomcat. thanks in advance Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message

RE: Using RequestDispatcher.forward() and changing browser URL

2001-06-12 Thread Filip Hanik
you could do a RequestDispatcher.sendRedirect instead Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Kevin Regan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 4:28 PM To: [EMAIL PROTECTED

RE: Aliasing with tomcat standalone

2001-06-12 Thread Filip Hanik
/Context Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Liz Elser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 4:42 PM To: '[EMAIL PROTECTED]' Subject: Aliasing with tomcat standalone

RE: Where can I tune the Server-load ?

2001-06-14 Thread Filip Hanik
explains this in detail http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Francesco Marchioni [mailto:[EMAIL PROTECTED]] Sent: Thursday, June

RE: Tomcat Book

2001-06-15 Thread Filip Hanik
there is currently one being written. it is still in the early stages http://tomcatbook.sourceforge.net also the online documentation is pretty good as well Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message

RE: Tomcat starting problem

2001-06-15 Thread Filip Hanik
somehow, your environment variables are getting screwed up, there is an "=" sign to much in there try to edit startup.sh directly or tomcat.sh and do the command inside the shell script export JAVA_HOME=/usr/java1.2; and that should do the trick. Filip ~Namaste - I bow to the divine

RE: root context

2001-06-18 Thread Filip Hanik
http://www.filip.net/tomcatbook/TomcatInterceptors.html to get a better understanding how Tomcat works. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

RE: Error Message with Tomcat-Apache

2001-06-19 Thread Filip Hanik
to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Dan Buckley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: Error Message with Tomcat-Apache Hello, I apologize for what must be a silly

RE: strange behavior with netscape browser

2001-06-19 Thread Filip Hanik
YOU MUST CALL respone.setContentType(text/html); before you write to the output stream. IE assumes this content type, netscape doesn't Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL

RE: Has the servlet be compiled?

2001-06-19 Thread Filip Hanik
to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 3:24 PM To: [EMAIL PROTECTED] Subject: Has the servlet be compiled? I have to compile the servlet? I ha

RE: Hi

2001-06-19 Thread Filip Hanik
the PerformanceInterceptor measures the exact time of you service() request. nothing else. the queing and other stuff has already happened. what is it that you want to measure? the doc should tell you enough details of implementating your own measurement metrics. if you want to measure

RE: Hi

2001-06-19 Thread Filip Hanik
- I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 5:21 PM To: [EMAIL PROTECTED] Subject: RE: Hi hi filip, I actually have to measure the time taken

RE: Classpath problems with Tomcat 3.2

2001-06-21 Thread Filip Hanik
what is the URL you are using to access it? if it is http://dev.jhodd.com/subdir1/subdir2/test.jsp it should work right? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Jeffrey Hood [mailto:[EMAIL

RE: mysteriously dying connections (Oracle - tomcat)

2001-06-21 Thread Filip Hanik
whenever you are done with a db call make sure you close _all_ statements (regular,prepared, callable) and _all_ resultsets. these objects are the objects referencing cursors to the database. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED

RE: invoker interceptor for Tomcat

2001-06-21 Thread Filip Hanik
-pattern url-pattern myotherdir/HelloWorld /url-pattern /servlet-mapping ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Nick Stoianov [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Classpath problems with Tomcat 3.2

2001-06-21 Thread Filip Hanik
. the interceptors should catch all the .jsp URLs and compile and invoke the generated servlet Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Jeffrey Hood [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21

RE: How to avoid of displaying the **** file path

2001-06-21 Thread Filip Hanik
Yes!!! just stop replying to this message. it is the subject line causing it to happen, and everytime each one of you replies we keep getting more rejects Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

RE: Tomcat internal classes documentation

2001-06-21 Thread Filip Hanik
http://www.filip.net/tomcatbook/TomcatInterceptors.html enjoy your reading :) Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Hector Adolfo Alonso [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21

RE: Error: 500

2001-06-26 Thread Filip Hanik
I compiled it with: javac -d WEB-INF\lib HelloTag.java this is wrong, it should be javac -d WEB-INF\classes HelloTag.java in lib you have .jar files, in classes you have .class files Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

  1   2   3   4   5   6   7   8   9   10   >