Re: Newbie JSP Question:

2001-08-30 Thread Nirav S. Desai

Do you have a submit button. 
Peter L. Markowsky wrote:
 
 I know this doesn't relate to Tomcat directly, but since Tomcat hosts JSPs
 or at least is able I was wondering if anyone out there knew / could
 recommend how to pass values from one JSP page to another. The problem I'm
 having is that when I try to submit a form and then use
 request.getParameter( parametername ) I keep getting nulls even though I
 specify the parameter name.
 -Thanks for all the Help
 Pete Markowsky

-- 
Nirav S. Desai
Software Engineer
Vecna Technologies, Inc.
6525 Belcrest Rd, Suite 612
Hyattsville MD, 20782
Phone: 301.864.7253
Fax:   301.699.3180



Secure and Insecure sites with the same URL on Tomcat

2000-12-09 Thread Nirav S. Desai

Hi,
I am trying to set up a secure tomcat/apache server. I have Apache
set up with mod_ssl and tomcat 3.2 setup with viruatl hosts. All of this
works great. However, I am having trouble getting the secure and
insecure  hosts to map to different pages in
tomcat. That is, I want "http://www.host1.com" to map to directory A and
"https://www.host1.com"  map to directory B. Does anyone know how to do
this? Thanks in advance.

Nirav Desai




Security and virtual hosts on Tomcat 3.2

2000-12-08 Thread Nirav S. Desai

Hi,
I am trying to set up a secure tomcat/apache server. I have Apache set up with
mod_ssl and tomcat 3.2 setup with viruatl hosts. All of this works great. However, I am
haveing trouble getting the secure and insecure  hosts to map to different pages in
tomcat. That is, I want "http://www.host1.com" to map to directory A and
"https://www.host1.com"  map to directory B. Does anyone know how to do this? Thanks in
advance.

Nirav Desai




Re: mod_jserv.so

2000-12-06 Thread Nirav S. Desai

Landaluze Produktions IS - Carlos wrote:

 anybody can send me the mod.jserv.so file for tomcat 3.2 final and linux?
 thanks

Just download the tomcat and apache source and do the following, replace
TOMCAT_HOME with your tomcat home directory and likewise with
APACHE_HOME:

cd TOMCAT_HOME/src/native/apache/jserv
APACHE_HOME/bin/apxs -c mod_jserv.c jserv*.c
cp mod_jserv.so APACHE_HOME/libexec

Nirav