Re: Tomcat startup under NT

2001-07-04 Thread Krishna Muthyala
check to see if you have setup JAVA_HOME in your system classpath aand also in the tomcat.bat Kris --- David Herder <[EMAIL PROTECTED]> wrote: > Essential Info: > Tomcat 3.2.2 > Apache 1.3.20 > NT 4 Workstation Service pack 4 > JDK 1.3.1 > > When executing the command startup from TOMCAT_HOME, >

Re: Can somebody help with Win2k, Apache and Tomcat?

2001-06-28 Thread Krishna Muthyala
cool so u got it to work Alej --- Alejandro Arredondo <[EMAIL PROTECTED]> wrote: > There some basic steps you must follow > After uncompressing tomcat > 1. set the TOMCAT_HOME varible where you installed > tomcat > Download the mod_jk.dll or the apjv...dll apropiate > to your system. Also downloa

RE: Tomcat 4 and apache. How to make them work together?

2001-06-27 Thread Krishna Muthyala
ro Arredondo > P.S. I like you name a lot > > > --- Krishna Muthyala <[EMAIL PROTECTED]> > > wrote: > >All you have to do is the following > > > >include this line at the end of https.conf in > >apache/conf > > > >include > path_to_tomcat/tomcat/con

Re: TOMCAT SUCKS

2001-06-27 Thread Krishna Muthyala
Hey I agree with what pete said, for a free product Tomcat is better than most of the servlet containers. AS for the documentation goes, yes agree its a bit scanty but look at the help you get from fellow developers like us when you post a distress request, do u see such kind of support anywere

Re: Tomcat won't start with j2sdk 1.3.1 & Linux

2001-06-27 Thread Krishna Muthyala
I have been using xerces with 1.3.1 albeit on WinNT and have no problems with it. You have to make sure in your tomcat.properties, wrapper.properties and tomcat.bat, you mention xerces.jar on the top where ever you configure the library files for example in tomcat.properties wrapper.classpath=c:\

RE: una pregunta

2001-06-26 Thread Krishna Muthyala
initive proof that IE breaks the standard > with regard > to file names? > > At 03:14 PM 6/26/2001, you wrote: > >NO NO! DON'T use spaces in Java Home -- it could > cause problems down the > >road > > > >if you must, use > > > >set JAVA_HOME=d:\pr

RE: una pregunta

2001-06-26 Thread Krishna Muthyala
standard > with regard > to file names? > > At 03:14 PM 6/26/2001, you wrote: > >NO NO! DON'T use spaces in Java Home -- it could > cause problems down the > >road > > > >if you must, use > > > >set JAVA_HOME=d:\progra~1\jdk1.3.0_02 > &g

Re: una pregunta

2001-06-26 Thread Krishna Muthyala
perdon mi si mi espanol esta mal hace 4 anos wue no hablaba espanol(no soy un espanol o latino)usted tiene que poner classpath para java en su autoexec.bat de systema, y tam bien en tomcat.bat pon un linea asi set JAVA_HOME=d:\program files\jdk1.3.0_02 or cualquier buena suerte Kris --- alvaro

RE: IIS won't Integrate (Revisited)

2001-06-26 Thread Krishna Muthyala
||__|| > Atlanta, Ga [ -=.] > http://www.anydevice.com ===:0~ > > (w) (404)260.4155 > (e) [EMAIL PROTECTED] > > "Ah, I see!", said the blind man to the deaf mute. > -Unknown > > -Original Message- > From: Krish

Re: getServletContext()

2001-06-26 Thread Krishna Muthyala
hey Is the initialization working properly? are you able to see that the database conneciton is being achieved and is being passed over. Then the next thing would be to check for the session, may be the session is getting invalidated and hence when you try to retrieve the Connection, it gets nul

Re: IIS won't Integrate (Revisited)

2001-06-26 Thread Krishna Muthyala
What do you mean invoke the servlet when you type http://localhost/test/index.xml, what does index.xml contain? if you mapped the url path as something else and trying to look to servlet to work it will not. Please be more clear on what you want to do and I may be able to help you out Kris ---

RE: open MS document in IE 4.01

2001-06-26 Thread Krishna Muthyala
if you set up the mime types correctly then it should open up when you serve up the request Kris --- Jann VanOver <[EMAIL PROTECTED]> wrote: > What does this have to do with Tomcat? > > -Original Message- > From: Jack Li [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 8:38 AM >

RE: Tomcat 4 and apache. How to make them work together?

2001-06-26 Thread Krishna Muthyala
All you have to do is the following include this line at the end of https.conf in apache/conf include path_to_tomcat/tomcat/conf/tomcat-apache.conf" and then do the following in tomcat.conf uncomment the line based on which platform you are in # Tell Apache on win32 to load the Apache JServ

Re: web.xml not working

2001-06-26 Thread Krishna Muthyala
Eric If you deploy your servlets using a web.xml then you should have your servlets properly packaged. so in your case you need to package your servlets as com.beeslender.servlets.LoginServlet package com.beelender.servlets; at the top of your Login Servlet and then you should map your web.xml

Re: error 500: servlet run but JSP not: why?

2001-06-23 Thread Krishna Muthyala
set your java home path in the startup.bat kris --- [EMAIL PROTECTED] wrote: > I try to use example: > the servlet's example run correctly but the jsp's > exaples not! > the browser give me the error: "error 500" > What can I do? > > Thankyou in advance, Rino. > > > > > Error: 500 > > Loc