can't changing context path at run time

2002-10-21 Thread Louis Voo
Hello, I'm using Tomcat 4.1.12. I have 2 application, for e.g webapp1 & webapp2. When I do the getServletContext().getContext("/webapp2").getRequestDispatcher("/index2.jsp ") in webapp1, it always go back to the webapp1. In my server.xml I configured it like that: Anyone know how to

Re: Design question

2002-08-19 Thread Louis Voo
Can you tell me after validate how you redirect to another site? Louis - Original Message - From: "Mike Jackson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 6:17 PM Subject: RE: Design question > An encrypted token is one way of doing it

Re: Tomcat does not Auto-reload.

2002-06-12 Thread Louis Voo
I have this problem b4, but someone told me add reloadable="true" in DefaultContext tag - Original Message - From: "Rui Oliveira" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 12,

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-22 Thread Louis Voo
I also have the same problem, I set reloadable="true", when I change something in my servlet, it never use the new one, everytime I still have to restart the tomcat. Louis - Original Message - From: "Jason Koeninger" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tu

Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread Louis Voo
> %ACTION%-server.log > ... extract end ... > > this puts all the system.out into a file start-server.log in the tomcat bin > directory. > > 2) use the jakarta log4j logging package with a ConsoleAppender ;) > > Hope this helps, > > Jon > > -Original Me

How to redirect the log file from the command window to a file?

2002-05-01 Thread Louis Voo
Hi, I'm using tomcat 4.04b2 for window. After I start my tomcat, all the system.out log will print out in that command window, can I redirect it to a file? Please tell me how to do that. Thank you Louis -- To unsubscribe: For additional commands:

How to set the log file

2002-04-29 Thread Louis Voo
Hi, I want to set the standard output and error log to a log file, how to do that? I added this in server.xml but its not working. It always display the log in the command window. Louis -- To unsubscribe: For additional commands:

Re: Tomcat 4.04b2 and Poolman2.04

2002-04-29 Thread Louis Voo
Finally I found the problem, tomcat only pick up .jar files not the .zip files, so I have to rename the zip file to jar file then it works. - Original Message - From: "Louis Voo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent

Re: Tomcat 4.04b2 and Poolman2.04

2002-04-28 Thread Louis Voo
; === > Put all the jar files in lib folder of your web app. > Put the poolman.xml in classes folder. > Vic > > > Louis Voo wrote: > > Hi, > > > > I have a problem with using poolman and tomcat. I already put all = > > the jar files into my classpath,

Tomcat 4.04b2 and Poolman2.04

2002-04-28 Thread Louis Voo
Hi, I have a problem with using poolman and tomcat. I already put all = the jar files into my classpath, but poolman still can't find my db2 = jdbc driver. Where I need to put the db2jdbc driver? Louis -- To unsubscribe: For additional commands: