newbie: servlet examples work, jsp not

2003-10-19 Thread busse
hello, i am working in windows xp. i have the jsdk 1.4.1 installed. i also installed apache2 and tomcat 4.1 as described in the HowTo: http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html after installation, i wanted to try the examples at http://localhost/examples. the servlet

RE: newbie: servlet examples work, jsp not

2003-10-19 Thread Johan Kok
JAVA_HOME or Java_Home --- I'm not usre if it makes a difference on the Windows environment, but under Unix it definitely does. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 October 2003 12:36 To: [EMAIL PROTECTED] Subject: newbie: servlet examples

Re: Writing temporary file downloading it? [SOLVED]

2003-10-19 Thread Jason Viers
I had to do it a little differently (this is for a .zip file so I had to use the OutputStream) but you definitely got me on the right track. Thanks for all the help! Jason Shapira, Yoav wrote: Howdy, The directory it returns is C:\tomcat\work\Standalone\localhost\gss and I can write

Problem running servlet

2003-10-19 Thread Ashish Goswami
Hi, i am new to Tomcat. iam able to run jsp fine but not able to run even HelloWorld servlet. I have made following entries to the web.xml file. servlet servlet-nameHelloWorld/servlet-name servlet-classHelloWorld/servlet-class /servlet servlet-mapping

Re: newbie: servlet examples work, jsp not

2003-10-19 Thread Ben Souther
You don't need to set your classpath. Tomcat does that for you. You should double check that your JAVA_HOME environment variable is set properly. From the command line type: %JAVA_HOME%\bin\javac You should see a menu of switches for the compiler. If not, check to see where your JAVA_HOME

mod_webapp connector ?

2003-10-19 Thread Javier Sanchez Monzon
Hi all, i am searching the mod_webapp web connector in order to connect tomcat 4.1.27 LE and Apache 1.3.27. I am using solaris. This connector does not appear anymore under the jakarta-tomcat server. Anyone that already downloaded it?, please send me it to this email. tino

Re: newbie: servlet examples work, jsp not

2003-10-19 Thread busse
hello, i tried %JAVA_HOME%\bin\javac and it works properly. Any other ideas? You don't need to set your classpath. Tomcat does that for you. You should double check that your JAVA_HOME environment variable is set properly. From the command line type: %JAVA_HOME%\bin\javac You should see

[OFF-TOPIC] HTML-JavaScript -- Does anyone know what this is....

2003-10-19 Thread Jay Garala
Does anyone know this 'thing' +-++-+ | Item 1 | | Item 2 | | Item 3 | | Item 4 | | Item 5 | | |

Re: mod_webapp connector ?

2003-10-19 Thread Nikola Milutinovic
i am searching the mod_webapp web connector in order to connect tomcat 4.1.27 LE and Apache 1.3.27. I am using solaris. This connector does not appear anymore under the jakarta-tomcat server. Anyone that already downloaded it?, please send me it to this email. mod_webapp is not maintained

site certificate always presented

2003-10-19 Thread Sonny Sukumar
Hi guys, I've successfully set up SSL with my Tomcat installation (4.1.27) with a CA-signed cert I bought, but now Tomcat presents the certificate everytime I try to even connect using regular http over port 80. I thought it was only supposed to be presented when the browser requests a secure

Tomcat 5.0.12: Proxy with mod_proxy and HttpConnector not possible?

2003-10-19 Thread Fredrik Håård
Hi, I've been working with Tomcat for a while and just migrated my webapps to my Debian box. Since I'm, already running Apache I thought it a good idea to use Apache as a proxy for Tomcat, and for simplicity I settled for the solution specified at this address:

RE: Tomcat + IIS 6.0

2003-10-19 Thread Grant C. Peters
Grant C. Peters mailto:[EMAIL PROTECTED] http://www.gcpeters.com (646) 685-6932 -Original Message- From: Matthew Hall-Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 07:46 p To: Tomcat Users List Subject: RE: Tomcat + IIS 6.0 Yes it does work, however you will need

Re: Tomcat 5.0.12: Proxy with mod_proxy and HttpConnector not possible?

2003-10-19 Thread Bill Barker
Fredrik Håård [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I've been working with Tomcat for a while and just migrated my webapps to my Debian box. Since I'm, already running Apache I thought it a good idea to use Apache as a proxy for Tomcat, and for simplicity I settled for

Re: Meaning of entries in mod_jk.log

2003-10-19 Thread Bill Barker
Volker [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, can anyone please explain me the meaning of following entries in my mod_jk.log? Attempting to map ... Why does mod_jk try to map something here? It's checking to see if the URL matches any of your JkMount statements.

RE: [OFF-TOPIC] HTML-JavaScript -- Does anyone know what this is....

2003-10-19 Thread Gray, Jason
Try this one: http://www.blazonry.com/javascript/selmenu.php Rgds Jason -Original Message- From: Jay Garala [SMTP:[EMAIL PROTECTED] Sent: Monday,20 October 2003 2:41 To: [EMAIL PROTECTED] Subject: [OFF-TOPIC] HTML-JavaScript -- Does anyone know what this is Does

Re: can i track the user action using right mouse button on thewebpage

2003-10-19 Thread kgsat
hi Aleksandr, (BThanks for your response.Where can i find a sample code for writing filters (Band the stuff related to filters.U have any pointers? (Bpl send me. (Bthanks again (Bsat (B- Original Message - (BFrom: "Aleksandr Shneyderman" [EMAIL PROTECTED] (BTo: "Tomcat Users List"

Re: can i track the user action using right mouse button on thewebpage

2003-10-19 Thread Aleksandr Shneyderman
1. servlet specs (B2. javapro had a good article about a year ago. (B3. books about servlets (B (Bgoogle for it. (B (BOn Sunday 19 October 2003 21:21, kgsat wrote: (B hi Aleksandr, (B Thanks for your response.Where can i find a sample code for writing filters (B and the stuff related to

Internal Server Error

2003-10-19 Thread Anson Zeall
Hi guys, For some reason, my tomcat won't start. It says there's a 500 Internal server error with: exception javax.servlet.ServletException: org/apache/naming/JndiPermission at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249) at

Specify one file for all directory mappings

2003-10-19 Thread Eric Bessette
Is there a way to specify one file, like the one below, for all directory mappings? file (index.jsp): %@ taglib uri=struts-tiles prefix=tile % tile:insert definition=project.layout.main flush=true tile:put name=sidebar value=${ pageContent.request.requestURI }/sidebar.jsp /