0
votes
0answers
29 views

deploying grails app on tomcat with sql connection

My grails run app work and connect to Ms SQL, the problem arise when deploying on tomcat, it fails. Receiving the following error: The web application registered the JDBC driver ...
0
votes
1answer
24 views

How to set the MaxPermSize in Grails 2.2 running on Tomcat 7 0 39?

When running my Grails application on Tomcat I want to increase the MaxPermSize. Is there some flag I can set in the config.groovy or do I have to modify the Tomcat configuration? How do I config the ...
0
votes
1answer
55 views

the command “grails run-war” throws Error java.lang.NullPointerException

I'm using Eclipse STS 3.2.0. This is what I did so far: grails run-app command works grails war command works I run Tomcat separately, and deploy the generated war though the Tomcat. I also paste ...
0
votes
1answer
18 views

Which server GGTS used for running?

GGTS having VMWare vFabric TcServer. But it didn't use this as default server. By default,GGTS using server like Tomcat.How?
1
vote
1answer
47 views

Multiple or many domains with one grails application?

I have one grails application and i want to bind many topleveldomains to it. So for example: A user of my application can add a domain name to his profile and after that he has to add the IP as ...
1
vote
1answer
56 views

Is it possible to shutdown QuartzScheduler at Tomcat Context Stop?

I have a Grails application that I want to shutdown Quartz when Tomcat stops the context. I tried to use BootStrap destroy closure with no success, but I'm not sure if it's even possible through that ...
-1
votes
1answer
80 views

WebApp version vs iOS version [closed]

Assuming that I have 2 apps: WebApp, wich is coded using grails iOS App that uses the first one My problem is that every time I change submit a new iOS version I need to deploy a new webapp too.. ...
1
vote
1answer
65 views

Can I setup Grails to auto-compile without invoking run-app?

I need to be able to run Grails in the same tomcat container as some other servlets I have running. So I'd like to hook up tomcat to run off of my grails web-app directory or something, and have ...
-1
votes
1answer
53 views

How to let JavaScript function continue even after server shuts down?

I am writing a Grails application to Restart the application server. On clicking the link, I call a javascript function which would reload & redirect after 15 secs. And in the controller-action ...
0
votes
0answers
71 views

grails spring security facebook redirect uri

Do we need any special configuration when running tomcat behind apache? I have my grails app running on tomcat 8080 behind apache on port 80. When I do facebook login it fails with the following ...
1
vote
3answers
74 views

Grails Tomcat OutofMemory error

I have a Grails app that I have packed with the war command: grails war. I need to deploy it to a remote machine running Tomcat. When I do the drop deploy (copying the WAR file into C:\Program ...
2
votes
0answers
77 views

What to do if database connection check fails in bootstrap?

I am developing an app using grails. In the bootstrap part, I am checking and initialising database connections. Suppose the database is not available due to some problem its wise to send notification ...
0
votes
1answer
106 views

Grails Logging Config Ignored

Log4j seems to be ignoring some of my Grails Logging settings in Config.groovy, but not others. I am running Grails 2.2.1 on tomcat. I have set up my config file (below) to log all error and higher ...
2
votes
3answers
219 views

Grails application profiling and performance tuning

I'm currently having some performance issues with a Grails application running on Tomcat. During single page loads, I'm seeing fairly high CPU usage on the java process (around 20%), and I worry that ...
0
votes
1answer
140 views

Grails / Tomcat: Avoiding denial of service attacks

I have a Grails application running on Tomcat, with MySQL as the database server. I've found through testing that it's very easy to create a Denial of Service attack on the site simply by refreshing ...
0
votes
1answer
173 views

Grails / Tomcat: Database connections get stuck in sleep state

I have a Grails application running under Tomcat 7 and am having problems managing MySQL connections. The problem is that each new request to the application (i.e., a page load) is creating a new ...
0
votes
1answer
86 views

Grails (v2.2) app starts via run-app, but dies when deploying the war on tomcat 7

I have a grails 2.2 app that runs fine when I do a clean checkout from svn and do grails run-app. (I've already blown away my .grails/2.2.0 and .grails/ivy-cache directories and re-downloaded the ...
0
votes
0answers
114 views

Tomcat memory leak exception in Grails

1.1 and Tomcat 6.0 on my server to deploy the application. I deployed the application yesterday and everything was working well. But in the morning the application started throwing exception Mar 7, ...
-1
votes
2answers
93 views

Grails fails on tomcat with missing class GrailsMock

I'm getting this weird fail both on my production Ubuntu, as well on my development iOS when deploying my app on a Tomcat 7. Weird... And I can't find the exact piece of code that causes the trouble ...
0
votes
0answers
131 views

webservice call error in tomcat

Well, i'm new in grails, so I was trying to call a web service as an exercise, I had no problem while working over development environment, but when i tried to deploy my war file into my tomcat 7 ...
0
votes
1answer
91 views

Grails, Tomcat deployment error

I am trying to deploy a war file using tomcat 7 but I get these error. Feb 26, 2013 3:42:48 PM org.apache.catalina.loader.WebappClassLoader loadClass INFO: Illegal access: this web application ...
0
votes
1answer
74 views

grails War deploy error

I am using Tomcat7.0.20 and grails 1.3.7 i am getting this error while i am deploying the war file. Feb 25, 2013 1:54:57 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying ...
0
votes
1answer
43 views

How to send logs from a grails application to a separate file

I'm deploying a simple grails application with mysql to my test server (Tomcat 7). I've built the WAR using grails war command How do I configure the logging so that the logs are sent to a separate ...
0
votes
0answers
168 views

Unable to deploy Grails Application in Tomcat : MalformedParameterizedTypeException on 'pluginManager'

I just created a grails application (Grails 2.2.0) and I built the war file to deploy it in an apache tomcat but I just can't start the application : this is actually my Catalina.out ...
0
votes
2answers
79 views

Perm Gem issue in grails application

I was create a grails(2.1) application and deploy it on tomcat server. But I am getting Perm Gem space error. I have some idea to ignore this error by setting JAVA_OPTS. But I didn't have any rights ...
0
votes
0answers
64 views

Grails/GORM JNDI - defaultAutoCommit as false - domain objects do not save

When using a Grails app with JNDI (on Tomcat)... Is it a requirement that the defaultAutoCommit property is set to true? I'm using Oracle as a DB. I'm a Powerbuilder developer, so i'm stil trying to ...
1
vote
0answers
79 views

Config grails.serverURL Get Dynamic Port

In my Config.groovy file, I have the grails.serverURL set for development, but the port is hard-coded to 8080. A few developers, have different ports configured to prevent other running apps from ...
0
votes
1answer
121 views

Grails - severe IllegalStateException - Method on class [] was used outside of a Grails application

I'm getting a severe IllegalStateException error on prod environment (stacktrace at the bottom). Locally, on dev everything works fine and I never experienced any problem with that piece of code ...
2
votes
0answers
63 views

different versions of the same web application in the same web container

I'm trying to deploy two versions (production and test version) of the same grails web application in the same Tomcat Server env: Grails 2.0.4, Tomcat 7 However it seems it cannot deploy both apps. ...
0
votes
2answers
174 views

Grails forked tomcat execution not working

Grails 2.2.0 I added grails.project.fork.run=true to the Config.groovy file. On the command line, issued: grails run-app My understanding of the fork ability is that the grails system would ...
0
votes
2answers
667 views

How to resolve Tomcat 6 400 Bad Request Error

Recently I have posted regarding "How can I remove the application name from a Grails application’s URL?". The solution for this was first shutdown your tomcat [from the bin directory (sh ...
3
votes
3answers
210 views

mod_rewrite not working to secure grails application

I have a grails application running on tomcat and I'm using mod_proxy to connect http server with it. My goal is to secure the login process. My VirtualHost configuration to force https is: ...
0
votes
1answer
88 views

Deploying a Grails app to a running Tomcat

Our Tomcat instance runs lots of different webapps : mostly Struts/Struts2 but with the odd Grails app thrown in. If I need to update a Struts app, generally I'll just copy over the tree from my ...
0
votes
2answers
107 views

Grails application - redirect non-www version to www version of the website

Our Grails application is deployed on VPS but the www and non-www versions are not the same. There are actually two sites, that is there are two cookies in the browser, one for each version, so the ...
0
votes
1answer
199 views

Grails Tomcat root context and double slash (//) in URLs

My grails application is deployed under the ROOT context in Tomcat 7.0.32 running on Debian Stable. I enabled this by setting apache-tomcat-7.0.32/conf/Catalina/localhost/ROOT.xml: <?xml ...
2
votes
3answers
158 views

How can I remove the application name from a Grails application’s URL?

I have an application running at a URL like this: http://myapp.mydomain.com/myapp I don’t want the /myapp part in the URL. So how can I get rid of the application name? I want just ...
0
votes
1answer
105 views

Grails ConfigSlurper memory leak

I worked on Grails ( 2.1.0 ) project and after it's completion found out that Tomcat runs out of memory. After not very sophisticated investigation I found that following lines of code causing memory ...
0
votes
2answers
58 views

Does grails needed to run the application on tomcat?

I'm very new to web development. I see people running grails app on tomcat, without grails being installed in that system! How this can be possible? How come tomcat can understand "grails" ...
0
votes
2answers
122 views

Getting a threadlocal error while deploying to tomcat

I have problem in deploying a grails project to the tomcat webapp directory. Looking into the catalina.out log file I can see the following error: SEVERE: The web application [/test-0.1] registered ...
1
vote
1answer
156 views

Grails will not load in tomcat - JDBC issue

Getting the following in grails when it tries to load in tomcat(war deployment) - This is happening after an upgrade to grails 2.1.2 from grails 1.3.7 SEVERE: Exception sending context initialized ...
0
votes
0answers
94 views

Connecting grails generated war file with sql server

Is there any problem if I connect my war file(grails) in tomcat(6) in linux(redhat) with sql server 2012 in windows 7. I have done two things. Just added a sqljdbc4.jar in lib inside tomcat6 and ...
2
votes
1answer
293 views

Deploy a Grails 2.1.1 application to Tomcat as an exploded war?

I'm trying to deploy a Grails app on OpenShift, and I'm trying to avoid pushing a 50MB file across the web for every change. I created a project at ~/dev/apps/grails/test to test it Based on this ...
2
votes
1answer
172 views

PermGen Issue - Does Groovy GString Intern Strings?

I have a Grails app that is primarily used as a WebService. It provides a very customized type of caching where it stores objects in concurrent hashmap for a number of seconds and potentially combines ...
0
votes
1answer
118 views

slf4j binding is not compatible

I just deploy my grails app to tomcat and I'm getting SLF4J: The requested version 1.5.8 by your slf4j binding is not compatible with[1.6] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch ...
2
votes
1answer
554 views

Grails war without tomcat plugin

When I build a grails 2.1.0 app with the tomcat 2.2.0 I get the following error on startup when I deploy on Tomcat 7: INFO: ...
1
vote
1answer
88 views

HTTP access to file system on EC2

Maybe I am going about this all wrong (I am new to server programming), in which case please let me know. I have a grails app (2.1.1) running on Amazon Elastic Beanstalk with Tomcat 6, and I have set ...
2
votes
5answers
299 views

Spring security context path resolver

I want to define the path of the session cookie, which is set from spring security, in order to allow multiple logins from the web-app. E.g: http://localhost:8080/myApp/context1/login ...
-1
votes
4answers
115 views

Apache web server and Tomcat in Windows [closed]

I need to run the web server as some folks use PHP and some use Groovy and Grails that runs on Tomcat. My company only allows port 80 to pass through. Can I get a detailed instructions on how to ...
1
vote
1answer
313 views

Tomcat fails to start app and times out — last line in log is just the word “bad”

When using grails run-war my war file builds but the server won't start. Here is the command I am using: run-war -XX:MaxPermSize=256m -XX:PermSize=512m --stacktrace Here is the error in the ...
0
votes
1answer
87 views

How to specify portable jndi datsource lookup in grails

I know JNDI lookup in grails is as simple as datasource { jndiName = "java:comp/env/myDataSource" } this works great on Tomcat. On other containers (WebLogic, JBOSS, etc.) the jndiName for the ...

1 2 3 4 5 6