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 strongm 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: *

  1. rj2046

    Need wide area paging for small medical office

    We don't have a PBX. Our phone company is ONE Comm, ( formerly conversent ). They forward our phone number to Intelliverse who then does the Voicemail and paging. What would you suggest for an entry level PBX and how much would it cost? Thanks, Ray
  2. rj2046

    Need wide area paging for small medical office

    This was posted once in the wireless forum. I would have asked a mod to move it but i couldn't find a link. thanks Our office is old fashioned. The doctors carry beepers to be paged in an emergency. They like the feature where the caller can page by pressing a key after hearing the VM greeting...
  3. rj2046

    Need paging for medical office ( wide area )

    Our office is old fashioned and we just want the feature where a doctor can be paged by a caller by pressing a key. All we have in our office is a small white box called an ADtran 604 and typical phone service with One Communications,( formerly conversent ). The phone number is unmanned, and...
  4. rj2046

    nesting directives in scriptlets

    My O'Reilly Java Server Pages book covers this topic with what looks like a straightforward explanation on pages 315-320. Off hand it looks like your code should work. What do you get when you run it?
  5. rj2046

    jsp session problem when proxy passing

    I'm a novice but I have been reading on this topic recently in the O'Reilly Java Server Pages book which I bought based on a recommendation on this board. Page 142 specifically states that when using URL rewriting, all pages that reference other pages in the application must be JSP pages or the...
  6. rj2046

    Using a bean in jsp

    Can I ask why "this." is required ? I guess it implies I can reference the same variable in other instances, or global scope. Do you have a link to documentation for this? Thanks again.
  7. rj2046

    Using a bean in jsp

    Thank you very much! It did indeed work. And I appreciate your comments on style.
  8. rj2046

    Using a bean in jsp

    Hi, I'm trying to learn jsp for a possible job interview. I'm trying to use a jsp page to access a class that I intend to use to retrieve data from a database. This code is my first step so that I can at least get a bean to return data to a jsp. Can anyone tell me why tomcat is throwing an...
  9. rj2046

    "DNS or server error" after 1 run of servlet

    Yes you're absolutely correct! There is a redirect in the login servlet and the url is stale due to my rearranging of the directories. The timeout was due to the redirect to the non-existant url You've saved me tons of more aggravation. Thank you very much!
  10. rj2046

    "DNS or server error" after 1 run of servlet

    Thanks, I'll check the logs now. Here's the text of the error page that was returned to me The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings...
  11. rj2046

    "DNS or server error" after 1 run of servlet

    Talking problems through to a listening audience is 1 way to begin to solve the problem. I commented out the cookie code shown in the previous post and that fixed the errant behaviour when trying to run the Login servlet for the second time. At least now I can concentrate on why thatcookie...
  12. rj2046

    "DNS or server error" after 1 run of servlet

    Thank you for helping me with this, I don't have a stack trace from anything in particular. The sequence of events is: Launch ( through NetBeans or directly ) http://localhost/Login.html The page has text fields for username, password OnSubmit the Login Servlet is launched with this: <form...
  13. rj2046

    &quot;DNS or server error&quot; after 1 run of servlet

    Thanks for the reply! My servlet presents 2 selection lists and 1 text field for user input. On submit --- then runs the next servlet which converts the text field based on the selections and gives the answer back to the user. The second servlet adds cookies for the selections. My first post...
  14. rj2046

    &quot;DNS or server error&quot; after 1 run of servlet

    I am trying to get a development environment working in preparation for a job interview. I am using a servlet I developed in a local college class for j2 about a year ago. I'm on Win2k , IE 6.0 Netbeans 3.5.1 with tomcat 4 The servlet itself works. And after the first time that it...

Part and Inventory Search

Back
Top