managerapp with virtual domain

2002-02-27 Thread Daniel A. Melo
Hi all, anyone know how to configure the manager app to work on virtual domains??? []´s Daniel A. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: ===Session Question===

2001-06-04 Thread Daniel A. Melo
put the object in the request with setParameter(). the scope for this object is the request... it will be destroyed when you call the 2nd servlet. []´s Daniel A. anil wrote: Hello, I do have servlet that process request and forward to another servlet. like. -request-

Re: NullPointerException error

2001-05-18 Thread Daniel A. Melo
Ajay Ejantkar wrote: I am trying to run the following servlet. * You must especify the driver Class, and the correct parameters to etstabilish conection. []´s Daniel A.

Re: Setting Contexts to work like vhosts

2001-04-26 Thread Daniel A. Melo
Brandon Cruz wrote: I am trying to figure out a way to set contexts so that they will work like virtual hosts (as far as the root directory and everything goes). The reason I can't use vhosts is because it is a development machine. so what? Basically, I want my links to work properly

Re: Problem with session tracking

2001-04-25 Thread Daniel A. Melo
Hi all, wtih Alan´s help i resolved it. You have to include your Jsp File in web.xml. and ,of course, your servlet. servlet servlet-namejspfile/servlet-name jsp-filejspfile.jsp/jsp-file /servlet so the Tomcat will see the servlet and the jsp´s in the same application. it worked here, and

Re: Problem with session tracking

2001-04-24 Thread Daniel A. Melo
I´m having the same problem. I use a servlet to control my application and Jsp´s just to apresentation.. How did you resolve that? []´s Daniel A. [EMAIL PROTECTED] wrote: My understanding is that sendRedirect() goes back to the client to do the redirection rather than doing it on the

Re: Problem with session tracking

2001-04-24 Thread Daniel A. Melo
How can i use sendRedirect? can you show some source example? []´s Daniel A. Daniel A. Melo wrote: I´m having the same problem. I use a servlet to control my application and Jsp´s just to apresentation.. How did you resolve that? []´s Daniel A. [EMAIL PROTECTED] wrote: My

Re: mod_jserv.so

2001-01-03 Thread Daniel A. Melo
You can download the tomcat sorce, and compile the mod_jser.c. I recommend the mod_jk.c (mod_jk.so). Read the docs to get the diferences between mod_jk and mod_jserv. []´s Daniel A. Mark Burton wrote: I work for a company that is developing software that uses the Apache web server with