Tagged Questions
The tld tag has no wiki summary.
8
votes
1answer
947 views
How to determine which domain registrars (e.g., GoDaddy, Register.com) support which top level domains (TLDs)?
If someone wants a .LY TLD (top level domain) or .IO TLD, how do I determine which domain registrar (e.g., GoDaddy, Register.com) supports the purchasing of this TLD?
Thanks!
5
votes
4answers
996 views
Regex to match Domain.CCTLD
Does anyone know a regular expression to match Domain.CCTLD? I don't want subdomains, only the "atomic domain". For example, docs.google.com doesn't get matched, but google.com does. However, this ...
5
votes
3answers
588 views
URL to check if domain is available
I use AJAX to check Australian domain availability with this web service:
http://portal.ausregistry.com.au/whois/whois_check_result.jsp?qry=[AU domain goes here]
Are there equivalent services that ...
4
votes
2answers
362 views
implementing Public Suffix extraction using java
i need to extract the top domain of an url and i got his http://publicsuffix.org/index.html
and the java implementation is in http://guava-libraries.googlecode.com and i could not find
any example ...
3
votes
1answer
257 views
Allowed unicode characters in IDN host labels
Im currently working on a "proper" URI validator and currently it all comes down to hostname validation, the rest isnt that tricky.
Im stuck at IDN hostname labels (e.g. containing unicode; possible ...
3
votes
2answers
432 views
Read only spinner
I am learning Jsf.Is there any method for making the spinners read only?I should change the value only using spinners and not directly typing the number.Can i implement that by setting attribute in ...
2
votes
2answers
25 views
htaccess mod_rewrite .tld to specific folder
I want to do the following, if possible, with htaccess.
The webpage works this way, you get the index file via domain.de/de/start and the english version via domain.de/en/start.
If a user visits ...
2
votes
2answers
58 views
Random TLD Name, Numbers and Letters, for Added Security? [closed]
I have a client app that faces the internet, but only clients will access. The site should never be indexed or crawled or viewed outside of our clients. We always concerned about DDOS and attempts to ...
2
votes
2answers
413 views
Is there any disadvantage (in SEO terms) to using a country-specific subdomain over the country's TLD?
I'm developing a site at the moment which requires localization to a number of different countries. We own our site's name on many of the countries' TLDs (though not all of them). From a developer's ...
2
votes
5answers
1k views
Get root DNS entry from php server; get domain name without www, ect
How would one get the root DNS entry from $_SERVER['HTTP_HOST']?
Input:
example.co.uk
www.example.com
blog.example.com
forum.example.co.uk
Output:
example.co.uk
example.com
example.com
...
2
votes
4answers
150 views
Have we reached the point that a mysite.net is as good as mysite.com?
Although not strictly programming related, this is something I believe us web developers think about a lot more than most people, so I wanted to ask this community.
When trying to find domains to ...
1
vote
1answer
15 views
Expression language Not working for TLD
I have created a TLD with expression language enabled
<%@ page isELIgnored="false"%> , but still problem is that it doesnt recognise the EL
1
vote
1answer
98 views
Extraction of TLD from urls and sorting domains and subdomains for each TLD file
I have a list of million urls.
I need to extract the TLD for each url and create multiple files for each TLD.
For example collect all urls with .com as tld and dump that in 1 file, another file for ...
1
vote
1answer
54 views
Can jsp .tag files be included via a tld file like Java TagSupport classes?
Most of my tags are done with .tag files, as its much easier to work with html that way. However, my web applications expect these tags in the web.xml/tags directory, which is a pain when a tag is ...
1
vote
1answer
115 views
Is there any way to whitelist .appspot.com so I can set a cookie on that domain in Firefox 6?
In order to test some stuff, I've been using the trick of setting a cookie on the .appspot.com domain, which allows me to share data between two different .appspot.com GAE apps. This has stopped ...
1
vote
2answers
193 views
Rails 3.x TLD length
Is there some where in Rails's configuration where I can globally set the TLD length to 2 (co.uk as an example) so request.domain and request.subdomain parse correctly without having to pass options?
...
1
vote
1answer
123 views
jsp caching tag library
I want to cache some portions of my JSP page because it is heavy to render. The whole page cannot be cached as it contains user specific content, but most of it can. I thought the best solution would ...
1
vote
2answers
380 views
C# : Getting exact domain name from any URL
I need to extract the exact domain name from any Url.
For example,
Url : http://www.google.com --> Domain : google.com
Url : http://www.google.co.uk/path1/path2 --> Domain : google.co.uk
How can ...
1
vote
2answers
495 views
Issue when deploying Struts app that runs on weblogic 8.1 to weblogic 11g
If I deploy an ear file on my local weblogic 8.1 server, it is working perfectly fine. But when I deploy it on Weblogic 11g, it gives an error.
Here is the scenario –
The first page of the ...
1
vote
7answers
284 views
Java package naming scheme: Is the TLD really that important? [closed]
Is it just me, or is the TLD in the Java package naming convention pretty extraneous? I mean, if you -did- have namespace collision between com.example.package and org.example.package, without the ...
1
vote
1answer
177 views
Generating Multiple TLDs With Maven Javadoc Plugin & TLDGen
I've got a taglib project that I use the TLDGen library to help build my TLD files from annotations in my classes. I've then got it plugged into the Maven JavaDoc plugin to have it build the TLD ...
1
vote
3answers
447 views
Extracting a Hostname's TLD with a Regular Expression
Extracting an accurate representation of the top-level domain of a hostname is complicated by the fact that each top-level domain registry is free to make up its own policies regarding how domains are ...
1
vote
4answers
351 views
Whois list of Top Level Domain against their corresponding registrar
I'm trying to find a list of TLD's to their corresponding whois server, for example
.com americanWhoisServer
.net someOtherWhoisServer
.au australianWhoisServer
In the end i'm aiming for something ...
1
vote
1answer
511 views
How to generate tld files from grails taglibs?
I want to have full code autocompletion. I managed to add core/grails/spring taglibs so that STS does autocomplete tags for me in gsp files. What i want to do now is do same thing for my own custom ...
1
vote
2answers
664 views
How to identify the top level domain of a URL object using java?
Given this :
URL u=new URL("someURL");
How do i identify the top level domain of the URL..
1
vote
2answers
485 views
DNS: How to Dig thru the right domain name from the TLD?
I'd like to query the DNS records until get the right domain name.
For instance, given www.subdomain.site.com.br, be able to dig from .br until site.com.br.
Which is the most (protocol-speaking) ...
1
vote
1answer
2k views
Custom tld function validation in eclipse
I am working in eclipse (Ganymede 3.4.1) and have created a ctl TLD :
<?xml version="1.0" encoding="UTF-8"?>
<taglib version="2.0" xmlns="http://java.sun.com/xml/ns/j2ee"
...
0
votes
0answers
12 views
JBoss 7.1 TLD loading issue
We have been using JBoss 6.1 with Struts2 and our own custom tags in the web app. The custom tags TLD is kept under WEB-INF/classes/META-INF, and JSP refers to the URI mentioned in that TLD file.
We ...
0
votes
0answers
16 views
How useful is is domain name containing my main keyword as opposed to my brand name?
I have an opportunity to buy a domain name which is my main keyword dot tld - however, the current owner is asking £2500 for it and this is different form my company brand name which is well known and ...
0
votes
2answers
24 views
Most efficient way to redirect several TLD's sharing a common root to one primary domain using htaccess
I'm using the following code (repeated) to redirect 6 additional TLDs to one primary TLD. is there a more efficient way to achieve the same result?
RewriteEngine on
RewriteCond %{HTTP_HOST} ...
0
votes
1answer
17 views
Stack from tld file
I have crated a custom tld file. And included in my jsp.
myJsp
<%@ taglib uri="/WEB-INF/Tag.tld" prefix="Tag" %>
...
pageContext.setAttribute("pageBean", myPageBean);
...
0
votes
2answers
50 views
Where to put jar files for struts 2 in eclipse,giving error index.jsp(8,40) File “/struts-tags” not found
Eclipse is only giving me option to include jar files in Java Build Path->Libraries .In some tutorial sites they are showing to add jar files in WEb-INF/lib,but iam not able to add jar here.i tried ...
0
votes
1answer
25 views
Point top-level domains to individual records in a rails app
I have a quick question.
Is there a way to point top-level domains to individual records in a rails app - similar to subdomains.
kinda like ...
0
votes
1answer
57 views
Creating multiple files for each tld and sorting each file
I've a listing of million web addresses. I have to extract the TLD for every url and make multiple files for every TLD. For instance collect all web addresses with .com as tld and dump that in 1 file, ...
0
votes
2answers
45 views
Override .tld file inside the jar
i have added some new functionality to an existing tag, and modified the corresponding tld and placed it at WEB-INF/ . but some how tomcat isn't picking this modified .tld
am i doing something wrong ...
0
votes
0answers
48 views
A DLL made in C# is used C++ Application
Works fine in debug mode but not in release mode the application crash when calling CreateInstance. Please advice.
in C++ Application .h file:
#import "CLN14USB.tlb"
class myclass{
protected:
...
0
votes
5answers
168 views
Tag library versus scriptlets in JSP
What is the advantage (if there is one) of using a custom action instead of a scriptlet?
For example, which is better in a performance context?
<c:if test="${param.Clear}">
<font ...
0
votes
1answer
206 views
Custom tag handler not working in tomcat 7, but working ok in tomcat 6
i encountered very strange problem with my custom jsp tag - what was working ok when deployed in tomcat 6 is not working in tomcat 7 environment. here is my tag handler class:
private Long millis;
...
0
votes
1answer
243 views
No tag library could be found with this URI -AjaxAnywhere when deployed on weblogic 11g
When I deploy the sample ajaxanywhere application on weblogic 8.x it works great. When I deploy it to weblogic 11g I get the error below
disp2.jsp:2:5: No tag library could be found with this URI. ...
0
votes
0answers
89 views
Server error on page redirect
I wrote an application using Zend Framework and hosted it on an existing domain using a third level.
The problem here is that on any page I had done a redirect this shows up:
OK
The server ...
0
votes
0answers
206 views
Spring form:options title from String
Pretty simple question. If I have a list of strings, which I render in a dropdown through Springs form:options tag, how do I set the value of the title property to be the strings value?
...
0
votes
3answers
131 views
Detect TLD in email address via SQL query
I need to detect the TLD on a large database of users' email addresses via SQL query.
Email addresses are stored as a field in a row. It's organized kindof like:
id username email
1 ...
0
votes
1answer
280 views
jboss/tomcat tld cache invalidation
I have a jboss application with some ears. There's war inside ear and there's file monitor.tld inside WEB-INF folder of war.
There's some tag definitions inside the monitor.tld. I added my custom tag ...
0
votes
1answer
147 views
how to use Regular Expression match tld in url?
how to use Regular Expression match tld in url?
Need to match the tld, including almost all countries, organizations. Can do without the regular expression, but requires an efficient match
0
votes
0answers
373 views
TLD cache location in Weblogic 10.3?
In my Weblogic 10.3 instance, the TLD cache files are being saved into a randomly named directory (such as "7nxxd", "tpy16q"). Is there any way to specify the location these files go into, as opposed ...
0
votes
1answer
235 views
Public Suffix List C# parser
Does anyone have Public Suffix List (getting real domain) parser in c#.
It was available on code.google.com /p/domainname-parser/ (remove space before p in name) , however project has probably been ...
0
votes
1answer
194 views
Directories with random numbers as foldername being created that contain .ser files
So in our weblogic 10.3 server there are folders being generated with random names (such as "7nxxd", "tpy16q"). Inside each of these is the same subdirectory structure:
...
0
votes
0answers
54 views
Using a TLD as a DNS host [closed]
I was wondering about how bad practice would it be to set the network adapters dns host to a tld? Would that be reeeealy bad or just bad, or ok? Because if you think about it, those servers are made ...
0
votes
1answer
129 views
how to obtain a list of domains registered in some country
I need to get a list of all domains registered in a specific country (.to in my case). How can this be done?
Something usable from PHP would be even better.
Thanks in advance!
0
votes
1answer
391 views
Prevent failure in DTD fetching in glassfish (jasper) TldScanner from causing exception durring web application startup
When I try to start my Jersey based web application I occasionally get an exception with the attached stack trace.
I think it is caused by a failure in the xerces XML parsing within the web ...