smitha rajgopal

Greenhorn
+ Follow
since Sep 22, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by smitha rajgopal

Thanks for your reply,
I need to such manipulation on string.

Any help,how can i do that?
17 years ago
Hello,
I have to write a java program,which checks for proper closing of xml tag and if the tags are not closed properly,program needs to close it in correct order.
for ex: <b><font>mmmm</b></font>

I need to change this string to <b><font>mmmm</font></b>.

please help,any sample code will help me moore.

Thanks,
Smitha
17 years ago
Hello,
Check the port number in server.xml(connector tag) file,may be its 80 not 8080.If the port number 80 ,then try accesss using http://localhost:80.

Thanks,
Smitha
17 years ago
Hello,
We have developed a webapplication,user is allowed to view the contents in html/pdf format.When the user selects to view reports in html/pdf,the cpu utilzation goes to 100%.
The same application works fine in other machine.What is the problem?Can we do something in java to keep cpu utilization in control.Please help.
We are using jdk1.5.
Thanks,
17 years ago
Hello,
I am not able to create war file using the 'build war' command from commad prompt.
I have a folder with just a jsp file and webInf copied into that folder.My jdk1.5 is installed in h: drive and my folder is in d: drive and my java_home is set.My claspath is set to tools.jar present in jdk1.5.
From the command prompt if i try d:example/build war ..i get the error "build is not recognised as internal or external commad".
I even tried setting the 'path' variable to tools.jar.But its giving the same error.
Please help...

Thanks,
Smitha
17 years ago
Hello,
I need to do a jsp page with login ,password text field and two check box 1.remember password
2.remember username.
How can i do this?Please help.

Thanks
17 years ago
JSP
To start Tomcat,go to "apache Tomcat5.5" from the startup.You will get a submenu's.Select "Monitor Tomcat" ,You will find icon on right-below of your desktop after you select "Monitor Tomcat".Right click on the icon.You will find the options like start,stop,configure tomcat.Select start to start your tomcat.

Smitha
18 years ago
Hello,
I was asked this question in an interview.Why should we create a war and extract the war to webapps.Why not copy the folder directly and run.Please le t me know the answer

Thanks,
Smitha
18 years ago
All my friends got the job now and they can't refer me.
18 years ago
But i am not getting any interview call,but my friends who has less marks and experience have jumped to Good companies with reference.
18 years ago
Hello,
I am java developer with work experience of 1.7 years and i won't to move for some better companies,but i dont' have any references.I have applied in all job sites but all in vain.Any help plzz to get better job.
I am M.sc (Information System) graduate with 63% in distance program.

Thanks,
Smitha
18 years ago
Hello,
The above solution all in one connector tag didn't work for me.
I am using tomcat 5.5.4 and i am not finding catalina.bat.So i wrote those lines in 'java options',which i get on click of configure and selecting java tab.Even then its not working.Any help....Please

Thanks,
Deepa
18 years ago
Hello all ,

I am trying for 2way authentication,and i created a certificate named "server.keystore" and changed my server.xml to,
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true">
acceptCount="10" debug="0" scheme="https" secure="true"<
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
keystoreFile="c:\progs\java\jdk1.5.0\bin\server.keystore"
keystorePass="changeit"
clientAuth="false" protocol="TLS"/>
</Connector>


But i am getting the error as "file not found" in tomcat log,eventhough i have server.keystore in bin directory of java.
I am using apache 5.5.4 and jsdk1.5.Please help.

Thanks
18 years ago
hi all,
I did my M.sc (Information system) in distance program.Is my distance education considered same as regular during job interviews.
Currently i am working for small company as devepler.I have 1+yrs experience in java projects(Web Application).Will i have apprnuties of getting good job.Please help me.
18 years ago