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)...
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...
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...
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="true"/>
to the...
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...
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...
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...
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...
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...
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...
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.