Advertisement

1 - 10 of 18 containing alltags:("tld") (0.001 seconds)
I need to find a way to tell if a string is a well formed domain? Perferably I would like to jsut take the primary part of the domain (http://www.mydomain.com or https://www.mydomain.com). I ...
Zones: ASPDate Answered: 03/01/2007 Grade: A Views: 0
How could you extract the subdomain, domain and tld from an FQDN? I'm huge up on determining "second-level" tlds or whatever their proper name is. Example:  www.google.co.uk The domain is ...
Zones: Puzzles / RiddlesDate Answered: 04/10/2005 Grade: A Views: 0
When I download JSTL library, I just put jstl.jar and standard.jar file to the library, the whole thing worked, why there isn't a need of TLD file?
Zones: JSP, JSTL / TagsDate Answered: 05/01/2006 Grade: A Views: 0
Hi all, I'm absolutly baffled. I am trying to forward the request from a Servlet to a JSP using getRequestDispatcher. The code I'm 'suffering' with is: ServletContext servCont = getServletCo...
Zones: JavaDate Answered: 03/20/2003 Grade: B Views: 0
Hi, I have a huge list of emailadresses in my adress book. I would like to extract from webmaster@great.domain.com 1.) the domain 2.) the tld, e.g. .com or .de or any other tld. in separate...
Zones: PerlDate Answered: 11/18/2003 Grade: A Views: 0
In which directory  should i put .tld files in tomcat 5.0 on windows to be used with JSP.
Zones: JSPDate Answered: 01/01/2004 Grade: A Views: 4
something weird is happening.. if I do this... <%@ page contentType="text/xsl" %> <%@ page import="rss.RssReader,                  rss.RssFeed,                  java.util.*,                ...
Zones: JSP, JSTL / TagsDate Answered: 03/20/2004 Grade: A Views: 0
When I start Tomcat5.0.25, I got an error message: SEVERE: Error reading tld listeners java.io.EOFException java.io.EOFException         at java.io.ObjectInputStream$PeekInputStream.readFully(Ob...
Zones: Web ServersDate Answered: 12/19/2004 Grade: A Views: 49
Here is a difficult problem I can't seem to beat. How do I parse out the subdomain, sld, and tld out of any domain name. ie: mail.yahoo.com subdomain: mail sld: yahoo tld: com mail.yahoo....
Zones: PHPDate Answered: 08/16/2005 Grade: B Views: 0
I create a simple JSP page which i copy the following from Eclispe tutorial. <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %> <%@ taglib prefix="c" uri="http://java.sun.com/js...
Zones: JSP, JSTL / Tags, XHTMLDate Answered: 11/13/2006 Grade: A Views: 99