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. jdubowy

    getting x application to display remotely

    Thanks for the help and information. -jdubowy
  2. jdubowy

    getting x application to display remotely

    I was under the impression that, even if not using X-forwarding, I'd still use ssh in order to login and invoke the X applications. How do I determine whether or not X-forwarding is being used (as opposed to the x-client making a direct connection to my x server via some X connection protocol)...
  3. jdubowy

    getting x application to display remotely

    Thanks for the reply. I looked in /etc/X11/xdm/Xservers, and the only thing written is the following line: :0 local /usr/X11R6/bin/X Should I add anything in order to make the server listen for incoming X conections? Also, I am wondering if I need to configure my router to listen for...
  4. jdubowy

    getting x application to display remotely

    I have been trying (and failing) to get x applications running on a remote network to display on my laptop at home. I am running Red Hat 9 on my sony Vaio pcg-fx215, sharing the internet with other computers via a router and DSL. I know that some of my coworkers are succeeding in getting the...
  5. jdubowy

    How to fix JSP compile error

    Thanks for the info.....In general, do you have any advice as to how I can interpret the various error messages that occur when tomcat tries to load a page?.... also, I have problems with Tomcat not recompiling modifed jsp files...I've added <DefaultContext reloadable=&quot;true&quot;/> to the...
  6. jdubowy

    How to fix JSP compile error

    I got the following error while trying to load a jsp page. Does anybody know how can I fix or get arround it? org.apache.jasper.JasperException: Unable to compile class for JSP C:\jakarta-tomcat-4.0.2\work\localhost\JobsSite\myForm$jsp.java:757: 'catch' without 'try'. } catch (Throwable...
  7. jdubowy

    centralized controller servlet

    I am playing around with a web application that will provide database interaction for various types of users. Some funcionality will be shared by all users (such as creating and updating personal account files), but other functionalities will be specific to the particular user types. I'd like...
  8. jdubowy

    What do I need to start learning JSP

    Thanks to both of you for replying to my question....I'll take a look at Pure JSP and Java Server Pages, as well as teh Core series. jdubowy
  9. jdubowy

    Designing a jsp/servlet-based job/career-search web site

    My question is fairly broad and open-ended. I am curious about what would be a good design for a job-search type of website - one that would allow for users to set up accounts, store personal information on a database, search jobs listed another database, etc. The site would be for job seekers...
  10. jdubowy

    What do I need to start learning JSP

    PS. I will working on Windows ME and Windows 98.
  11. jdubowy

    What do I need to start learning JSP

    I want to learn JSP, and so I'd like to know what I need to download and install in order to develop and run my new pages. I played around with ASP a while ago, and I remember having to set up personal web server on my machine before I could do anything. What do I need for JSP? I already...
  12. jdubowy

    Memory allocation to void * pointer

    I have a structure (which I can not modify) which has as as it's first element a pointer of type 'void *' . This structure is designed for general linked list use, and I need the 'void *' pointer to point to another structure type. I am having trouble somewhere, either allocating memory to...
  13. jdubowy

    assert.h?....setjmp.h?....

    One very general question is if anybody can explain when/how to use the assert(expr) macro (from assert.h)....... Next, what do setjmp() and longjmp() do? I have a vague idea that they somehow save the addresses of all automatic variables, as well as other variables currently saved in memory...

Part and Inventory Search

Back
Top