ORB initializing in Servlet

2002-11-26 Thread Halil AKINCI
Hi, I want to use a servlet as a CORBA client. I developed a sample application, but it is returned an error message. I think, I could not initialize the ORB correctly within the servlet class. I need a sample to initialize ORB and resolve the object reference in naming within the servlet

another sql error

2002-09-13 Thread Halil AKINCI
Hi all , When I want to run following sql statement in a servlet, I receive following error message in tomcat's DOS console [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. In this sql statement, the vno variable is read from a HTML form by using following

Re: another sql error

2002-09-13 Thread Halil AKINCI
I correct sql statement. My servlet is running now. thanks... - Original Message - From: Halil AKINCI To: Tomcat Users List ; servlet-interest group ; jakarta-tomcat yahoo groups Sent: Friday, September 13, 2002 10:14 AM Subject: another sql error Hi all , When I want

tomcat start error

2002-09-10 Thread Halil AKINCI
Hi, I've installed tomcat 3.3.1 and j2sdk1.4 on windows 98 machine. I have an application that includes following web.xml file. Tomcat is running, but before the running, some error lines display on DOS console, but tomcat is running correctly. This is the error lines; 2002-09-10

Servlet to Servlet communication

2002-08-29 Thread Halil AKINCI
Hi, I need paper, tutorial and sample code about Servlet to Servlet communication. Can anyone help me?

querying remote databases

2002-07-02 Thread Halil AKINCI
Hi, I want to query remote databases, which are located in different computers and different instituon by using servlets an JSP. For this purpose, I want to send a parameter to this remote databases using an HTML form. And I want to receive all responds and serve them in a HTML page to

call jsp page

2002-06-25 Thread Halil AKINCI
how can I call my servlet? To run my servlet application I use that URL http://localhost:8080/Vt/servlet/VTServlet and it is running fine. I located my jsp page(query.jsp) into the c:\jakarta-tomcat-3.3.1webappsVt directory. I use that URL http://localhost:8080/Vt/query.jsp , but I'm receiving

sample Autoexec.bat file

2002-06-25 Thread Halil AKINCI
Can anyone send me a sample Autoexec.bat file context that includes JAVA_HOME, TOMCAT_HOME, and CLASSPATH settings?

query three remote databases at the same time

2002-06-24 Thread Halil AKINCI
Hi, How can I query three remote databases at the same time using servlet? I want to send a parameter this databases using a HTML form. Remote servers receive this parameter, execute query and send results to client. I want to display all results (that remote databases send) one HTML page.

HTTP 405 error

2002-06-24 Thread Halil AKINCI
please help me, I can't run my JSP files. I can run my servlet using jakarta-tomcat-3.3.1, but I want to run my jsp files and when I want to run my jsp files I receive HTTP 405 error message. what can I do?

Re: HTTP 405 error

2002-06-24 Thread Halil AKINCI
' [EMAIL PROTECTED] Sent: Monday, June 24, 2002 5:35 PM Subject: RE: HTTP 405 error do u get any errors on the console window of tomcat?? Anoop Kumar V. -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 7:57 PM To: Tomcat Users List; JSP

jsp compiler error

2002-06-21 Thread Halil AKINCI
Hi all, I installed my computer (windows 98) jdk1.3 and Apache Tomcat 4.0, than I started Tomcat 4.0 and it is running now. I typed http://localhost:8080/ my browser and accessed tomcat index file. I can run servlet examples but when I want to run JSP examples I receive following error

application deployment

2002-06-21 Thread Halil AKINCI
Hi, This is mine work environment; CPU: Intel Pentium II 400 MHz OS: Windows 98 Container: Apache tomcat 4.0 Java environment: jdk1.3 First I created a directory (called Vt) into the tomcat's webapps directory, than wrote my servlet and compiled it (webappsVtweb-infclassesVTServlet.java). I

Re: application deployment

2002-06-21 Thread Halil AKINCI
it in web-inf directory and not in th e Vt folder. This shd work. regds, anoop -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 7:20 PM To: Tomcat Users List; jakarta-tomcat yahoo groups Subject: application deployment Hi, This is mine

Deploying web applications to tomcat

2002-04-19 Thread Halil AKINCI
Hi all, I'm using jdk1.2.2 and Tomcat-3.3.a. I have a servlet and I want to deploy it to tomcat. Therefore, I created a database directory in tomcat webapps directory, and I created following directorys. C:\Jakarta-tomcat-3.3a\webapps\database C:\Jakarta-tomcat-3.3a\webapps\database\web-inf

Ynt: ERROR 500

2002-04-19 Thread Halil AKINCI
Databaseservlet extends HttpServlet { ... So internally it's named differently Hope it helps -reynir -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: 19. apríl 2002 10:56 To: Jakarta TomCat Subject: ERROR 500 Hi, I'm using a HTML form to run my servlet