I'm querying a database from a servlet and I get an SQLException: Limit on statements exceeded. This happens when two clients try using the servlet.
any help?
Chuck t
I've got an applet running on tomcat that connects to a servlet and I'm using a URLConnecton. To do this the applet and servlet need to be on the same server. Here's an example. If you need more info post a reply.
URL currentPage = getCodeBase();
String protocol = currentPage.getProtocol()...
I'm designing a web app and have tomcat installed on my local machine. I need to install tomcat on our AS/400 and migrate the app to there. I can't find directions to install tomcat on a AS/400. Any Help?
Chuck T.
I'm sending data by way of an ObjectOutputStream, but the object I want to send does not implament Serializable. Can I get it to be Serilaizable?
Thanks
Chuck T.
Right, you need to modify your web.xml file. Also make sure you have the right directory structure.
Visit this site for a tutorial
http://www.moreservlets.com/Using-Tomcat-4.html
Chuck T.
I've got a servlet that needs to access a Database. When I run it I get an exception: No suitable driver. The driver is in jt400.jar. I've added it to the classpath, but it still doesn't work. Any Help?
Chuck T.
"All this hacking's making me thirsty, I think I'll have a Tab" Homer...
I'm having trouble accessing a AS400 database using a servlet. Whenever I add code to the servlet to access the DB I get an exception;
server error page:NullPointerException
dos prompt: java.sql.SQLException: No suitable Driver
I think I need to get Tomcat to find the jt400.jar file with the...
I'm creating am applet that connects to a database on an AS/400. When I try to connect it gives this error.
java.security.AccessControlException: access denied
(java.net.SocketPermision <systemname> resolve)
where <systemname> is my AS/400
It's obviously a security problem
Any help...
Here's my code
Statement stmt1 = connection.createStatement();
It causes error that says Statement is an Amgiguous Type.
It worked until I put the coded in an applet.
Any help
Thanks
Chuck T
I want to use a switch statement, but don't know correct syntax.
Like this
Switch(var)
case "NF"
xxx=xxx
case "MW"
xxx=xxx
I just need correct syntax
Chuck
Here is what I got goin'
<code>Global vDiv1 As Variant</code>
<code>Function Div1()
Div1 = vDiv1
End Function</code>
thats my variable and function
then I have a form with a text field, I want to input a value into the field, press a button(OK), and have the inputted value put...
When I get the variable this way it gives me an error: Object doesn't support property of method. Basically, I have a form I would like to input the divisions of the company to query. I need to get those divisions from the form into a variable that my query can call. If I hard code the variable...
I want to read a value entered into a textbox of a form into a globaL VARIABLE. I don't know the vba code to do it in a module. Any help
Thank you
Chuck
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.