shabbir zakir

Ranch Hand
+ Follow
since Nov 12, 2000
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 shabbir zakir

hwy guys pls help me i am extremely need of that. Thanks in advance.
22 years ago
hi
Thanks for ur response.But now when i start the server it produces the line 'PoolTcpConnector: Starting HttpConnectionHandler on ...'
But i cannnot open the home pageie it http://localhost:8080 and the same case in http://localhost:8080/examples/servlets/. it gives me the error page not found
pls help me.thanks in advance.
22 years ago
hi!
thanks for the reply.i have included the bin in my tomcat folder.i have tried everey possible solutions but still it is not coming.it is becoming more and more frustrating for me. pls help me .thanks in advance.
22 years ago
this code is giving me error that javax.servlet.*,javax.servlet.http.* not found. I have included the servlet.jar file in the include folder of jdk1.2
import java.io.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Extractor extends HttpServlet
{
public void doGet(HttpServletRequest request,HttpServletResponse response)
throws ServletException,IOException
{
response.setContentType("text/plain");
ServletOutputStream out = response.getOutputStream();
Enumeration eParamNames = request.getParametersNames();
while (eParammames.hasMoreElememts()) {
String name =(String)eParamNames.nextElement();
String value=request.getParameter(name);
out.println(name + "=" + value);
}
}
}
22 years ago
hi!
I have installed tomcat on my computer.I have set the classpath
in the autoexec.bat file in this way.
SET JAVA_HOME=C:\jdk1.2.1
SET TOMCAT_HOME=C:
SET PATH=%PATH%;C:\tomcat\jakarta\bin
SET CLASSPATH=%CLASSPATH%;C:\jdk1.2.1\lib\tools.jar
set CLASSPATH=c:\tomcat\jakarta\lib\ant.jar;c:\tomcat\jakarta\lib\jasper.jar;c:\tomcat\jakarta\lib\jaxp.jar;c:\tomcat\jakarta\lib\parser.jar;c:\tomcat\jakarta\lib\servlet.jar;c:\tomcat \jakarta\lib\webserver.jar
Now when i start the startup command for the dosprompt it executes the batch file and at the end it gives the error badcommand or file name.
Can someone pls help me in this.Thanks in advance.
22 years ago
hi!
HTML documents cannot be imported directly from the web into the spreadsheet program usually they must be downloaded as files and then imported.
Can we directly open html documents in a spreadsheet programme such as microsoftexcel.Can we use servlets in this.Can anyone explain me how should i proceed.
Thanks in advance.
22 years ago
hi!
Thanks for ur reply.But i don't understand where to change the port.My tomcat server is openining in the different window.Now what to do.pls help
22 years ago
hi!
thanks for ur reply.But still the same problem.It is giving the error page not found when i type http://localhost:8080 . Now what to do
22 years ago
hi!
thanks for ur reply.But still the same problem.It is giving the error page not found when i type http://localhost:8080 . Now what to do
22 years ago
hi!
I have installed tomcat on my computer.I have set the classpath and i have also set dos-properties to 4095.Still i am unable to open the first page of tomact when i start the server.It gives me error page not found.thanks in advance
22 years ago
hi!
I am in final year of commerce.I am planning for mca.My biggest problem is how to study for maths for the entrance test.
Can any guide me how to do it? which books sholud i refer.Thanks in advance.
22 years ago
hi!
I have passed scjp.I want to to do some projects on my own.I don't know how to start with and on what topics should i work on.Can anyone guide on what type of projects should i work on.How to start with.Thanks in advance.
22 years ago
HI!
I START MY TOMCAT SERVER THROGH THE DOS PROMPT.BUT WHEN I SATRT THE FIRST PAGE IT GIVES ME ERROR PAGE NOT FOUND.
Ihave set Tomact_HOMe=C:\tomacat.I have also set Java_home=D:\jdk1.2.2.
Still it is coming.What should i do. thanks in advance.
22 years ago
hi
I have installed tomactserver on my machine.I have set the classpatha aslo.
Ihave set Tomact_HOMe=C:\tomacat.I have set Java_home=D:\jdk1.2.2.
Still when i start my tomact i am not able to start the first page.What should i do?
Thanks in advance.
22 years ago
mca
hi
thanks for your reply.can you more information of ms
22 years ago