jspsmartupload - max_allowed_packet 1048576 bytes

482 byte By wobelix at 2007-9-26 2:10:05
Hi there!i have a problem with jspsmartupload. when i try to upload files i get the following error:java.lang.IllegalArgumentException: Packet is larger than max_allowed_packet from server configuration of 1048576 bytes what server configuration is ment by this?i'm working with tomcat and i ...

Javascript and JSP

1164 byte By wmacey at 2007-9-26 2:10:15
Here is my dilemna:I have a textbox, dynamically named '227' and another textbox, dynamically named '227_units'named form a <% String output=blah.blah.m_sName %>name=<%=output%>type of arrangement.All is fine.now, in my Input Box:<input type=text name=<%=blahblah%> ...

Getting whole column from ResultSet?

267 byte By mjduncan at 2007-9-26 2:10:19
I am trying the find a way to retrieve a column from from a ResultSet and put it into a vector or and array of some type without going through each piece of data one by one. Anyone have any Ideas on how I might accomplish this?Thanx,Mikael

JSP - Beans - DBdata

1453 byte By pgoovaerts at 2007-9-26 2:10:27
I want to launch a JSP which needs to display a list of data (now using a default parameter but this will be dynamic)From this list I choose an element which will then launch a second JSP. This second JSP will be used to view/ update/delete/write records.This is how I try to implement this ...

Comparison of Dates

260 byte By rajani_s at 2007-9-26 2:10:30
Hi allI need to compare two datesand need to find out if the second date is ahead of the first by some days (eg. 7).What is the best way to do this. In what format do i generate the two datesThanks Rajani

How to deal with multithreading in JSPs?

62 byte By KellyLu at 2007-9-26 2:11:49
How to deal with multithreading in JSPs? Thanks.

mime-type for wml

367 byte By caiyun01 at 2007-9-26 2:11:54
Hi, I developing a wap application. I using jsp to run the wml code. I also using tomcat server. When i run on the nokia simulator, error message saying mime-type not supported. Do you know how to write the mime-type for jsp to wml in tomcat. Is there anything that i miss out in order for my ...

JDBC using Servlets!!!!!!Hurry up!

903 byte By svasu60 at 2007-9-26 2:12:19
Hi,MySelf Savdeep Vasudeva,Presently I am involved in a project using JDBC-ODBC Bridge in which I want to connect a database table to a HTML Page using Java Servlets.When I fill the form on the HTML Page using numeric data in all my variables,it works quite good and the query is ...

More Records

261 byte By asgherali at 2007-9-26 2:12:22
If I retrieve a lot of records from database. I want to Display those records on multiple html files. I Mean show maximum 25 records per page. Tell me how to distribute among several pages.Thanx in AdvanceASgherasgher@lww.org

jsp related question

728 byte By bsatish30 at 2007-9-26 2:13:07
I am satish.I am doing a project in jsp.I have a table called employee,in that i have 6 cloumns(fields).The first column is employee number ,the second is employee name and etc.I want to view the details of the employees in the jsp page,thereby i am establishing a connection to the database to ...

How JSP is faster than Servlets ?

171 byte By simmy1 at 2007-9-26 2:13:10
can anyone tell me why and how jsp is faster than servlets. i want the detailed description of this question. thanks in advance..

Tomcat and Beans

2673 byte By tomcat_III at 2007-9-26 2:13:17
I am new to tomcat. I am trying to write a jsp page that will use a JavaBean to check the user name and password of a user against a database to see if access should be denied or granted. I have compiled the Bean I wrote and placed it in the Web-inf/classes folder, put I get the following error ...

getParametersValue?

463 byte By MatLL at 2007-9-26 2:14:02
Hi all,I collect four names and some associated info from the client. My request will contain a series of arrays (ie. nam1[], nam2[], etc. When my user posts I want to collect just nam1[0], nam2[0] etc....How do I do that? I'm new to this and I've never worked with Arrayscoming back from the ...

getting IP address of browser client in DHCP environment

267 byte By Zerg2000 at 2007-9-26 2:14:26
hi,i want to know the ip address of my browser client. but no matter from which pc i access the url, i always get the same ip address.i am working in a DHCP network environment. how to resovle this problem ?pls help me.thanks

How to avoid concurrency problem?

937 byte By yu_hung at 2007-9-26 2:14:28
Hi all,I am new to JSP and Servlet and I just want to know what do I need to do to avoid concurrency problem when there are multiple client requests.If I am using servlet but I don't have static varibles, do I need to do any thing to avoid the concurrency problem?Does the Web server creates a ...

how do i use JSP with apache http server?

214 byte By k_b_konuri at 2007-9-26 2:15:18
hi!i've been using tomcat to run my servlets,jsp and beans. i'm pretty comfortable with that. my question how do i use same functionality with apache http server.thanks,kishore.

SerialDemo

441 byte By jyoti_27 at 2007-9-26 2:15:28
Hi,Does any body try to run the sample application SerialDemo in Javacomm API? I am trying to write something at the top text area and the text should at the bottom text area if this demo perfectly write and read. I set some debuging, it looks like its writing OK but its not reading. Do I need ...

Diff. between Web server and Application server

248 byte By jjai at 2007-9-26 2:15:40
Hello,Can you please state the differences between a web server and an application server? I'm confused.Can a web server be used as an application server orvice versa?Thanks in advance!With Love,Jai

diff. between web server and application server

248 byte By jjai at 2007-9-26 2:15:41
Hello,Can you please state the differences between a web server and an application server? I'm confused.Can a web server be used as an application server orvice versa?Thanks in advance!With Love,Jai

tomcat and examples that come with it

323 byte By ksella at 2007-9-26 2:15:45
hi,i have installed tomcat 3.2 on windows 98. i am trying to compile some of the existing java classes for the custom tags. When i compile i am given the error: cannot resolve symbolfor each of the methods.do i need to set classpath or something like that?cheersbal. ...

My PC doesn't understand .JSP extensions

852 byte By Shtarkman at 2007-9-26 2:16:00
How do I get my computer to understand JS Pages that I write?I have installed Forte4j and JRun 3.0. These are JSP editors, however, my PC doesn't know what I'm talking about. I have also downloaded Apache Tomcat 3.2.3 and have added the necessary CLASSPATH and JAVA_HOME roots. But these ...

prob with redirect

388 byte By des_xu at 2007-9-26 2:16:24
Hi, I will need some help with this qns =)I have a menu.jsp page that contains a javascript menu.Whenever a user log in from login.jsp, the page will redirect the user to menu.jsp, however, I cannot see the javascript menu when i reach the menu.jsp from login.jsp.But when i run the menu.jsp ...

Please help me get started... JSP

564 byte By Shtarkman at 2007-9-26 2:17:03
Hey, I'm brand new to web development. But I'd like to get into the field. For various reasons, I would like to start with JSP dev. I'm a C++ programmer, so concepts of OOP are not foreign to me. However, I don't have any idea as to where to start.I have installed Forte 4.0 software, ...

Jakarta - log file

223 byte By tvraju71 at 2007-9-26 2:17:09
Hi ALLhOW can i delete "isapi.log" fileinside jakarta-tomcat\logsi can't able delte even i stop jakarta serviceand IIS service..thanksraju tvrajutv@hotmail.com

How to create .war files

291 byte By praveensmart at 2007-9-26 2:17:42
Hi,I'm using tomcat-3.2 with XML Nativedatabase and apache.For this I'ld like to create .war file and put that in the tomcat's webapps directory. So, please suggest me how to create .war file from this files.Does it takes directories also.RegardsPraveen

.wbmp pictures does not show up, why ?

2369 byte By tloikka at 2007-9-26 2:17:44
Hello,Problem:I have created a Java servlet which produces a WML card with text and an command to load .wbmp picture (see code below). I have tested the WML card without servlet (loaded it straight from hard disk), and it works fine. The problem occurs when I try to use Tomcat 3.2.2 in my PC, ...

Tomcat Root = Apache Root

458 byte By sunnyl at 2007-9-26 2:18:12
Hi,I have installed Apache 1.3 and Tomcat 3.2.3. So far, I have success in executing servlets through the Apache server in a directory under the Tomcat directory structure;e.g. tomcat_home/servlet/.... What I want to do is to put my servlets into the apache directory structure;e.g. ...

writing a text file from a jsp

339 byte By rohit29 at 2007-9-26 2:18:22
HiI have a jsp which fetches data from a d/b based on certain parameters ...This page displays the results in a tabular form.Now i want to insert a button in this jsp page upon clicking which i will get the same results also in a text file...How to go about this please suggest...Thanks in ...

How many types of Servlets exists?

216 byte By sjhyam at 2007-9-26 2:18:30
Hi! I have heard that there are 5 types of servlets. I know 2 of them: Generic Servlets and Http Servlets. What about the other three? What is that purpose of these servlets? Bye!Sj

using different bgcolor with include

408 byte By mroosendaal at 2007-9-26 2:18:36
Hi,I have a page which includes a few other pages (<%@include=" "%>) but these pages have different backgroundcolors. With the include the bgcolor of the main page is dominant. How can you change this. I tried several things including things with stylesheets. I need a way to override the ...

connecting to an access database

919 byte By russelladams at 2007-9-26 2:18:38
i have a servlet that is trying to connect to an access database and read the data within it. when i run the server i get this error:-java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedi have set up the data source name in the ODBC ...

Im dropping a cookie with userid. Can I encrypt it somehow?

121 byte By adamrau at 2007-9-26 2:19:25
I would like to encypt my cookie. Does anyone have any idea on how to do it.Thanks in advance

Forwarding to JSP's through a servlet

533 byte By shirin2 at 2007-9-26 2:19:32
I am developing an application which contains several JSP's and a servlet which acts as the controller. Between each page, control is passed to the servlet, some processing is carried out, and then the servlet forrwards to the next JSP. I have reached a point in the application when on ...

a good advice

744 byte By smitaunni at 2007-9-26 2:19:53
We have a web based content management system running in VB...I am developing a administrator website for that in jsp.It will include setting proper users to access pages edited in the system...then approving certain pages..deleting them etc...Now I want to know what will be the proper way for ...

PLEASE HELP!!!!

638 byte By moined_mogul at 2007-9-26 2:20:49
I have a JSP that has five text boxes in the centre of the page. Each of the text boxes represent a field in my database table. The first box is actaully a select box (not a text box), that has a drop down menu with all the items in my first column in my table of the database which is a ...

Please suggest!!!!

744 byte By smitaunni at 2007-9-26 2:21:10
We have a web based content management system running in VB...I am developing a administrator website for that in jsp.It will include setting proper users to access pages edited in the system...then approving certain pages..deleting them etc...Now I want to know what will be the proper way for ...

Error getWriter() was already called in downloading

1613 byte By priviet at 2007-9-26 2:21:19
if i will use window.open it works fine. But when ii want to use request dispather or call new class method i am getting thiserror. The thing is that before downloading starts i am using resonse for writing some HTML content after finishing that it should startdownloding. If use out.close() ...

Concurrency problem in Servlets, JSP

203 byte By rajani_s at 2007-9-26 2:21:39
Hi allI found that whenever 2 or more access my servlet or jsp, the server is giving an error.How do I solve this. How do I synchronize.Please help.Rajani

Urgent please help me!

6388 byte By plalitha at 2007-9-26 2:21:42
java.lang.NullPointerException at pagecompile.jsp._Company._jspService(_Company.java:207) at com.sun.server.http.pagecompile.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87) at javax.servlet.http.HttpServlet.service(HttpServlet.java:840) at ...

Read form params when file is uploaded

236 byte By seralex at 2007-9-26 2:21:44
Hello Friends,How can I read a form hidden parameter when the form has multipart type (a file is being uploaded)?I call param = request.getParameter("paramname");and this returns null.Thank you.

tomcat not configuring

242 byte By inishant at 2007-9-26 2:21:54
wel despite my efforts to configure i have not been able to do soi have set the JAVA_HOME variablebut still there is some "out of environment " errorand the server starts and shuts downwhat shall i do

Javascript question

754 byte By Priyam at 2007-9-26 2:21:56
Hi,I have one jsp file and two javascript files like*** a.jsp******** <html><head></head><body><%! String a = "BBH" %><script src= b.js></script><script src = c.js></script></body></html> ************* ...

Page cannot be displayed ?

597 byte By vijayksharma at 2007-9-26 2:22:08
Hi,I am constantly getting this message, Page cannot be displayed, on my browser window whenever I am attempting to call a specific method on the Server, which generally takes lot of time. Browser window title reads Cannot find the server.If I try calling the same method with different ...

Display results with next and previous buttons

329 byte By smitha_rai at 2007-9-26 2:22:12
I have an arraylist which contains data fetched from database. I want to display all these results in a jsp in a shot of 10 results at a time. The jsp contains two buttons namely, next and previous. Can any one help me out with a code or some tips. It is quite urgent for me ...

GURU Question: how to write RequestDispatcher.include HTML to a file...

1027 byte By jaywright00 at 2007-9-26 2:22:33
Here's a question that has been misunderstood and is therefore still unanswered. I am using the RequestDispatcher's include method to process jsp templates in a page. It generates, as I understand it, HTML that is written to a buffer in the response object, that will be sent to the client ...

j2ee will not start

2310 byte By JavaDen at 2007-9-26 2:22:37
anybody know why j2ee won't start ?port 1050 is not in usethese are the error messagesC:\>j2ee -verboseJ2EE server listen port: 1050org.omg.CORBA.INTERNAL:minor code: 1398079697 completed: Noat com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:256)at ...

Accessing bean method within javascript on JSP

387 byte By moined_mogul at 2007-9-26 2:23:05
I some javascript on my jsp that I want to access a "get" method of mine inside the javascript of the JSP. How can I do this?I would like to use something like this:document.FormName.IDNumber.value = "StringValue";Instead of assigning IDNumber as "StringValue" though, I would like to assign to ...

Possible bug!

810 byte By skywalker0110 at 2007-9-26 2:23:06
I am designing a portal application. There are only 3 pages: #1 Login page that submits a form to..#2. a main jsp page that includes #3. Another jsp which defines a class. The application works fine (you can put your login info in and it will search a database and do other stuff) it even givs ...

HTML and JSP

562 byte By manohar2 at 2007-9-26 2:23:33
Guys ,is there any scrolling thing in HTML.I mean i am making the user to enter same type of info atleast 20 times.But usually the entries are not more than 5.Hence I don't want the entire screen to be covered by all the 20 text fields.Is there anyway I can achiecve that.I am using JSP to ...

Using Filewriter class accross a network

591 byte By wireframe at 2007-9-26 2:24:44
is there a way to specify the filewriter class to accept a url as a creation parameter? i have my jsp pages served off a linux box running somba, so it is accessable to our NT domain. now, i want to drop a file file from the jsp server to a shared directory on another nt box. i've tryed some ...