Hello all,
I am not sure if this is the appropriate place for this post or not, however, I did a keyword search on lucene and this seems to be the place that questions are being asked.
I am creating a lucene indexer java project to index a couple of my websites. I have the search working...
cool, thank you. I did some research and found it. We have all of our views replaced with stored procedure calls now! SQL Statment execution times are about 20 times faster, from 130ms to 15ms on average.
Thanks again,
Lance
If you install the jar for the tag lib there are jsp examples that have the paging implemented. Here is how I did it.
//Import the tag lib to the .jsp page.
<head>
<%@ taglib uri="/WEB-INF/taglib139.tld" prefix="pg" %>
</head>
/* This line will be added above the records you want paged.
The...
Hello all,
I have been reading through many posts looking for a solution to something that I want to try at work! I have seen many posts about sending a array list of strings with values to a Stored Procedure to make a select statment on a database.
My goal is to have a sql statements where...
Hello all,
My company has recently installed Tomcat 5.0 which is using JSP 2.0. We are having some issues with a Regular Expression Tag Lib that we were using with 4.1.27.
When the jsp loads we have the REG EX escaping any apos, quotes or slashes that will be populated in input text fields...
Seems like a lot of work going on here, Did you read anything about using the paging tag lib for jsp? We needed to implement paging on our companies software and found a paging tag lib for jsp that only took 1 hour to implement for about 500 jsp pages. No backend work! It is only about 8...
Do you have servlet mapping turned on inside the web.xml file? If so, are you mapping the servlets without the ProjectName/servlet/ServletName "/servlet/" in the middle of the path?
Yes it is always a bad idea to store blobs inside of a database. One of the most obvious reasons is because it will make your database size grow quickly. And if you need to perform things such as backup and fail over restors it could be a timely process restoring a database with blobs in it...
Hello All,
I was wondering if anyone knows of a way to reorder a html tables <tr> elements using javascript? Is it possible? Where do I begin?
Thank you in advance,
Lance
Ok, I took the cmd.exe out, It looks like the process has started but it is just sitting there. It is not executing the commands that were passed to it! It looks like it was doing the same thing with cmd.exe there was 6 of them running! Any ideas of why it might start the process and not...
Hello all,
I am having a problem using exec() to call cmd.exe for running an application! For some reason if Tomcat is started as a system service in windows it will not launch the command prompt, However, if I start tomcat through the /bin startup.bat the servlet has no problem launching...
Hello all, I am having a problem with launching a command line executable from a java servlet through tomcat. If I have tomcat started as a system service my servlet can not launch the command prompt executable to run my application. However if I turn the tomcat service off and start tomcat...
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.