After the first use Tomcat has loaded the servlet into memory so it doesn't refer to your class file until you've reset.
When developing, I find it easiest to keep a browser window open in the Tomcat Web Application Manager and click on reload to stop and start my session.
Jeremy Nicholson...
You probably need a customised solution. If it were based on OSCommerce which is Open Source and free then the majority of your spend can go on the development itself.
Jeremy Nicholson, System Architect
http://www.PionLabs.com/
might just need a .htaccess file with 'IndexIgnore *' in the images directory to block file list access
Jeremy Nicholson, Director of http://www.firstlightassociates.co.uk a UK-based Java and Data Warehousing consultancy
haven't used the Tomcat endorsed directory yet, but the one way to get xalan jars to be loaded in advance of the jre1.4 versions is to create an endorsed directory under jre/lib
I sincerely hope that the Tomcat endorsed directory can do the same.
Jeremy Nicholson, Director of...
maybe you need to do a servlet-mapping ?
Jeremy Nicholson, Director of http://www.firstlightassociates.co.uk a UK-based Java and Data Warehousing consultancy
The four differnt fields do all link to the same Time table, so that's how they would be shown in ErWin. However, as you say, when you do a SQL join you must use aliases of the Time table for each join. This is normally something for the programmer to work out an isn't expressed on an entity...
as you are using Sun One Studio it is probably looking for the image in the root directory of Sun One. Load images relative to a class resource, this will also allow you to put images into a jar file along with your classes.
e.g. ImageIcon icon = new Imageicon(...
ah, but I think that Hattusas is saying 'how can I compare the contents of two 2D arrays and say whether their contents are equal'....you could create a class containing an array and override the equals() method to check that 1) they are the same dimensions, 2) the contents of each cell are the...
The MySql site has a download for Connector/J jdbc driver. Include it in your classpath and you will be able to access MySQL using jdbc.
Look on http://jdbc.postgresql.org/ for the former.
Jeremy Nicholson, Director of http://www.firstlightassociates.co.uk a UK-based Java and Data Warehousing...
Yes, the static variable will be a single instance. All of the Person classes will refer to the exact same variable.
Jeremy Nicholson, Director of http://www.firstlightassociates.co.uk a UK-based Java and Data Warehousing consultancy
....apologies, I take back what I said about going to the Web Designers Forum, the Dreamweaver MX members are alive and well!
Jeremy Nicholson, Director of http://www.firstlightassociates.co.uk a UK-based Java and Data Warehousing consultancy
Hi Juddy58,
The site doesn't look too bad. An excellent place for advice is the Tek-Tips Web Site Designers forum.
Jeremy Nicholson, Director of http://www.firstlightassociates.co.uk a UK-based Java and Data Warehousing consultancy
Melissa, I think that there is a TT forum dedicated to the subject.
Jeremy Nicholson, Director of http://www.firstlightassociates.co.uk a UK-based Java and Data Warehousing consultancy
I'm looking for a large chunk of data to test a system...preferably lots of information about individuals....something like a telephone directory would be ideal, but those CDs you can buy don't give me a database, only search access.
Can anybody point me to a source of (free/low cost) test data...
a) yes
b1) by writing your own ClassLoader
b2) could influence startup speed, but I would think creating and destroying instances of classes would affect performance more.
Unless you are really expert I would say, "Don't even go there!".
this article...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.