Carl Parrish

Ranch Hand
+ Follow
since May 03, 2002
Merit badge: grant badges
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Carl Parrish

Never mind I got it working it just took a *long* time to come up. everything seems to be alright now however.
21 years ago
When using Tomcat as a standalone server, in server.xml I uncomment the SSL connector. Do I need to then comment the port 8080 connector? They don't seem to like to work together. But from my understanding of the Docs I should be able to have both port working correct?
21 years ago
Correct Galeon is build on top of Mozilla.
Also if you just want the java plugin with out having to install it yourself you can download Netscape 7.0. It comes with java all ready set up. Personally I perfer the Mozilla version however for the most part they operate the same.
21 years ago
I do everything on Linux. I guess for java its not as important to do so but there are simply more develoment tools out for Linux. For Java I like to use DDD, gvim, and cvs. Since its pretty much the same env regardless of what programming language I choose this works out best for me. I guess if I used an IDE other then eclipse it might be more important to me.
21 years ago
Well you could add it to your /etc/profile. if you've never used *any* of the editors that could be a challenge but basically if pico is installed you may want to do this. 'pico /etc/profile' or you can added it to your bash_profile (this will only make it available to the user that you are signed in as). If pico is *not* on your machine you can always use vi but you'd want to run though vi's tutorial before trying to use it.
21 years ago
Can anyone tell me how to print the '&' (or & on a JSP page from a XML stream? Sorry I don't have access to the code right now but what I think they did was pull the string as text then marked it up in XML then used xslt to transform it on the JSP page and display it to print. Everything looks okay except they couldn't come up with a way to escape the '&' char. I've been looking on xml sites but can't seem to find this.
Carl P.
21 years ago
JSP
if you do decide to go with gvim (the graphic version of vim), some commands that might help you in doing jsp development is
syntax on
autoindent
cindent
There are *tons* of pages written about how to make gvim work with C/C++ most of this infomation will also be useful to Java programmers. If anyone know of any g/vim pages dedicated to Java programmers *please* post. I've been trying to get gvim to work with Ant for a bit and I *know* its supposed to work.
Carl P.
21 years ago
They were just discussing how to build a C task on the ant list. Sory I can't be more help but if you do a search of the last week or so I'm sure you'll find what you're looking for.
21 years ago
Thanks your solution worked out great.
21 years ago
Has anyone gotten Apache 2.x and Tomcat workign together? Is there anything I should watchout for?
21 years ago
Actually its a jsp page will it still work?
21 years ago
I need to grab a thrown error call statck as a string (to pass to another page). What would be the best way to do this?
21 years ago
The apps seem to be there and the server.xml file seems intact but I noticed that my work dir is empty.
21 years ago
WebApp: Error 404
I shut down my Linux box without stoping Tomcat when it came back up I get the above error msg regardless of what page I try to load.
Web-application not yet deployed.
Any idea as to how to fix this?
21 years ago
Duh!! I found the "Show Posts from the last XX days" drop down list.
Sorry everyone.
21 years ago