Forum: JSP Sep 9th, 2009 |
| Replies: 4 Views: 477 Well if he could ask for a download location for Tomcat, I am betting he would have shamelessly asked :P if he had any other issues too, not necessary to simply bump this thread for asking that. |
Forum: JSP Sep 9th, 2009 |
| Replies: 4 Views: 448 Have your tried Googling for your request ???
To name a few we have :-
NetBeans (http://www.netbeans.org)
Eclipse with the appropriate plugins (http://www.eclipse.org)
If you are a web designer... |
Forum: JSP Sep 2nd, 2009 |
| Replies: 1 Views: 317 That happens because when you click on your web application directly from tomcat, it goes to the ROOT of your web application and unless you have a set a welcome page in your web.xml ( or enabled... |
Forum: JSP Aug 29th, 2009 |
| Replies: 2 Views: 395 Well if you do not know much about Java (http://www.daniweb.com/forums/thread99132.html), then first I suggest going back and getting your foundation in Java strong first (cause after all JSPs are... |
Forum: JSP Aug 29th, 2009 |
| Replies: 4 Views: 290 Well you could use the <jsp:setPropery> tag, but may I ask what you are trying to achieve with it ? |
Forum: JSP Aug 20th, 2009 |
| Replies: 6 Views: 584 Peter already hit you with the most popular suggestions for both sides:-
Free Stuff:-
Eclipse, NetBeans
Commercial:-
IntelliJ IDEA, MyEclipse, Dreamweaver*
*Dont know if I can call... |
Forum: JSP Aug 20th, 2009 |
| Replies: 1 Views: 408 Well for starters you could checkout the following tutorial on JDBC:-
http://java.sun.com/docs/books/tutorial/jdbc/index.html
And I would not recommend on using the Microsoft driver, I found... |
Forum: JSP Aug 20th, 2009 |
| Replies: 2 Views: 408 There are quite a few things I would like to tell you in this post:-
Firstly never ever use the root account in mysql, apart from for performing administrative tasks.
Telling that you do not... |
Forum: JSP Aug 20th, 2009 |
| Replies: 3 Views: 426 Well you seem to be confused a lot, if what you are doing is for a production system for some organization I suggest you hand over the task to someone who knows what he is doing.
On the other hand... |
Forum: JSP Jun 26th, 2009 |
| Replies: 2 Views: 564 I think what you are looking for is a way to handle Sessions (http://www.jsptut.com/Sessions.jsp) in a JSP page. Rather than using cookies you can transfer content from one JSP page to the next by... |
Forum: JSP Jun 10th, 2009 |
| Replies: 5 Views: 1,294 Well syntactically your JSP page is correct, although the approach of firing queries directly from inside the JSP page (that too using SQL Statements constructed on the fly) is not only bad but... |
Forum: JSP Jun 6th, 2009 |
| Replies: 5 Views: 1,371 Can show me exactly how you are trying to call your web page via the web adress you have registered ? or maybe a printscreen so we can see what error you are getting ?
Also just in case you might... |
Forum: JSP Jun 5th, 2009 |
| Replies: 5 Views: 1,371 Have you checked whether your domain name has been registered correctly with your IP Address,
To try that just
ping www.yahoo.com
Just replace www.yahoo.com with your address.
If in the... |
Forum: JSP Jun 3rd, 2009 |
| Replies: 2 Views: 435 Think E-Mails in Java, Think about the Java Mail API [1 (http://java.sun.com/products/javamail/),2 (http://www.javaworld.com/javaworld/jw-06-1999/jw-06-javamail.html),3... |
Forum: JSP May 23rd, 2009 |
| Replies: 2 Views: 479 Rather than making your own why dont you just try some of the freely available Database Connection Pooling libraries.
Look here (http://java-source.net/open-source/connection-pools) for a list of... |
Forum: JSP Apr 29th, 2009 |
| Replies: 7 Views: 813 Well apparently I am now out of guesses, so just as javaAddict suggested can you give a printscreen of what icon of Tomcat you see in the System Tray. |
Forum: JSP Apr 28th, 2009 |
| Replies: 7 Views: 813 Could you give me the version of JDK as in 32 bit or 64 bit. I had encountered a few problems recently while making Tomcat 6.0 run using a 64 bit version of JDK6.0 (on Windows).
Another wild guess... |
Forum: JSP Apr 27th, 2009 |
| Replies: 7 Views: 813 Well how did you verify the server was running if the page was not being displayed ??
Also can you divulge some details as to what version of tomcat and JDK you are using ? |
Forum: JSP Apr 21st, 2009 |
| Replies: 5 Views: 889 For the major ones there are Struts (http://struts.apache.org/), JSF (http://java.sun.com/javaee/javaserverfaces/), Spring (http://www.springsource.org/) and then you can check quite a few here... |
Forum: JSP Apr 21st, 2009 |
| Replies: 1 Views: 894 What do you mean by that ??
If you have a valid problem then create a new thread, do not simply hijack old threads.
Also post your analysis of the problem what are your thoughts, what do think is... |
Forum: JSP Apr 20th, 2009 |
| Replies: 8 Views: 618 Well you could use a PayPal (https://www.paypal.com/) business account (https://www.paypal.com/in/cgi-bin/webscr?cmd=_home-merchant&nav=2).
Although it doesn't cost to create an account, they do... |
Forum: JSP Apr 20th, 2009 |
| Replies: 1 Views: 1,220 Firstly I would suggest you check your CPU usage and Memory Usage, if your machine itself has high CPU usage (or Memory Usage lot higher than your physical memory) then irrespective of the container... |
Forum: JSP Apr 16th, 2009 |
| Replies: 4 Views: 1,269 Give us the complete URL on how you are calling it,
Is it like this : http://localhost:8080/<project-name>/myServlet
Also can you access "index.jsp" ? |
Forum: JSP Apr 16th, 2009 |
| Replies: 7 Views: 635 The problem is occurring where you are constructing your SQL query you need to show us that code, for us to trace the error.
Also Just for your Information, in case one of the values you wish to... |
Forum: JSP Apr 1st, 2009 |
| Replies: 1 Views: 440 This **seems** like a production level project.
Now considering using three different DBMSs', you will no doubt have to use three different drivers for each of the databases. First thing I suggest... |
Forum: JSP Mar 30th, 2009 |
| Replies: 13 Views: 1,860 AFAIK you cannot pass values assigned to variables in Javascript to your Server Side JSP pages without putting the actual values inside some form fields viz. the "input" element (eg hidden fields,... |
Forum: JSP Mar 29th, 2009 |
| Replies: 1 Views: 779 It seems like you have some other "Statement" class included in your Servlet as opposed to the "java.sql.Statement". This is pretty easy to decipher as your compiler has clearly stated:-
java:... |
Forum: JSP Mar 17th, 2009 |
| Replies: 2 Views: 500 Oh come on, you expect us to help you when you would not even spend a few moments reading the Community Rules.
Please use code tags, its as easy as putting
and around your code. It preserves... |
Forum: JSP Mar 5th, 2009 |
| Replies: 4 Views: 1,094 java.lang.NullPointerException
org.apache.jsp.jsp.validate_jsp._jspService(org.apache.jsp.jsp.validate_jsp:118)
Quite clearly this is a problem inside your JSP code in the page "validate.jsp".... |
Forum: JSP Feb 27th, 2009 |
| Replies: 4 Views: 2,715 Well maybe this might just be an error you made while writing this post, but "WEB_INF" should be "WEB-INF".
Apart from that at first glance I do not see anything wrong here.
Also you could try... |
Forum: JSP Feb 26th, 2009 |
| Replies: 13 Views: 2,354 The following code snippet opens the a new Pop up window, with the specified title in the child window.
File : popupparent.html
<html>
<head>
<script language="javascript">
... |
Forum: JSP Feb 25th, 2009 |
| Replies: 13 Views: 2,354 Well yes it seems strange, BTW did you try setting the title of the pop up window using the title tag (<title>), in the page(JSP, Servlet, etc) which you wish to open in this pop up window. |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,354 Yes that is strange, try setting the "title" in the called URL / web page, to override the address from being displayed in the title bar. |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,354 Look here (http://www.javascript-coder.com/window-popup/javascript-window-open.phtml) for more info on that. |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,354 Well I have another suggestion, if you are opening a new browser window via Javascript why don't you just hide the address bar in the pop up ?? |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,354 If you use frames, then the URL in the address bar would be only of the main page which accommodates all the frames. But getting the URL of the page inside the frame is not too difficult.
... |
Forum: JSP Feb 21st, 2009 |
| Replies: 3 Views: 1,864 @vishalsnc
Drop the IM speak this is not a chat room, and try to read the rules and search the forums before you post anything.
What do you think does the Sticky which Peter has linked to... |
Forum: JSP Feb 19th, 2009 |
| Replies: 1 Views: 397 Show us some code so that we can figure out what you are talking about. |
Forum: JSP Feb 19th, 2009 |
| Replies: 2 Views: 440 For mailing you can check the Java Mail API. (http://java.sun.com/products/javamail/).
For writing the reports to an Excel proprietary format you will need Apache POI (http://poi.apache.org/) I... |
Forum: JSP Feb 18th, 2009 |
| Replies: 3 Views: 808 And why do you think posting your question twice on two separate threads would help you get an answer faster, especially considering that you haven't even made an effort to spell check your code. |