JAVA_HOME beginner

2005-08-27 Thread ganesan malairaja
i am using win XP. tomcat 5.0.xx and jdk1.4_02 i tried running several jsp pages ..it resturns this errors Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK how do i over come this ..pls help thx

logout

2005-08-18 Thread ganesan malairaja
hi guys i am wondering .. is it possible for me to disable and internet (http / ftp ) connection on particular machine just buy knowing the Ip address or logout the current user after certain amount of time currently i have jsp codes which allow users to login .. now i want to know how to

RE: query problem

2005-08-08 Thread ganesan malairaja
i have checked all.. there is no other username i have put all the codes involved in the coding.. please point out the mistake .. html head title Staffing /title /head h1Add Staff/h1 body %@ page language=java import=java.sql.* % %! String con_url =

query problem

2005-08-07 Thread ganesan malairaja
i am extracting info from html forms .. but one of the field allways return the value null only html code form input type=text name=username size=8 /form jsp code String username = request.getParameter(username); SQL codes; String query7 = Insert into

Re: confused thx

2005-07-27 Thread ganesan malairaja
thanks guys i have managed to solve the problem .. the solution was staring at my face all the time i just the mysql-j-connector.jar file into the common/lib folder :) thanks for ur help htmlDIV DIVFONT color=#cc face=Lucida Handwriting, CursiveEMSTRONGIMG height=16

confused

2005-07-26 Thread ganesan malairaja
guys i am seriously confused now.. a normal jsp i can display in tomcat.. ok i have some questions here :- 1) let say i have admin.jsp , i create a folder call MGT .. i put in side the file admin.jsp and create a WEB-INF folder and inside i put web.xml .. is it correct ? 2) do i have

compiling

2005-07-24 Thread ganesan malairaja
if i add new jsp file to the a folder in webapps will it be compiled when i access it or i must compile it before accessing it .. thankx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: jsp stuff

2005-07-23 Thread ganesan malairaja
and limit resource use. Check google - lots of info out there. HTH Adile -Original Message- From: ganesan malairaja [mailto:[EMAIL PROTECTED] Sent: July 21, 2005 8:53 PM To: tomcat-user@jakarta.apache.org Subject: jsp stuff hi guys i want to know is there any setting to be done

jsp stuff

2005-07-21 Thread ganesan malairaja
hi guys i want to know is there any setting to be done with tomcat so the JSP codes can access the database ( MySQL) and display the information ? thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

how to link

2005-07-12 Thread ganesan malairaja
hi guys how to link apache2 and tomcat i have apache 2.0.54 and tomcat 4.1.xx running on linux .. my both apache and tomcat runs indepently fine i need to link both how i do it ... i trying following one example on the http://wass.homelinux.net/howtos/Jakarta_How-To.shtml i cant find jk

apache and tomcat

2005-07-05 Thread ganesan malairaja
hi guys .. i am confused now.. i need help undeerstanding apache and tomcat .. what purpose each serve and how to link both them ... i want to know how to link html and applets in tomcat htdoc folder to jsp codes in tomcat webapps folder .. thank you guys.. i am new apache and

connection refused

2005-07-04 Thread ganesan malairaja
hi guys when i try to access tomcat using //localserver:8080 it says connection refused .. why is this ? how do i solve this ? i need to check whether the default page of tomcat loading or not note that .. i neva do any changes .. i installed tomcat and started it .. when i try to access

Re: connection refused

2005-07-04 Thread ganesan malairaja
-To: Anto Paul [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: connection refused Date: Mon, 4 Jul 2005 12:01:11 +0530 On 7/4/05, ganesan malairaja [EMAIL PROTECTED] wrote: hi guys when i try to access tomcat using //localserver:8080 it says connection refused

Re: connection refused

2005-07-04 Thread ganesan malairaja
htmlDIV DIVFONT color=#cc face=Lucida Handwriting, CursiveEMSTRONGIMG height=16 src=http://graphics.hotmail.com/emarrow_right.gif; width=16Ganesan_MalairajaIMG height=16 src=http://graphics.hotmail.com/emarrow_left.gif; width=16/STRONG/EM/FONT/DIV/DIV/html From: ganesan malairaja [EMAIL

intergrating with apache

2005-07-03 Thread ganesan malairaja
i have setup tomcat 4.1.31 with j2sdk 1.4.2_08 .. now i need to know how to integrate apache with tomcat .. as i came across examples for tomcat 3.x.x i am not sure the same procedures can be applied i am using linux enviroment .. i am planning to intergrate tomcat with apache 2.0.x..

confused J2SE or J2EE

2005-06-30 Thread ganesan malairaja
hi guys i am confused about using J2SE or J2EE which one i am supposed to use ? if i use J2SE do i have to install JRE also ? please clarify .. i am stuck here .. i already have Borland JBuilder , which comes with jdk 1.4, do i need to install another copy of J2SE or use the one comes

Re: help in setting up

2005-06-29 Thread ganesan malairaja
As for version I recommend Java 1.5 and it is required for the 5.5.x version unless you use the compatibility patch for 1.4 Doug - Original Message - From: ganesan malairaja [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, June 28, 2005 11:42 PM Subject: help in setting up

making clear

2005-06-29 Thread ganesan malairaja
hi guys i already have apache 2, java jdk 1.4.2 .. i need to know can i use tomcat version 5.0.x or must have version 4.. need to clarify.. thanks alot htmlDIV DIVFONT color=#cc face=Lucida Handwriting, CursiveEMSTRONGIMG height=16 src=http://graphics.hotmail.com/emarrow_right.gif;

help in setting up

2005-06-28 Thread ganesan malairaja
hi guys i know that to settup tomcat , there no need for apache i wanna know what java i should use is it j2dk or j2ee because i saw some example that uses both.. i am going to run JSP to retrieve info from database i need guide on how to setup tomcat .. ie what java version i shoud use.