Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dennisGuru
  • Content: Threads
  • Order by date
  1. dennisGuru

    request.getParameter

    Hello, I have a jsp page with several buttons. <INPUT TYPE=&quot;submit&quot; NAME=&quot;button_A&quot; VALUE=&quot;Goto A&quot;>. I use these buttons to go to another page, depending on wich button is used. In the servlet I retreive these with req.getParameter(&quot;button_A&quot;). Once a...
  2. dennisGuru

    Safety question

    Hello, I'm using tomcat 4.1 and mysql. In the beans I connect to the database with sql queries. Now i have heard that you do not end these queries with a &quot;;&quot;. Because then the query can be split up and someone can access the database and, for example, delete everything. In my jsp...
  3. dennisGuru

    Safety question

    Hello, I'm using tomcat 4.1 and mysql. In the beans I connect to the database with sql queries. Now i have heard that you do not end these queries with a &quot;;&quot;. Because then the querie can be split up and someone can access the database and, for example, delete everything. In my jsp...
  4. dennisGuru

    Security

    I have build a login page for my website. Through a servlet i can get access to my site. The username and password are stored in a mysql database. I have tomcat 4 as a webserver To gain access I use a <FORM> But when you login everything is sent to the server in plain text. Is there a way to...
  5. dennisGuru

    request.getServerName

    In my application I use request.getServerName. It returns a null pointer exception. Is there anywhere I can set the server name? For example in server.xml. And how can I set it? Dennis
  6. dennisGuru

    Storing Java Objects

    Is it possible to store Java Objects in mysql? And not just the variables? This would be very helpfull. For example: I have a class Person with variables Name and Age. Later I decide to add Address. And I do not want to change the database or the Java code. I can store the variables in a...
  7. dennisGuru

    when developping a grafical applica

    when developping a grafical application i want to use a JFrame in a JFrame. Is this possible? The problem is I have multiple buttons of wich the size changes when I change the size of the JFrame. I do not want this. But I can't find anything about it. You can set the preferred size, the...
  8. dennisGuru

    Tomcat question

    Does any one know if I can use other applications database connections? <Context path=&quot;/applicationpath&quot; ..> <Resource name=&quot;jdbc/myDB&quot; ... /> <ResourceParams name=&quot;jdbc/myDB&quot; ...> <parameter> ... </parameter <ResourceParams>...
  9. dennisGuru

    JDBC Problem

    Does anyone know how I can use other applications database connections with tomcat 4.0. I know you can use ServerletContext from the jsp api. But how can I reach te database connections??? thnx
  10. dennisGuru

    Tomcat contexts

    How can I reach other contexts in Tomcat. I have build an application that test database connections, but the application can't find the contexts with the connection. I've set &quot;crossContext&quot; and &quot;trusted&quot; to true. But that didn't help. Can anyone help?
  11. dennisGuru

    Tomcat question

    Does anyone know how I can access other contexts in Tomcat? Thnx.
  12. dennisGuru

    I know this isn't the right forum,

    I know this isn't the right forum, but it comes close. I want to connect a database to my tomcat 4.0 server. But the documentation is very vague. Can anyone help? thnx!
  13. dennisGuru

    XML in JSP

    In tomcat 3.2 and 4.0 you use the <CONTEXT> element to define applications. This element has a number of attributes. 4.0 has more then 3.2. I could not find a dtd. If there is one, where can I find it? Furthermore how can I access it? I have build an application that does the install work for...
  14. dennisGuru

    Error message starting Tomcat 4.0

    I get the following error message when I start tomcat: Element type &quot;web-app&quot; is not declared. It refers to a web.xml that only contains following: <web-app></web-app> I have no idea. Can anyone help?
  15. dennisGuru

    Restart Tomcat with jsp

    Is it possible to restart tomcat with help from jsp? The idea behind is that it is possible in Jrun and I like to make use of the same function but then in Tomcat. Do I need to run another server for it or is it something else? Your help is very appreciated.

Part and Inventory Search

Back
Top